Read ESP8266 serial console with Arduino UNO #6461
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2022-05-28 by maze1980 Your Adruino code looks complicated, and I'm not sure if it's correct, or if you're overwriting the variable IncomingString in the while loop. The sample code for serial input from https://www.javatpoint.com/arduino-serial-available:
I'd suggest to remove the while and the true/false in your code, and change it according to the sample code. |
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
-
Posted at 2022-05-28 by user144453
Hello, I am trying to read ESP-01 (ESP8266) Espruino log with Arduino UNO by serial and not works correctly.
My Arduino UNO code:
Espruino code:
Actual arduino uno log: Screenshot in attachments
Excepted log:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions