witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.31k stars 130 forks source link

WiFi and TFT simultaneous #77

Closed fritzbaratto closed 7 months ago

fritzbaratto commented 7 months ago

Why doesn't work WiFi and TFT at the same time in my CYD?

witnessmenow commented 7 months ago

You'll have to give more info because it does for me

fritzbaratto commented 7 months ago

Hi Brian, I just wanted try to implement a my project, realized last year using a ESP32 DevKit board and a separate 2.8TFT Lcd, seen the high integration of the CYD. I cropped the old Arduino sketch, keeping the only parts useful for this test.

I see that, as soon as the instruction "WiFi.begin(ssid, password)" is sent, the TFT visualization freezes, even if all other activities are running.

I've read that use of GPIO2 (ADC2) is to avoid when WiFi is on, but the hardware of CYD utilizes IO2 as RS signal of TFT...could it be the case?

Thanks for the attention, Fritz

Il gio 30 nov 2023, 12:41 Brian Lough @.***> ha scritto:

You'll have to give more info because it does for me

— Reply to this email directly, view it on GitHub https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/issues/77#issuecomment-1833602718, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUN7WXKRGMXVH2SWA3RHBLYHBWGTAVCNFSM6AAAAABABAHZZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGYYDENZRHA . You are receiving this because you authored the thread.Message ID: @.***>

fritzbaratto commented 7 months ago

cut the .pdf extension

On Thu, Nov 30, 2023 at 12:41 PM Brian Lough @.***> wrote:

You'll have to give more info because it does for me

— Reply to this email directly, view it on GitHub https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/issues/77#issuecomment-1833602718, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUN7WXKRGMXVH2SWA3RHBLYHBWGTAVCNFSM6AAAAABABAHZZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGYYDENZRHA . You are receiving this because you authored the thread.Message ID: @.***>

fritzbaratto commented 7 months ago

Hi Brian, IT WORKS,! I had a wrong board selected in Arduino IDE... sorry, Fritz

witnessmenow commented 7 months ago

Great!