espNowFloodingMeshLibrary2 icon indicating copy to clipboard operation
espNowFloodingMeshLibrary2 copied to clipboard

ESP8266/ESP32 ESPNOW/Broadcast Arduino Flooding mesh library

Results 6 espNowFloodingMeshLibrary2 issues
Sort by recently updated
recently updated
newest added

I'm trying to implement the [`esp_mesh_pir_sensor`](https://github.com/leodesigner/esp_mesh_pir_sensor) node, in combination with the USB master [`esp_mesh_gw_node` ](https://github.com/leodesigner/esp_mesh_gw_node). (both slightly modified, mostly cosmetic...) It works when both devices are of the same ESP...

They are testing your library, but when compiling VC with Platformio, I have errors in SLAVE: espNowFloodingMesh_requestInstantTimeSyncFromMaster(); while(espNowFloodingMesh_isSyncedWithMaster()==false); src/main.cpp: In function 'void setup()': src/main.cpp:38:3: error: 'espNowFloodingMesh_requestInstantTimeSyncFromMaster' was not declared in...

There is a bug in [`wifi802_11.cpp`, line 136](https://github.com/leodesigner/espNowFloodingMeshLibrary2/blob/47be15a4b6f730a91963ce0a22108eaeb0d0e54a/wifi802_11.cpp#L136): The enumerator `ESP_IF_WIFI_STA` is invalid. It should be: [`WIFI_IF_STA`](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_interface_t). I don't have my own compile logs saved, so I'm lazy and refers...

Hi, thank's for your work ! I'm working with your fork. That's working fine with several esp32 like devkit and weemos d1mini but I can't get it working with the...

Hi, thanks for you job I cannot to compile all the slave examples, i cant find the espNowFloodingMesh_isSyncedWithMaster(); and the espNowFloodingMesh_requestInstantTimeSyncFromMaster(); functions Saludos!

Hello leodesigner, I wanted to thank you very much for continuing the project. I think the Floodingmesh library is the best mesh library for Arduino/ESP right now and I've already...