USB monitoring with 3.3volt external power.
Posted: Wed Jan 27, 2021 9:37 pm
Hi. First post here.
I power a ESP32 directly on the 3.3v pin. To avoid conflicting power (5v usb vs 3.3v PSU), I disconnect the 3.3v pin to flash the device and to monitor data on the serial monitor in the arduino IDE.
Now I would like to monitor the data from my device while keeping the 3.3v pin connected. To do this with Arduino UNO (5v device), I strip and physically cut the power line on the USB cable. Doing this, I can monitor the serial output from the arduino and still power the arduino without damaging my laptop USB port.
I tried the same thing with the ESP32 but somehow it don't work. The comport don't show up in the IDE and I can't connect to the ESP.
What can I do about this?
I can use the RX/TX pin but there is 0,1 and 2. I also want to flash the device from time to time. Maybe one serial channel is better at this?
I also use the fucntion Serial.print() / Serial.begin() in my actual program. Is this attach to RX0/TX0 by default or only to the USB serial port?
Thank you
I power a ESP32 directly on the 3.3v pin. To avoid conflicting power (5v usb vs 3.3v PSU), I disconnect the 3.3v pin to flash the device and to monitor data on the serial monitor in the arduino IDE.
Now I would like to monitor the data from my device while keeping the 3.3v pin connected. To do this with Arduino UNO (5v device), I strip and physically cut the power line on the USB cable. Doing this, I can monitor the serial output from the arduino and still power the arduino without damaging my laptop USB port.
I tried the same thing with the ESP32 but somehow it don't work. The comport don't show up in the IDE and I can't connect to the ESP.
What can I do about this?
I can use the RX/TX pin but there is 0,1 and 2. I also want to flash the device from time to time. Maybe one serial channel is better at this?
I also use the fucntion Serial.print() / Serial.begin() in my actual program. Is this attach to RX0/TX0 by default or only to the USB serial port?
Thank you