Skip to content

Commit e11e942

Browse files
committed
✨ feat: add new project
espnow to mqtt gateway
1 parent b7d5ed1 commit e11e942

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)