데브허브 | DEVHUB | I put JavaScript on my Roomba Vacuum
Detailing my journey building a Robot vacuum controlled by JavaScript.
Github Code: https://github.com/wesbos/roomba
ESP32 Dev Board: https://amzn.to/3CnuS9W
Jumper Wires: https://amzn.to/40MEZP5
These are affiliate links, I'll get rich if you click
00:00 Driving the robot Vacuum
00:11 Intro
01:31 The Hardware
02:07 Serial Port Connections
03:24 Node.js Control
05:03 Browser Serial Control
06:53 Bluetooth Attempt + ESP32
07:43 ESP32 Websockets
08:19 JS on a Microcontroller
08:57 C++ Web Server
09:55 Compiling the C++ for ESP32
11:30 Loading the JS App
12:06 Going Wireless
12:56 Controlling the Motors with Binary
14:17 Accessing Sensors
15:27 The React.js UI
17:06 Putting React on the Microcontroller
17:57 Future Ideas + Real Talk