ESP-Now repeater

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

ESP-Now repeater

Post by davef » Sun Sep 19, 2021 8:09 am

I have posted a project using ESP-Now in a water tank level monitoring system at
https://github.com/davefes/ESP-Now-repeater. It uses a float switch as a simple
level alarm. As ESP-Now can send small data packets, it's over to you to do
something more fancy.

The main feature of this implementation is using the ESP32 as an ESP-Now repeater
to cater for a long obstructed path.

Thanks to glenn20 for his work on the ESP-Now protocol and guidance on some
aspects of the SW implementation.

Post Reply