HouseRobot
Jump to navigation
Jump to search
House Robot aka HoBo
How to get a serial console from the Robostix
Compiling
- First time:
bitbake robocontrol
- Recompiling:
bitbake -c rebuild robocontrol
USB Info
Pin | Signal | Color | Function | Gumstix Pin | Gumstix Label |
---|---|---|---|---|---|
1 | VCC | Red | +5 VDC | 24 | V_BATT |
2 | D- | White | Data - | 18 | USBH_N1 |
3 | D+ | Green | Data + | 17 | USBH_P1 |
4 | GND | Black | Ground | 8 | GND |
- Pull USBH_PWR1 (pin 20) up to 3.3 volts to enable the port. We can use a SOT23 package voltage regulator, such as a LM3480, and supply power to it from V_BATT (pin 24) and the output (3.3 volts) going to USBH_PWR1 (pin 20).
- For the voltage regulator, I opted for a MIC5207-3.3.
Current Thread Watch
http://www.nabble.com/OpenEmbedded-and-I2C-IO-td15622831.html#a16667636
Power Issue / Resetting issue
- Robostix should be the power source, without the power mod, then both the netwifi and the robostix need 5v.
http://www.nabble.com/robostix-%2B-verdex-%2B-netwifimicrosd-td17743668.html#a17745300
Links
- Flock Bot Wiki (Good source of information)
- HUV (Home of Micro Rover, etc.)
- Robotics Primer Workbook (Look at excerise 6 & 7 / info on CMU Cam2+)
- General tutorial on using timers on the AVR
- R/C Car w/gumstix
- Tank Tread / Platform / Chassis
- Build Root: http://docwiki.gumstix.org/index.php/Tutorial
- Web Cam: http://www.gumstix.net/wiki/index.php?title=Webcam_drivers_-_Mini_Howto_Part_2_-_Linux_uvc_cameras
- Web Cam: http://www.gumstix.net/wiki/index.php?title=Webcam_drivers_on_Open_Embedded_Part_1_-_pwc_driver_webcams
- Web Cam / Laser = Ranger finder hack: http://www.pages.drexel.edu/~twd25/webcam_laser_ranger.html // http://sites.google.com/site/todddanko/home/webcam_laser_ranger
- Web Cam / Graphics: http://www.et.byu.edu/groups/quad08buldog/vision/
- Web Cam / Graphics: http://golem5.org/embedcv/
- Web Cam / Graphics: http://opencv.willowgarage.com/wiki/
- Tips on lowering power usage: http://docwiki.gumstix.org/index.php/Batteries
- GPS: http://www.lemosint.com/gps/gps_details.php?itemID=571
- Gumstix tips and tricks: http://docwiki.gumstix.org/index.php/Tips_and_tricks
- Gumstix 24 pin connector pin out: http://www.gumstix.net/Hardware/view/Motherboard-I/O/Verdex-and-Verdex-Pro-24-pin-flex-connector/112.html
- Robostix: http://docwiki.gumstix.org/index.php/Robostix_troubleshooting
- Robostix: http://docwiki.gumstix.org/index.php/Robostix_modifications
- Robostix (Power mod, I did "Detail 2"): http://pubs.gumstix.com/documents/robostix_power.pdf
- WiFi/WPA w/AdHoc: http://docwiki.gumstix.org/WPA_for_wifistix
Formula
MaxSonar:
- ((AN * 512) / VCC) / 1000 = inches
- (AN * .5102362202) = inches
Misc Info
iwlist == WiFi info, such as signal strength and access points