guild icon
Toit
#Support for ESP-NOW protocol
Thread channel in help
mattsoftware
mattsoftware 04/07/2023 03:34 AM
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)
bitphlipphar
bitphlipphar 04/07/2023 05:42 AM
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?
mattsoftware
mattsoftware 04/07/2023 05:45 AM
Yea, My project doesn't currently use wifi at all, just sends messages over ESP-NOW locally to another ESP device nearby.
bitphlipphar
bitphlipphar 04/07/2023 05:46 AM
Have you tried the ESP-NOW support already? https://github.com/toitlang/toit/blob/master/examples/espnow.toit
Program your microcontrollers in a fast and robust high-level language. - toit/espnow.toit at master · toitlang/toit
mattsoftware
mattsoftware 04/07/2023 05:46 AM
Would be nice to have it sit on wifi, and manage the container to talk over ESP-Now
mattsoftware
mattsoftware 04/07/2023 05:46 AM
Thats what I was looking for - none of my google-foo was working!
mattsoftware
mattsoftware 04/07/2023 05:46 AM
Thank you!
bitphlipphar
bitphlipphar 04/07/2023 05:46 AM
Yeah, that does sound good.
8 messages in total