Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 781 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 781 Bytes

ESP12E WiFi microcontroller for Roombas

track and (remote-) control Roombas

Hardware

current focus - see hardware branch

  • connects to Roomba's serial Port
  • ESP12E module
  • buck power converter
  • serial header for programming / observing Roomba / ESP12E communication for debugging
  • expansion header with unused ESP12E pins

ESP12E Software

we're using the nodemcu Firmware

  • udp2uart: udp <-> uart proxy. Broken as we need hardware to continue
  • server.lua: very limited Rooomba controlling HTTP server that can trigger wakeup, short straight drive and clean
  • lib.lua: helper functions one would expect in the std library, added and with functionality as needed