Search found 3 matches
- Sat Mar 14, 2026 9:32 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4-Function-EV-Board Serial Output
- Replies: 3
- Views: 375
Re: ESP32-P4-Function-EV-Board Serial Output
I verified that the IDE is operating correctly with an ESP32-S3. I can upload a simple sketch with one println statement that repeats. Again, with the ESP32-P4 the sketch will upload but nothing prints to the serial monitor. When I turn off the power switch on the board I do get the "brownout ...
- Sat Mar 14, 2026 3:43 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4-Function-EV-Board Serial Output
- Replies: 3
- Views: 375
Re: ESP32-P4-Function-EV-Board Serial Output
Make sure you connect to the JTAG USB port - connected
Set USB mode to Hardware CDC - already set
Enable USB-CDC on boot - already set
Set USB mode to Hardware CDC - already set
Enable USB-CDC on boot - already set
- Fri Mar 13, 2026 10:35 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4-Function-EV-Board Serial Output
- Replies: 3
- Views: 375
ESP32-P4-Function-EV-Board Serial Output
I have a ESP32-P4-Function-EV-Board that I have been using to test/configure two 8x8 lidar matrix sensors using the Arduino 2.x IDE. Everything from the P4 has been working smoothly. Today I decided to connect an BN0085 IMU unit to the P4 to check the sensor before I add to the project. The test ...