IEEE just released an iPad app with detail description about robots around the world, including information and 360 degree photos. It is a must-have for robot lover:)
via https://itunes.apple.com/us/app/robots-for-ipad/id566581906?ls=1&mt=8
Tuesday, November 27, 2012
Tuesday, November 6, 2012
Android Robot - Auto pilot project
Android smartphone is a very powerful device, with GPS, digital compass, gyro, and accelerometer inside, which can be a great platform for making robot. Moreover, the dual core processor inside can perform intensive calculations as well.
In order to let my Galaxy Nexus to control the motors, I used the cheap wifi router: TP-LINK WR703N as a wifi to serial bridge to my motor boards. I can simply send tcp packet to control the motors.
My ultimate goal is making an autopilot robot using GPS, but the result is very bad as the best positioning accuracy is only around 10 meters. I think GPS reading should only use as reference, I may need to consider other sensor readings to calculate the best estimated position of the robot during navigation.
Anyway, here is the screenshot of my app:
Here is the video showing the robot using digital compass on the phone to adjust the orientation:
For GPS and digital compass programming, I would recommend you to read this project:
http://code.google.com/p/bearing/source/browse/#git%2FBearing%2Fsrc%2Fcom%2Falfray%2Fbearing
The source codes show you how to read the compass and gps data, also calculate distance and bearing of two locations.
Finally here is the video showing the robot in auto pilot mode, use GPS and digital compass to navigate.
In order to let my Galaxy Nexus to control the motors, I used the cheap wifi router: TP-LINK WR703N as a wifi to serial bridge to my motor boards. I can simply send tcp packet to control the motors.
My ultimate goal is making an autopilot robot using GPS, but the result is very bad as the best positioning accuracy is only around 10 meters. I think GPS reading should only use as reference, I may need to consider other sensor readings to calculate the best estimated position of the robot during navigation.
Anyway, here is the screenshot of my app:
Here is the video showing the robot using digital compass on the phone to adjust the orientation:
For GPS and digital compass programming, I would recommend you to read this project:
The source codes show you how to read the compass and gps data, also calculate distance and bearing of two locations.
Finally here is the video showing the robot in auto pilot mode, use GPS and digital compass to navigate.
Subscribe to:
Posts (Atom)