Hi,
I'm trying to get the WaveShare monitor to work in landscape mode with MIPI-DSI,
but it's not working. I've tried about fifty different draw_pixels, and it's still not working. I'm using `mirror` in the initialization,
but it's not doing anything. The screen resolution is 800x1280 for screen ...
Search found 34 matches
- Sun May 03, 2026 10:59 pm
- Forum: ESP-IDF
- Topic: landscape mode with MIPI-DSI on DSI display
- Replies: 0
- Views: 51
- Sun May 03, 2026 9:12 pm
- Forum: ESP-IDF
- Topic: ESP-IDF v6.0 refuses to initialize MIPI on Waveshare ESP32-P4 Dev Kit Module
- Replies: 1
- Views: 92
Re: ESP-IDF v6.0 refuses to initialize MIPI on Waveshare ESP32-P4 Dev Kit Module
I solved the problem by following an example, and the touch function also works, so problem solved.
- Sat May 02, 2026 11:09 pm
- Forum: ESP-IDF
- Topic: ESP-IDF v6.0 refuses to initialize MIPI on Waveshare ESP32-P4 Dev Kit Module
- Replies: 1
- Views: 92
ESP-IDF v6.0 refuses to initialize MIPI on Waveshare ESP32-P4 Dev Kit Module
Hi,
I have waveshare ESP32-P4 Dev Kit module with waveshare LCD 10.1" 1280x800,
I can't see anything on the screen, the screen is initialized with the correct values, there are no errors in the monitor, the backlight is working, but nothing appears on the screen.
#include <stdio.h>
#include ...
I have waveshare ESP32-P4 Dev Kit module with waveshare LCD 10.1" 1280x800,
I can't see anything on the screen, the screen is initialized with the correct values, there are no errors in the monitor, the backlight is working, but nothing appears on the screen.
#include <stdio.h>
#include ...
- Fri Apr 10, 2026 3:24 pm
- Forum: ESP32 Arduino
- Topic: USB Host OTG library for ESP32-P4
- Replies: 3
- Views: 112
Re: USB Host OTG library for ESP32-P4
My question is why the Waveshare ESP32-P4 module dev-kit board is not sending 5V to the USB-A port?
- Fri Apr 10, 2026 12:20 am
- Forum: ESP32 Arduino
- Topic: USB Host OTG library for ESP32-P4
- Replies: 3
- Views: 112
Re: USB Host OTG library for ESP32-P4
Thanks for your response.
I tried it on an Arduino using esp-idf, but not the examples from the link. It initializes the host correctly and is detected,
but the problem I'm encountering is that the keyboard isn't getting power.
I'm wondering if I need to enable a GPIO pin for USB power.
The board ...
I tried it on an Arduino using esp-idf, but not the examples from the link. It initializes the host correctly and is detected,
but the problem I'm encountering is that the keyboard isn't getting power.
I'm wondering if I need to enable a GPIO pin for USB power.
The board ...
- Thu Apr 09, 2026 4:36 pm
- Forum: ESP32 Arduino
- Topic: USB Host OTG library for ESP32-P4
- Replies: 3
- Views: 112
USB Host OTG library for ESP32-P4
Hi,
Is there a USB host OTG library for the ESP32-P4?
For use with the Waveshare ESP32-P4 Basic Kit board under Arduino.
IDE 2.3.8, core 3.3.7
Thanks for your help.
Is there a USB host OTG library for the ESP32-P4?
For use with the Waveshare ESP32-P4 Basic Kit board under Arduino.
IDE 2.3.8, core 3.3.7
Thanks for your help.
- Thu Apr 09, 2026 4:29 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4 dev module not work with core 3.3.7
- Replies: 4
- Views: 118
Re: ESP32-P4 dev module not work with core 3.3.7
thanks, but after downgrade and after upgrade to 3.3.7 it work.
Thanks
Thanks
- Wed Apr 08, 2026 8:01 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4 dev module not work with core 3.3.7
- Replies: 4
- Views: 118
Re: ESP32-P4 dev module not work with core 3.3.7
the chip variant is for the version of the core > 3 or the version of P4 ?
- Wed Apr 08, 2026 2:02 pm
- Forum: ESP32 Arduino
- Topic: ESP32-P4 dev module not work with core 3.3.7
- Replies: 4
- Views: 118
ESP32-P4 dev module not work with core 3.3.7
Hi,
i have esp32-p4, on arduino core 3.3.7 not work, not compile with an erreur CPUFreq, but compil and work with core 3.3.6.
Thanks for your help.
i have esp32-p4, on arduino core 3.3.7 not work, not compile with an erreur CPUFreq, but compil and work with core 3.3.6.
Thanks for your help.
- Sun Dec 28, 2025 7:40 am
- Forum: ESP32 Arduino
- Topic: ESP32-P4 + i2c not work
- Replies: 9
- Views: 1889
Re: ESP32-P4 + i2c not work
Thank you so much again, I didn't know you could switch buses using Wire.
Thanks again.
I kept the same pins and it works
#define PN532_IRQ (7) // For esp32-p4 7,8
#define PN532_RESET (8) // Not connected by default on the NFC Shield
..........
TwoWire WirePN532(1);
// Or use this line for a ...
Thanks again.
I kept the same pins and it works
#define PN532_IRQ (7) // For esp32-p4 7,8
#define PN532_RESET (8) // Not connected by default on the NFC Shield
..........
TwoWire WirePN532(1);
// Or use this line for a ...