Search found 611 matches

by mikemoy
Sat Apr 29, 2023 6:08 am
Forum: General Discussion
Topic: Espressif Reveals ESP32-P4, So close to perfection
Replies: 8
Views: 7184

Espressif Reveals ESP32-P4, So close to perfection

In reading about the new ESP32-P4 I was very excited to see a faster dual core, more I/O, and they put back in the ethernet, that they took out of the ESP32-S3. What blew my mind and made me say what were they thinking, was they removed Wi-Fi & BT. Seriously Espressif? Who makes these crazy decision...
by mikemoy
Tue Apr 11, 2023 2:16 am
Forum: ESP-IDF
Topic: Arduino IDE, ESP-IDF, Make menuconfig
Replies: 2
Views: 1210

Re: Arduino IDE, ESP-IDF, Make menuconfig

Try platformIO. Its the simplest way to get started for ESP32.
by mikemoy
Sat Jan 14, 2023 7:38 pm
Forum: General Discussion
Topic: Power off peripherals reduce power
Replies: 1
Views: 1308

Re: Power off peripherals reduce power

IF your ESP is getting hot you have something else going on there.
by mikemoy
Sun Jan 08, 2023 6:49 am
Forum: General Discussion
Topic: ESP32-P4 RISC-V dual core 400 MHz in the news
Replies: 15
Views: 123402

Re: ESP32-P4 RISC-V dual core 400 MHz in the news

but some things could be in C/C++ if the interrupt latency was consistent.
Are you using Arduino or IDF?
If IDF have you tried going into menuconfig and try
"Run FreeRTOS only on first core"
by mikemoy
Wed Dec 28, 2022 3:29 am
Forum: ESP-IDF
Topic: esp32 receive large data (3000byte) by SPI
Replies: 1
Views: 1105

Re: esp32 receive large data (3000byte) by SPI

Look at the many examples
by mikemoy
Mon Dec 26, 2022 3:30 am
Forum: ESP32 Arduino
Topic: I get nothing on screen, when I plug it into the proper pins of the esp32.
Replies: 1
Views: 1207

Re: I get nothing on screen, when I plug it into the proper pins of the esp32.

You didn't mention what LCD your using. ESP32 flavor your using, wiring that you did, or code that your using.
How could anyone possibly answer your question ?
by mikemoy
Thu Dec 22, 2022 6:45 am
Forum: General Discussion
Topic: Can TFT and Touch be both connected to VSPI?
Replies: 2
Views: 1598

Re: Can TFT and Touch be both connected to VSPI?

Your initializing SPI with Adafruit_ILI9341 with TFT_CS.
Then your doing the same later with XPT2046_Touchscreen touch(TOUCH_CS);
so it overwriting the first SPI instance of the TFT.
by mikemoy
Sun Dec 18, 2022 3:31 pm
Forum: ESP-IDF
Topic: [SOLVED] Best practice to avoid wdt trigger
Replies: 9
Views: 8662

Re: Best practice to avoid wdt trigger

https://www.freertos.org/a00020.html

Did you try vTaskDelay(1 / portTICK_PERIOD_MS); instead of yield ?
by mikemoy
Thu Nov 24, 2022 4:55 am
Forum: Hardware
Topic: ESP32-U4WDH operating temperature
Replies: 1
Views: 1127

Re: ESP32-U4WDH operating temperature

That info is in the data sheet