Search found 6 matches

by esperiment
Sun Dec 22, 2024 11:30 am
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

Re: ESP32P4 Factory example not working (I2C) problem

OK, I searched the issues on Github and found https://github.com/espressif/esp-dev-kits/issues/115

The suggestion was to connect the camera because a component had changed.
With the camera connected the example works now.
by esperiment
Sun Dec 15, 2024 12:51 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

Re: ESP32P4 Factory example not working (I2C) problem

Maybe you need to configure stuff in menuconfig? Indeed, the reason for my self-compilation failures could be missed configurations. I'll have a look at relevant options. But this does not explain the initial (i.e. factory programmed) example failure of the I2C/touch events. Still, I'll check avail...
by esperiment
Sat Dec 14, 2024 11:42 am
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

Re: ESP32P4 Factory example not working (I2C) problem

Thanks for the suggestion. I tried, but sadly there were no changes, i.e. display is on but no touch events go through. There is wiring done according to https://github.com/espressif/esp-dev-kits/tree/master/examples/esp32-p4-function-ev-board/examples/esp_brookesia_phone#prerequisites , that is, PW...
by esperiment
Fri Dec 13, 2024 6:37 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

Re: ESP32P4 Factory example not working (I2C) problem

Can maybe someone from Espressif shed some light on this? As I wrote initially, the factory example did not work properly, i.e. no touch events. I assume that this is not supposed to happen? I get that my recompilation attempts are my own responsibility, but I'm not very experienced with the ESP32 s...
by esperiment
Mon Dec 09, 2024 6:42 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

Re: ESP32P4 Factory example not working (I2C) problem

Does no one have an idea or suggestion?
by esperiment
Mon Dec 02, 2024 5:56 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP32P4 Factory example not working (I2C) problem
Replies: 7
Views: 1242

[SOLVED] ESP32P4 Factory example not working (I2C) problem

Hi, recently I got a P4 function board. Unfortunately, the pre-programmed factory example (brookesia) did not work: display rendered fine, but no touch.. Then I updated IDF (I'm on f420609c33 now, with Win11) and tried to compile the examples myself to see if that would help. It didn't :( When I att...