-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-P4-Function-Ev-Board Touch Not working (AEGHB-874) #115
Comments
Sorry, will this issue persist? Please check if the wiring is correct (https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html#required-hardware). |
Hai,Thanks for responding.Yeah the wiring connections are connected
properly. I checked out.when i brought the product that time i connected
wires and that time it was working,Once i build and flashed this code UI is
slight changed and Touch is not completely working.
…On Wed, 13 Nov 2024, 7:06 am lv haiyu, ***@***.***> wrote:
Sorry, will this issue persist? Please check if the wiring is correct (
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html#required-hardware
).
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKDAQ5CBXR24YTETVQG67RD2AKUJBAVCNFSM6AAAAABRTYYO3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGEZDKNRXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You could try providing additional power to the development board or directly to the display (via the power port on the display’s sub-board) to rule out any power insufficiency issues. Alternatively, you could try flashing an LVGL example to see if the touch functionality still has issues. |
yeah,the LVGL example has been working with touches..but not in esp-brookesia-phone one..it shows i2c errors.I checked the display to sub-board continuity also its fine but the touch is not working. |
Could you please confirm if the camera is connected correctly? I think this issue is very likely due to the camera not being connected. |
without connecting the camera..touch won't work? |
This is an issue with the esp_video component. When the camera initializes, it needs to confirm the camera sensor model based on the I2C address. I suspect it couldn't find the sensor, which occupied the bus and caused the touch functionality to freeze. |
But when i purchased the product I connect and checked without camera connection.that time the touch functionality works fine. |
I apologize for the inconvenience. It is possible that the version of the esp_video component in the factory firmware is different from the current one. I am sorry for the trouble this has caused. This issue will be reported internally and will be fixed in the future. |
Can I get the older one to work one. |
Sorry, the older version no longer works because it lacks many features. We recommend that customers use this example in conjunction with a camera. |
In esp32-p4 what are the necessary components and libraries for rtsp client in esp brookesia phone |
Hi, I just got my new board and found that the touch does not work while the camera is unplugged. I was surprised and thought I had a faulty board until I read this post. You should fix the firmware so it can load without the camera. Thanks |
Apologies for this issue. It is a problem within the esp_video component, which has already been reported and is expected to be fixed soon. |
@Horion0415 when we can get the update for this issue |
We have identified the issue, but since it involves the esp_video component and the I2C driver, it will take some time to resolve. |
@Horion0415 while I'm trying build the brokeesia_phone project it getting lots of error,what caused this and does any changes should i do(I didn't changed the code from project). |
You can try updating esp-dev-kits, using the latest version of the examples, and compiling with the ESP-IDF master branch. |
Answers checklist.
IDF version.
ESP-IDF v5.4-dev-4076-gce6085349f
Espressif SoC revision.
ESP32-P4 ECO1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-P4-Function-EV-Board
Power Supply used.
USB
What is the expected behavior?
After I flashed this code.I expected the UI and working functionality as it before..
What is the actual behavior?
Display Touch is completely not working ,UI got slight changed(Lvgl is not there instead of that Squareline is there)
Steps to reproduce.
To get the esp32-p4-function-ev-board sdk i tired to run this repository code..but after build and flashed Touch is not completely working.I didn't modified anything from the code.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: