Replies: 2 comments 2 replies
-
You're right, thanks for letting me know. It didn't work because of the Serial shell library that I'm using was using the USBSerial only. I fixed that bug and now both serial ports should be working as expected with firmware version 4.2.1. Please let me know if it works for you now! |
Beta Was this translation helpful? Give feedback.
2 replies
-
That did the trick! Serial2/UART shell commands are working now. I'm relieved that I hadn't screwed up something horribly (at least this time). Thanks so much! |
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
-
While connecting the OpenGamma Detector to an ESP32 via the UART/Serial2 pins (H1 #9 & 10) I have run into a problem. The documentation seems to say the OGD will accept shell commands via the UART serial (Serial2) port. The data transmitted from the OGD is coming through fine on the ESP32.
When I attempt to transmit shell commands from the ESP32 to the OGD, they are apparently ignored. I've mirrored the characters typed onto the ESP32 in code via Bluetooth serial to make sure the typed characters are being received/processed by the ESP32 code. I've also switched to lower baud rates on the chance there's a weird baud rate issue. I have tried different transmit pins off the ESP32 to make sure I didn't have a bad pin. Finally, just for completeness sake, I checked my transmit pin on the ESP32 with an oscilloscope and verified there is data coming through.
Did I misunderstand that the OGD will accept shell commands from the UART port or do I have some weird problem I have failed to find?
Beta Was this translation helpful? Give feedback.
All reactions