Equipment/Roomba: Difference between revisions

From London Hackspace Wiki
Line 6: Line 6:


I'm working on this serial cable http://blog.makezine.com/archive/2008/02/how-to-make-a-roomba-seri.html --[[User:Eb4890|Eb4890]] 21:42, 4 December 2011 (UTC)
I'm working on this serial cable http://blog.makezine.com/archive/2008/02/how-to-make-a-roomba-seri.html --[[User:Eb4890|Eb4890]] 21:42, 4 December 2011 (UTC)
I've had no success getting the roomba to respond to anything over the serial port. I've tried:
* FTDI cable
* arduino serial outputs (with signals from the arduino and without)
* uusb mb5 adaptor (usb->serial 5v device)
I've also tried both SCI and OI protocols with all of the above. Thats using Roombaconn, python roomba libraries and arduino roomba libraries.
The best I can get out of it is a continuous reboot loop - [[User:fridgehead|tomw]]

Revision as of 10:48, 16 December 2011

Roomba 2011-11-30 22.00.18.jpg


People working on stuffs

I'm working on this serial cable http://blog.makezine.com/archive/2008/02/how-to-make-a-roomba-seri.html --Eb4890 21:42, 4 December 2011 (UTC)


I've had no success getting the roomba to respond to anything over the serial port. I've tried:

  • FTDI cable
  • arduino serial outputs (with signals from the arduino and without)
  • uusb mb5 adaptor (usb->serial 5v device)

I've also tried both SCI and OI protocols with all of the above. Thats using Roombaconn, python roomba libraries and arduino roomba libraries. The best I can get out of it is a continuous reboot loop - tomw