toit icon indicating copy to clipboard operation
toit copied to clipboard

Espnow tutorials needed

Open nne998 opened this issue 2 years ago • 3 comments

Hi, Is there any espnow tutorials for esp32c3 chip ?

Thank you

nne998 avatar Sep 13 '23 16:09 nne998

We don't have a tutorial yet, but there is an example here: https://github.com/toitlang/toit/blob/master/examples/espnow.toit

Note that Toit doesn't support running espnow at the same time as WiFi.

If you are using Jaguar, you have to disable Jaguar, so it doesn't start up the WiFi while the espnow program is running.

jag container install -D jag.disabled -D jag.timeout=2m  espnow examples/espnow.toit

This would disable Jaguar for 2 minutes while the espnow example is running.

floitsch avatar Sep 13 '23 16:09 floitsch