Search found 4 matches
- Fri May 24, 2024 9:26 pm
- Forum: Hardware
- Topic: RTC calibration
- Replies: 1
- Views: 968
RTC calibration
Hi everyone, I am working on a project that involves taking time measurements and requires high accuracy. To achieve this, I am using a GNSS receiver with a 1PPS signal to trigger an interruption and synchronize the internal time every second. Estimated CPU frequency is about 239.99886 MHz. However,...
- Sun Jun 19, 2022 5:50 pm
- Forum: ESP-IDF
- Topic: ESP-NOW specifics [WIFI-2245]
- Replies: 19
- Views: 24796
Re: ESP-NOW specifics [WIFI-2245]
Hi, I've developed a library to use ESP-NOW with Arduino core in both ESP8266 and ESP32. It adds some features as RSSI level information for every packet.
Have a look to it in https://github.com/gmag11/QuickESPNow
Have a look to it in https://github.com/gmag11/QuickESPNow
- Mon Jul 13, 2020 8:24 am
- Forum: ESP32 Arduino
- Topic: espnow wifi channel setup with connection to lan.
- Replies: 1
- Views: 13724
Re: espnow wifi channel setup with connection to lan.
I was having the same problem. Thank you!!!
- Wed Jan 16, 2019 2:01 pm
- Forum: General Discussion
- Topic: Creating Mesh Network using ESP32
- Replies: 3
- Views: 18622
Re: Creating Mesh Network using ESP32
Hi, It looks like your ESP32 Arduino framework is outdated. PainlessMesh is working fine on ESP32 on my side. ESP-MESH looks promissing. It is not compatible with ESP8266 as PainlessMesh is, but performance and features should be better. Btw, I am not the main developer of PainlessMesh. You can go t...