Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
Hi all,
I'm working on a project where:
Master device connects to a Wi-Fi router and publishes data using MQTT (this part is working fine ✅).
Slave device is connected to the master via ESP-MESH Lite (using the no_router example as the reference).
Working :
MQTT connection and data publish/subscribe from master to cloud.
MESH network formation:
Logs from slave show parent MAC as the master.
Logs from master show child MAC as the slave.
Devices are connected in the MESH network (confirmed via logs).
Both MQTT and mesh components initialize without error.
Not Working:
After merging the no_router (MESH Lite) example with my MQTT code, the master and slave are no longer able to exchange data over MESH. I’ve confirmed:
What I Expect
- Master should send/receive data from slave over MESH Lite (no internet/router needed for MESH path).
- At the same time, Master should continue its MQTT communication with the cloud over Wi-Fi.
What I'm Looking For
Any working example that combines MESH Lite and MQTT?
Any suggestions on how to debug mesh data transfer specifically?
Best practices to combine Wi-Fi STA (for MQTT) and MESH (for slave comm) cleanly?