poky

Results 8 comments of poky

> Chaning the .ino to < and changing the .ini description of function has worked for me. I've also changed the .ino so the VE's work in 50rpm increments, making...

Thank you for reply! As for the datasheet, I hate they put the login requirements on a public open docs. But have found this from the seeedstudio. https://files.seeedstudio.com/products/102110419/Basic%20documents/UM0401_RTL872xD_Datasheet_v3.4_watermark.pdf Timer spec...

Hi, thanks for the reply! I've tried the code, but now it shows the following exception: `assert failed: spinlock_acquire spinlock.h:122 (result == core_id || result == SPINLOCK_FREE)` From this line:...

Hi, I'm using the provisioning example to test the deinit function, set as an initiator, and add a delay for the task to finish then call deinit, here's what the...

Hi, after change, it still crash with following outputs I (639) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07 I (739) wifi:mode : sta (d8:a0:1d:5d:52:f4) I (749) wifi:enable tsf I (749) ESPNOW: espnow...

Hi, have the latest version updated, the deinit works fine for the first time, but when init esp now again, the following messages: I (31747) espnow_prov: Responder beacon start, timer:...

@ljy770 Thanks for the reply! I understand that the initiator will send the ESP-NOW packet to the same channel as AP. I'm trying to solve a real-life case scenario, the...

I think esp-now is a proprietary protocol, however, if you really want to run it on RPi, you could use ESP8266/ESP32 as a bridge, write some UART to esp-now interfaces...