Search found 10 matches

by fabianoriccardi
Mon Aug 02, 2021 7:25 pm
Forum: General Discussion
Topic: The esp32 timer drifted over half an hour in the course of 10 hours (in deep sleep). Is this normal?
Replies: 3
Views: 5278

Re: The esp32 timer drifted over half an hour in the course of 10 hours (in deep sleep). Is this normal?

If you rely on the internal oscillator (a simple RC), it should have a relative error of up to 10% (if I recall well). Maybe ESP32 can be slightly better, but in general RC oscillator has a significant drift. So if it deep sleeps few hours, it can drift *minutes*.
by fabianoriccardi
Sun Aug 01, 2021 6:58 pm
Forum: General Discussion
Topic: ESP32-C6 release date
Replies: 0
Views: 2169

ESP32-C6 release date

Hi,
Is there an approximative date for the release of ESP32-C6? Even a quarter of the year will be enough.
by fabianoriccardi
Mon Apr 19, 2021 7:41 pm
Forum: Hardware
Topic: ESP32 with BLE5 support?
Replies: 8
Views: 7215

Re: ESP32 with BLE5 support?

Many thanks for replying. So if esp32 didn't gain 2M PHY and coded PHY, where is the improvement? Is it just marketing?
by fabianoriccardi
Sun Apr 18, 2021 9:42 pm
Forum: Hardware
Topic: ESP32-C3 revision engineering sample
Replies: 2
Views: 2900

Re: ESP32-C3 revision engineering sample

Ok thanks for the information!
by fabianoriccardi
Sun Apr 18, 2021 1:45 pm
Forum: Hardware
Topic: ESP32 with BLE5 support?
Replies: 8
Views: 7215

Re: ESP32 with BLE5 support?

Recently I had found this official news on espressif website https://www.espressif.com/en/news/BLE_ ... tification. So it seems that ESP32 is shipped as a BLE 5.0 device. Am I misinterpreting the article?
by fabianoriccardi
Sun Apr 18, 2021 1:38 pm
Forum: Hardware
Topic: ESP32-C3 revision engineering sample
Replies: 2
Views: 2900

ESP32-C3 revision engineering sample

Hi all, I was going to buy some ESP32-C3, however it seems that is not easy to find on the market. However, I had found them on mouser.com https://www.mouser.it/Search/Refine?Keyword=esp32-c3 https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-C3-WROOM-02-N4?qs=sGAEpiMZZMu3sxpa5v1qrhrB%252BB...
by fabianoriccardi
Tue Oct 27, 2020 8:01 pm
Forum: ESP-IDF
Topic: Calibration of RTC on ESP32-S2
Replies: 3
Views: 4975

Re: Calibration of RTC on ESP32-S2

I had continued the testing of various configuration of RTC to get the accurate date. the sketch I used is derived from the "sntp" esp-idf example and basically do the following: First iteration: sync time with NTP print time Deep sleep fom 15 seconds Any other iteration: print time Deepsleep for 15...
by fabianoriccardi
Mon Oct 26, 2020 9:17 pm
Forum: ESP-IDF
Topic: Calibration of RTC on ESP32-S2
Replies: 3
Views: 4975

Re: Calibration of RTC on ESP32-S2

However the calibration is performed only at the start up, isn't it? Because if the operating temperature of the ESP32S2 varies the drift will vary accordingly, and calibration cannot compensate that.
by fabianoriccardi
Sun Oct 25, 2020 9:45 pm
Forum: ESP-IDF
Topic: Calibration of RTC on ESP32-S2
Replies: 3
Views: 4975

Calibration of RTC on ESP32-S2

Hi, I was testing ESP32-S2 WROOM module, and I was trying external RTC crystal to minimize the dependency on NTP and WiFi connection. Also, to save energy, the rtc will be used for a more accurate deep sleep time. I had tested the gettimeofday() function with ONLY RTC source 90khz (internal RC) and ...
by fabianoriccardi
Fri Nov 01, 2019 7:07 pm
Forum: ESP32 Arduino
Topic: ESP32 with Triac
Replies: 19
Views: 30192

Re: ESP32 with Triac

Hi all, https://github.com/fabiuz7/Dimmable-Light-Arduino is the library I first tried (but couldn't get to work on the rev. 0 part). I didn't use it in the end, but it is worth looking at. Finally I can say that this library is working also for ESP32 rev0, (thanks -rudy-). Also thanks to mention an...

Go to advanced search