Courier: real-time messaging for ESP32 with batteries included (new library) (opens in new tab)
I hack on hardware a whole bunch, at Inanimate and at home. AI is in the cloud. Interaction is in my room and in my hands. The job always begins by wiring together those two ends. So the second thing I do, every single time, is bring up real-time messaging using JSON over websockets so I can connect my new device to a server, and have it emit events and listen for commands. (The first thing I do is bring up the hardware and get basic blinkenlights.) I want my on-device websockets client to ha...
Read the original article