Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESP-NOW optional module #54

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add ESP-NOW optional module #54

wants to merge 1 commit into from

Conversation

nagy
Copy link

@nagy nagy commented Sep 26, 2023

This introduces basic support for ESP-NOW, which is a connectionless Wi-Fi communication protocol by Espressif.

More information https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_now.html

The state of this PR allows for basic sending of data to a peer or as a broadcast. I am not too happy with the API of espnow_add_peer yet. Also, as you are probably able to see, my forth is not the best so there is certainly something to improve.

If you like the idea of this PR, then I can introduce support for the receiving of data in another PR.

This introduces basic support for ESP-NOW, which is a connectionless Wi-Fi
communication protocol by Espressif.

More information https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_now.html
@MPETREMANN11
Copy link

Hi,
I'm working also on ESP-NOW for ESP32Forth....
Link: https://github.com/MPETREMANN11/ESP32forth/tree/main/__sandbox/esp%20now

Articles: https://esp32.arduino-forth.com/#menu-idEspNow

@MPETREMANN11
Copy link

Good evening,

Anyone interested in ESP-NOW for ESP32Forth can write to me directly at: [email protected]

I am currently writing very detailed documentation on this communication protocol, as well as developing the ESN-NOW API adapted to ESP32Forth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants