Replies: 1 comment 5 replies
-
Hello!
Thanks for pointing the issue with my node-red example! I'm embarrassed at how long it has been incorrect. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Tim,
I have been playing with Lora and meshes for a while and have now come across your work - looks like it it could be just what I need.
I would like to get a minimal system running; Sensor sending to a MQTT gateway via ESPNow.
The problem is I don't know how to debug this - not clear if the sensor is not sending or if the gateway is not receiving.
I have compiled your examples on two D1 Mini's:
#define ESPNOWG_ACT sendMQTT(); // was nothing
#define SERIAL_ACT // sendMQTT();
//#include <fdrs_globals.h>
The only serial output I see is from the Gateway:
Nothing is being received by my MQTT server, monitoring the topic: fdrs/#
BTW, your node-red example monitors the topic esp/fdrs which doesn't seem to be correct since you define:
#define TOPIC_DATA "fdrs/data"
Either way, I don't receive anything on esp/fdrs either!
Can you suggest any pointers?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions