Troubleshooting sending message to channel #5990
cahofmeyr
started this conversation in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, thanks for this amazing project!
I am modifying the firmware for a ranch IoT use case, and am trying to debug why messages appear not to be transmitting correctly.
I configured a channel 1 with the same name and key on two Heltec Lora32 V3 devices running the same build of Meshtastic.
When I send a message using the CLI from one of the devices, it correctly shows up as a message on channel 1 on the other device:
meshtastic --sendtext "Hello world" --ch-index 1
Now for sending the message from the firmware code. I added the following function in the firmware:
Looking at the logs using the serial monitor, it looks like the message is transmitted correctly: (stripped some of the log entries for brevity)
However, the test messages are not showing up on the other device on channel 1 (as seen on the OLED display and in the iOS app).
Any advice on how I can troubleshoot where the problem is or ideas on how to fix this?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions