Search found 3 matches

by gmag11
Sun Jun 19, 2022 5:50 pm
Forum: ESP-IDF
Topic: ESP-NOW specifics [WIFI-2245]
Replies: 19
Views: 21228

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
by gmag11
Mon Jul 13, 2020 8:24 am
Forum: ESP32 Arduino
Topic: espnow wifi channel setup with connection to lan.
Replies: 1
Views: 12118

Re: espnow wifi channel setup with connection to lan.

I was having the same problem. Thank you!!!
by gmag11
Wed Jan 16, 2019 2:01 pm
Forum: General Discussion
Topic: Creating Mesh Network using ESP32
Replies: 3
Views: 17331

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...