Search found 6 matches

by jumpjack
Fri May 22, 2020 3:49 pm
Forum: Hardware
Topic: RTC with 32.768 kHz crystal
Replies: 14
Views: 28633

Re: RTC with 32.768 kHz crystal

any news?
Do I have an accurate RTC on my M5stickC (ESP32 based) ?
by jumpjack
Sat Jun 29, 2019 9:47 am
Forum: ESP32 Arduino
Topic: Available SPIFFS space
Replies: 0
Views: 2310

Available SPIFFS space

How can I programmatically check how much free space is available in SPIFFS at startup on my various ESP32 development boards from different manufacturers, using Arduino IDE?
by jumpjack
Tue Jun 11, 2019 6:44 pm
Forum: General Discussion
Topic: SPIFFS logger: how much free space?
Replies: 0
Views: 3573

SPIFFS logger: how much free space?

I found this interesting sketch which allows logging data on internal memory: https://github.com/fabiuz7/esp-logger-lib/blob/master/examples/esp_logger/esp_logger.ino But I can't figure out how much "mass storage" memory I have available. Additionally, I need realtime logging, which is said not to b...
by jumpjack
Sat Oct 20, 2018 8:33 am
Forum: ESP32 Arduino
Topic: Bridging and logging
Replies: 0
Views: 2272

Bridging and logging

Once I successfully set up an AP on my ESP32 and connected it to my router, can I log the data that I am receiving from a device and re-sending to my router? Or ESP32 can only act as a bridge between the external device and my router? The device is a Sonoff Pow, which sends its readings to chinese s...
by jumpjack
Sat Oct 20, 2018 8:31 am
Forum: ESP32 Arduino
Topic: How to make a functional wifi access point with wifi connection.
Replies: 6
Views: 33827

Re: How to make a functional wifi access point with wifi connection.

Once I successfully set up an AP on my ESP32 and connected it to my router, can I log the data I am receiving and re-sending? Or it can only act as a bridge between the external device and my router? The device is a Sonoff Pow, which sends its readings to chinese servers without logging them, and wh...
by jumpjack
Sat Mar 24, 2018 4:37 pm
Forum: ESP32 Arduino
Topic: RTC
Replies: 18
Views: 42475

Re: RTC

Hi guys,
how is it going now in 2018?
Is any arduino sketch example available for internal RTC use?
I'd like to reduce consumption of my ESP32-based device, making it alive just a few seconds a day, just to log the temperature.