-
**Describe the problem you have/What new integration you would like**
At the moment ESPHome communication with HA servers is limited to wifi only systems. There are many non-wifi communicatio…
-
Hi Guys,
I am working on espnow with Wifi STA to connect with my router but I noticed when I use my router to connect with Controller Combo the distance between slave and controller should be too n…
-
Hi guys,
Is there a simple ESPNOW example for Android?
-
So both our current firmware, and the official ESP-IDF examples follow the following pattern:
```cpp
esp_now_peer_info_t *peer = malloc(sizeof(esp_now_peer_info_t));
if (peer == NULL) {
…
-
With the WIFI off the remote had a current draw of only ~30mA, but when the ESPNOW radio is turned ON, the current consumption increases to 100mA.
This reduces the battery runtime to 4 hours or les…
-
Hey all,
I can confirm that you have to use the same WiFi-Channel for ESPNow-Sender and ESPNow-to-WiFi-Gateways. If you have multiple routers with the same SSID (e.g. in university or company) and …
-
Hello,
I have this code for control a stepper motor and a led trought EspNow. I try to summarize it for explain the problem.
1 - In main i recive data trought EspNow
`void OnDataRecv()`
..…
-
You might want to consider reworking the bridge code into using a callback model. I did not find app_bridged_device to be useful. Instead, I pulled it into my code and rewrote it. When you see code l…
-
ESP32 have hall sensor built in which ESP8266 did not have. It can be used as door sensor without using any external component specially with ESPNow as low power sensor. It will be even better if hall…
-
I found that this library works fine when using broadcast mode, but if I configure the target address as `ESP_mac`, then the `esp_now_send` function call returns a non-zero error.
``` c
...
stati…