CYD as Serial Monitor #113
-
My goal is to use the CYD (powered by a powerbank) as a serial monitor for arduino pro mini (3.3V) sensors, so I can debug them without having to attach them to my PC. For testing: In practice: Then I saw this: Then I tried it the other way around: Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Update: So is it safe to assume the RX needs 5V? |
Beta Was this translation helpful? Give feedback.
-
If you have the USB connected to the CYD it will hold the RX line high and you will not receive anything on that connector, might that explain what you were seeing? |
Beta Was this translation helpful? Give feedback.
-
Well not sure, would that also be the case if usb is connected to a powerbank? The thing that worked, described (not so clearly) above was: Powerbank via usb to cyd This allowed me to receive stuff from the serial monitor. So all the above led me to believe I need 5v on the cyd uart, and as such i would need a logic lvl converter ? |
Beta Was this translation helpful? Give feedback.
-
And also tested it with an Arduino one at 5V (forgot all about that haha) |
Beta Was this translation helpful? Give feedback.
Update:
I tried using the FTDI Adapter to see if I could connect the PC serial monitor to the P1 port. It doesn't work on 3V (Vin needs 5V). But I was not sure if 5V would fry the RX pin. Tried it anyway, and typing in any character on the serial monitor immediately showed up on the display.
So is it safe to assume the RX needs 5V?