File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : ESPNow to MQTT Gateway
3+ subtitle : Firmware, Open Source
4+ description : Battery efficient MQTT gateway for custom ESPNow based devices.
5+
6+ links :
7+ repository : https://github.com/tanishqmanuja/espnow2mqtt
8+
9+ stack :
10+ - c++
11+
12+ tags :
13+ - electronics
14+ - hardware
15+ - home-automation
16+ ---
17+
18+ import Video from " @/components/Video.astro" ;
19+
20+ A MQTT gateway that converts ESPNOW packets to MQTT messages and supports Home Assistant discovery.
21+
22+ <Video
23+ src = " https://github.com/tanishqmanuja/static/raw/refs/heads/main/assets/espnow2mqtt/demo.webm"
24+ aspect-ratio = { { h: 1030 , w: 1920 }}
25+ type = " webm"
26+ controls
27+ ></Video >
28+
29+ The above video shows how the MQTT gateway interacts with the neighboring ESPNow devices.
You can’t perform that action at this time.
0 commit comments