Support for ESP-NOW protocol
# help
m
I know this is esp specific, but I have a project currently working over the ESP-NOW protocol. (https://www.espressif.com/en/solutions/low-power-solutions/esp-now). I would love to convert my project from arduino to artemis as a POC. I am hoping this project will go live by end of year (custom board powered by esp8266 at the moment, but can potentially upgrade to esp32 if that is a way to get the project managed by artemis)
k
So you're asking for the combination of Artemis and ESP-NOW? Using WiFi to connect to the cloud and ESP-NOW to communicate locally? Or something more involved?
m
Yea, My project doesn't currently use wifi at all, just sends messages over ESP-NOW locally to another ESP device nearby.
k
Have you tried the ESP-NOW support already? https://github.com/toitlang/toit/blob/master/examples/espnow.toit
m
Would be nice to have it sit on wifi, and manage the container to talk over ESP-Now
Thats what I was looking for - none of my google-foo was working!
Thank you!
k
Yeah, that does sound good.