Troubleshooting sending message to channel #5990
cahofmeyr
started this conversation in
Troubleshooting
Replies: 2 comments 2 replies
-
Hey, for it to show up as a text message, you have to set its port number to the text message app: |
Beta Was this translation helpful? Give feedback.
1 reply
-
@cahofmeyr if you're on our discord, I'd love to hear more about your use case and how you plan to integrate meshtastic into it. |
Beta Was this translation helpful? Give feedback.
1 reply
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 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