Skip to content

ESP32:ESPNOW feature #927

Open
nanoframework/nf-interpreter
#2218
@SandorDobos

Description

@SandorDobos

nanoFramework area: Community contributions

Is your feature request related to a problem? Please describe.

ESP32 has a radio communication method (ESPNOW) which allows peer-to-peer, peer-to-many,
many-to-peer and many-to-many data exchange without any infrastructure (e.g. no access point needed).
This allows many uses between equal level nodes.

Describe the solution you'd like

Lets have ESPNOW available in managed code.

Describe alternatives you've considered

Wifi and BLE. Both lacking some of features mentioned above.

Additional context

The official ESPNOW documentation is here.

Submit a PR with the implementation

My implementation lives here.
Native part
Managed code
I am sure some administration is still missing, but technically the feature is fully implemented.
Please point me to necessary steps required to accept this implementation!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions