vote up 2 vote down star

Out of curiousity, does anybody know the platform and programming language used to program the Roomba? I'm not so much talking about aftermarket kits but what is used to implement the algorithm at the factory?

flag

1  
look here: hackingroomba.com – yx Jun 9 at 16:18
1  
Try here, too. roombadevtools.com – Arno Setagaya Jun 9 at 16:26
He did kind of mention that it wasn't aftermarket hacking he was interested in. – chaos Jun 9 at 16:29
Are you thinking of programming the onboard computer or just talking to it over the serial connection? – Matthew Whited Jun 9 at 16:45
Neither really. I'm just curious about the implementation – kmorris511 Jun 9 at 17:13
show 1 more comment

4 Answers

vote up 6 vote down check

Per this link, Roomba's microcontroller is a Freescale (ex-Motorola) MC9S12E -- what iRobot specifically uses in terms of programming languages may be their trade secret, but I believe such devices are typically programmed in assembly and C, e.g. with this kit.

link|flag
vote up 2 vote down

I was doing some dev work on a iRobot Create. I'm using WinAVR and the code is in C.

You can get a dev kit for under $300.00

http://store.irobot.com/shop/index.jsp?categoryId=3311368

link|flag
vote up 1 vote down

The Linux Journal had an article about using Python with the iRobot Create which is based off the Roomba.

http://www.linuxjournal.com/article/10262

It may not be what they use in the factory, but it looks like it would be the best way to hack a Roomba-esque floor crawling bot.

link|flag
vote up -1 vote down

Todbot is the blog of HackingRoomba author Tod E. Kurt.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.