espressif / esp-now

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

Esp 8266 (AEGHB-40) #18

Closed renanmbs closed 1 year ago

renanmbs commented 2 years ago

I am trying to have a duplex communication with an esp32 and an esp8266-01.

Is it supported? Or just communications between esp32s?

LJYSP commented 2 years ago

ESP8266 supports esp-now basic APIs like in https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/network/esp_now.html. This project is developed based on these basic APIs, but haven't been ported on ESP8266. Refer to the project, you may develop your own esp-now project on ESP8266.

lhespress commented 1 year ago

@renanmbs Any update about this?

renanmbs commented 1 year ago

I was able to send some bytes to xFFFF, and the esp32 received it. But I wasn’t able to do a duplex communication as I was intending

lhespress commented 1 year ago

@renanmbs Thanks for your feedback, i'll check it again.

lhespress commented 1 year ago

@renanmbs The master branch of ESP8266 has fix the issue, please update and try again.

lhespress commented 1 year ago

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