Building an IoT Notification Device from Scratch

bertwagner.com

63 points by bertwagner 6 hours ago


Havoc - 4 hours ago

The entire ESP ecosystem is quite accessible for people of modest technical ability.

HomeAssistant+ ESPHome + ESP32 in particular is a good stack because it takes away most of the complexity. Common sensors have ESPHome code available with a quick google so just need to connect the wires right basically

mlhpdx - an hour ago

If you want to avoid “long polling” then MQTT isn’t the answer (it’s still a long held TCP connection waiting for messages). UDP would be the way to go, and with WireGuard as a carrier you don’t have to worry about NAT traversal issues (and get privacy as a bonus).

Love the project - would have been great when my kiddos were that age.

bertwagner - 6 hours ago

Author here. Thanks for reading. This was a massive learning project for me, I'm happy to answer questions or feedback.

mxuribe - 4 hours ago

This is wonderful! Thanks for sharing!!