You Should Hack Your Roomba

This isn't really about hacking a Roomba - it's about taking stuff apart and figuring out how to control it with code.

Microcontrollers like the raspberry pi pico and the esp32 s3 are awesome and I hope every developer tries using one at some point for something.

Code

All the code is on this github repo: https://github.com/meech-ward/roomba

It contains the code for the raspberry pi pico, esp32, ios app, and react app. There's also a roomba open interface branch for the last part of the video.

Tutorials

I have added some getting started guides to picourse.dev/ and I will add some more tutorials there in the future.

Stuff I used:

Find an issue with this page? Fix it on GitHub