I couldn't find any apps that worked reliably and did what I was looking for so I wrote my own.
I'll include a few pictures of the setup, but essentially it's the standard Serial Port -> MAX232 -> Roomba setup. You can get further instructions here if you need them.
The application is up on CodePlex here. You can download the compiled app on the "Downloads" tab. :)
Picture below show...
- Quick shot of the interface
- The Roomba serial port connector I made (A 6 pin mini DIN with the key removed, connected to Cat5e cable)
- The Roomba plugged in to the serial adapter
- The PC -> Roomba Converter on breadboard
- The schematic I used. 100% Credit on the schematic goes to Tod E. Kurt
Leave comments here for support.
Cheers!
**UPDATE 1**
I've posted my announcement on RobotReviews.com (here)
**UPDATE 2**
Apparently 2 posts with details of this app is "spamming the boards". Oh well. :p
3 comments:
Nice work!
Andrews, Very nice work. I have a Roomba 530 to, the only thing I want to do is start the cleaning cycle from my home written domotica system in C# via for example Rootooth. Is you application able to work with the bluetoot rootooth?
If the rootooth shows up as a comm port in Windows then this should work perfectly.
If not, it shouldn't be too hard to modify the code to talk to the rootooth. I'm pretty sure I put all the Roomba command code in a distinct class.
Post a Comment