[Bug]: Messages coming through incomplete, filled with '�' and other symbols #4993
ConnorDFWT
started this conversation in
Troubleshooting
Replies: 1 comment
-
Looks like a character encoding issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Category
Serial
Hardware
Heltec V3, Other
Firmware Version
2.4.3.91d6612
Description
I've been trying to test out relaying messages from an Arduino Nano 33 BLE Sense to a Heltec V3 through serial connection, and then have that message sent out on meshtastic. However, when the message is received by another Heltec V3 client, it never displays as intended, only parts or none at all of the original message come through.
I wrote some quick code to send a message to the Heltec every 30 seconds (at bottom of the post), which displayed on the Arduino IDE and should have come out as:
But instead was received as:
My problem seemed similar to issue #3452, but I haven't found a solution that works for me there. I've tried flashing 2.5 and 2.3 firmware, changing the rx/tx pins, changing baud rates and toggling almost all of the settings I could think of. I've attached some screenshots of the debug log. Thank you all so much!
Arduino Code:
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions