logoalt Hacker News

ustadtoday at 6:24 AM2 repliesview on HN

“Finally, the firmware now supports authenticated OTA updates, so future builds can be installed through the browser instead of connecting the board over USB.”

What does that mean?


Replies

alexchamberlaintoday at 6:31 AM

OTA = over the air. ie online updates you’d expect of a more polished product

show 1 reply
mlrtimetoday at 11:49 AM

I have about 30-40 esp32 / esphome type devices running. Typically to flash or update a device, you would plug it into your usb port.

esphome can also be flashed "OTA" which just means compiling your project locally, then pushing the binary over tcp/ip and giving an instruction to install it.

With https://github.com/esphome/device-builder you can run a network of multiple esphome builders so you can update many devices at the same time "OTA" (TCP/IP).