
Pretty Small Robot – Adding MQTT For Remote Control
As with most micro python ESP32 stuff – adding MQTT control was about as easy as it can get. I installed the mosquitto MQTT broker on a raspberry pi which was connected to my local wifi network. The robot was also connected to this same network. Then this python script was used to send MQTT…