ESP Display compatible with another ESP?
Hi all,
I am very much a complete noob/beginner with everything related to Arduino, ESP32, Displays, etc.
I came across the ESP32 displays on the Elecrow website, which would work great with a project I'm working on, however, my project involves Solenoid valves, and pressure transducers, which would (hopefully) be able to be controlled and monitored on the display. Is this possible to use the ESP on board the display? Or is it possible to link the display with another ESP where my other components (solenoid valves, pressure transducers, led lights) could be "housed"? Is this possible at all, and how would it work?
Thanks in advance,
Warren
Comments
Hello Warren,your project can indeed be controlled and monitored using an ESP32 display. You can utilize the built-in ESP module on the display. However, the ESP32 display itself cannot be directly linked to another ESP module. You can connect additional components using the GPIO pins. This will require you to have proficiency in LVGL programming to control the added functionality modules.