I am working with the ESP32-P4 Function EV Board, and I need GitHub example codes to test and verify the peripherals on this board.
Specifically, I am looking for:
1. Example projects to test peripherals such as GPIO, LCD display, and other interfaces.
2. A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.
Any reference links, GitHub repositories, or sample codes would be greatly appreciated. please provide me to pratice
Thank you.
ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.)
-
nopnop2002
- Posts: 347
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar
Example code for hd44780A working example to display a name (text-hello world) on the LCD using the ESP32-P4 board.
https://github.com/esp-idf-lib/hd44780
Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar
when I take a project from git, target is not detected what is the reason for this. how can i solve
iam using Espressif IDE
board-> esp32p4-function-ev-board. please give me clarity about these things
iam using Espressif IDE
board-> esp32p4-function-ev-board. please give me clarity about these things
- Attachments
-
- TARGET IS NOT DETECTED.. SEE THE SCREENSHOT OF IDE AND GIVE SUGGESTION
- TOOL CHAIN IS NOT DETESTED.jpg (247.81 KiB) Viewed 112 times
-
nopnop2002
- Posts: 347
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: ESP32P4 FUNCTION EV BOARD( A working example to display a name (text-hello world) on the LCD using the ESP32-P4 boar
Code: Select all
git clone https://github.com/esp-idf-lib/hd44780
cd hd44780/
cd examples/
cd default/
idf.py set-target esp32p4
idf.py build
Who is online
Users browsing this forum: PetalBot and 11 guests