Page 1 of 1

BLE Mesh Relay Mode

Posted: Mon Sep 02, 2024 12:15 am
by rrwatt
Hello,

I am using an ESP32 in a ble mesh network where sometimes messages have to be relayed. However, nodes only wake up once per minute (unsynchronized), so I want to "blast" the message (i.e. resend it many times) for a whole minute to ensure that someone hears it. How do I access the relayed messages on a given node to produce this functionality? In other words, how do I force a node to relay a message it is hearing many times rather than just once? Thanks in advance and I am happy to share more info if necessary.

--rrwatt