Jeija / esp32free80211

Send arbitrary IEEE 802.11 frames with Espressif's ESP32
488 stars 72 forks source link

I want to send beacons using this function and receive via wifi in other esp32! #9

Closed akshar001 closed 5 years ago

akshar001 commented 5 years ago

Can we do that?

Jeija commented 5 years ago

Yes, that should be possible. Mind that this repo is obsolete when using up-to-date esp-idf versions, please use https://github.com/Jeija/esp32-80211-tx instead. Other than that, you can e.g. use promiscous mode on the ESP32 configured to be the receiver.