Android – IOIO – RC Servo (or ESC)
July 3, 2011 19 Comments
This is a sequel to my first Hello World example with the IOIO / Android setup….
July 3, 2011 19 Comments
This is a sequel to my first Hello World example with the IOIO / Android setup….
June 18, 2011 25 Comments
Here’s (finally) my first attempt at programming an Android phone AND interacting with the physical world at the same time… !
May 16, 2011 5 Comments
Finally… it’s been a while since I’ve started looking into filtering, and more precisely Kalman filters… since I started on my quadcopter project, to be more precise…
After reading the descriptions and formulas found here (highly recommend the short introductory pdf !) I decided I had to code my own simplified version.
May 14, 2011 12 Comments
This is the sequel of 2 other posts describing previous work on this project:
It also builds on this previous post, which is all about interfacing the WiiMote IR Camera with the NXT and tracking an IR LED with a Lego motor.
Everything seems to work nicely together now it not only tracks and locks on the target, but it finally shoots PLASTIC PELLETS !
May 12, 2011 1 Comment
This previous post talks about how to connect a IR Camera from a WiiMote to an Arduino.
There’s also this one, talking about how to connect it to the .NET micro framework, FEZ Domino board (which also has hardware details on how to extract the mentionned camera and solder it on its own little board…).
It’s therefore time I wrote a quick post, on how to interface this wonderful camera with a Lego NXT Brick, programmed in Java thanks to LeJOS !
April 20, 2011 12 Comments
While working on my latest autonomous tank project, something very annoying happened: I needed to control 2 motors for the turret and the firing of the gun, BUT out of the 3 completely different motor controllers that I had laying around (a L293D based one, a pololu serial controller and a micro RC ESC) NONE was working… !!!
This was so frustrating, that it forced me to want to build my very first H-Bridge from scratch. This is something I had always avoided, thinking that “I had better things to do”, ie spend time on higher level stuff …
I started with this schema, taken from the Internet and slightly modified (it initially used 2.2KOhms resistors, but on all the other sites people were using 1K, as a better compromise):
Recent Comments