espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
528 stars 93 forks source link

Having esp-now run on Linux (like Raspberry Pi). (AEGHB-26) #45

Closed nielsnl68 closed 1 year ago

nielsnl68 commented 2 years ago

I really like the esp-now protocol. At this moment you can only talk between esp's and for some long time i would love to see a solution to my raspberry pi as well.

Therefor i have a small request could you build something that allows the PI directly to the esp-now protocol. I know there was a team that started creating something like that but i never got it working for me.

Are you willing to create something like this? I think it would make esp-now more useful in the future.

poky commented 2 years ago

I think esp-now is a proprietary protocol, however, if you really want to run it on RPi, you could use ESP8266/ESP32 as a bridge, write some UART to esp-now interfaces to complete the task.

nielsnl68 commented 2 years ago

That is indeed an option to go. but something native is imho nicer to have,

LJYSP commented 1 year ago

@poky is right. And I think it is difficult to push other vendor develop the same esp-now.

grodansparadis commented 1 year ago

Take a look at https://github.com/thomasfla/Linux-ESPNOW But you need a wifi adapter with monitor capabilities so the RPi wifi adapter will not do.

leeebo commented 1 year ago

  HELLO IM LIBO I HAVE GOT YOUR LETTER PLEASE WAIT FOR REPLY

nielsnl68 commented 1 year ago

Take a look at https://github.com/thomasfla/Linux-ESPNOW But you need a wifi adapter with monitor capabilities so the RPi wifi adapter will not do.

yes, i have been following that project, but never got it working or understand how to get it working. The reason that that exist was the reason for me to ask for a official version.

lhespress commented 1 year ago

@nielsnl68 I agree with @LJYSP , so it's better to following that project.

lhespress commented 1 year ago

@nielsnl68 Closing this issue since there has been no update on this. Please feel free to reopen if required.