Dear all,
we are currently evaluating the ESP32-S2 (ESP32-S2FH2 or ESP32-S2FH4) as a replacement chip for the Pico D4 (4MB Flash) and have some questions after looking into the datasheet:
[*] Is ESP NOW already supported?
[*] Is an external crystal / oscillator needed in the hardware design or does the chip have an integrated one like the Pico D4?
[*] The datasheet mentions a deep sleep current (RTC timer + RTC memory) of 25uA. Is this really the case? The Pico D4 only needs 2.5uA.
Very happy about any kind of information!
Thanks & Greetings,
Timm
ESP32-S2 replacing Pico D4 - ESP NOW support, RTC and deep sleep
Re: ESP32-S2 replacing Pico D4 - ESP NOW support, RTC and deep sleep
Dear all,
sorry for pushing this. Nobody around to answer any of these questions? Especially the deep sleep current compared to the Pico D4.
Best, Timm
sorry for pushing this. Nobody around to answer any of these questions? Especially the deep sleep current compared to the Pico D4.
Best, Timm
Re: ESP32-S2 replacing Pico D4 - ESP NOW support, RTC and deep sleep
[*] Is ESP NOW already supported?
Should be
[*] Is an external crystal / oscillator needed in the hardware design or does the chip have an integrated one like the Pico D4?
Yes, needed
[*] The datasheet mentions a deep sleep current (RTC timer + RTC memory) of 25uA. Is this really the case? The Pico D4 only needs 2.5uA.
The minimum deepsleep current in the datasheet was changed from 5uA to 20uA so probably
Should be
[*] Is an external crystal / oscillator needed in the hardware design or does the chip have an integrated one like the Pico D4?
Yes, needed
[*] The datasheet mentions a deep sleep current (RTC timer + RTC memory) of 25uA. Is this really the case? The Pico D4 only needs 2.5uA.
The minimum deepsleep current in the datasheet was changed from 5uA to 20uA so probably
Re: ESP32-S2 replacing Pico D4 - ESP NOW support, RTC and deep sleep
Hi WiFive, thanks for your answers! That already helps a lot. Unfortunately we need to decide against the ESP32S2 for new hardware designs, due to the high deepsleep current and the additional RTC component (our device needs to be tiny).WiFive wrote: ↑Sun Jan 24, 2021 10:14 pm[*] Is ESP NOW already supported?
Should be
[*] Is an external crystal / oscillator needed in the hardware design or does the chip have an integrated one like the Pico D4?
Yes, needed
[*] The datasheet mentions a deep sleep current (RTC timer + RTC memory) of 25uA. Is this really the case? The Pico D4 only needs 2.5uA.
The minimum deepsleep current in the datasheet was changed from 5uA to 20uA so probably
Best
-
- Posts: 1
- Joined: Mon Dec 21, 2020 9:08 am
I²C pins _ ESP32- Pico D4
hi everyone,
Can someone help me, what are the I²C pins of the esp32 pico d4 ? I
can't find in the data sheet
Can someone help me, what are the I²C pins of the esp32 pico d4 ? I
can't find in the data sheet
Re: I²C pins _ ESP32- Pico D4
By default it's GPIO22 = SCL, GPIO21 = SDA. But they can be mapped as well.Tlili younes wrote: ↑Wed Feb 03, 2021 3:25 pmhi everyone,
Can someone help me, what are the I²C pins of the esp32 pico d4 ? I
can't find in the data sheet
Best
-
- Posts: 364
- Joined: Mon Jan 04, 2021 2:06 pm
Re: ESP32-S2 replacing Pico D4 - ESP NOW support, RTC and deep sleep
Hi,
You can use any GPIO for the I2C peripheral due the IO multiplexing. Just be sure to choose one with no shared function or input only IO.
Be aware of the strapping and flash IOs.
See in the datasheet:
You can use any GPIO for the I2C peripheral due the IO multiplexing. Just be sure to choose one with no shared function or input only IO.
Be aware of the strapping and flash IOs.
See in the datasheet:
https://www.espressif.com/sites/default ... eet_en.pdfThese pins can be multiplexed with other functions, suchas the SDIO, UART, SPI, etc. (More details can be found in the Appendix, TableIO_MUX.)
Who is online
Users browsing this forum: No registered users and 98 guests