Reference · Quick lookup

Connectivity Cheat-Sheet

Wi-Fi → HTTP → MQTT → Home Assistant, on one page. Print me.

The compressed essence of the Connectivity track (Lessons 19–22): the REPORT arrow of SENSE → DECIDE → ACT → REPORT.

Wi-Fi (Lesson 19)

Gotchas 2.4 GHz only (not 5 GHz) · keep credentials in an uncommitted secrets file · handle reconnects · mind signal/placement.

HTTP — web server (Lesson 20)

MQTT (Lesson 21)

Home Assistant (Lesson 22)

PathHowWhen
ESPHomeDescribe gadget in YAML; it builds firmware; native HA integration + OTAEasiest — start here
MQTTESP32 publishes/subscribes; HA MQTT integration + MQTT Discovery auto-creates entitiesFull control / portability

HTTP vs MQTT

HTTPMQTT
PatternRequest/responsePublish/subscribe
InitiativeYou pollDevice pushes
ScaleOne-to-oneMany-to-many
Use forOne gadget on demandA whole smart home

← Course home · Glossary · Rules of thumb