Page 1 of 1

peer to peer data transfer

Posted: Thu Nov 26, 2020 2:04 am
by henrykay
hi all,

is it possible to create a peer to peer wifi connectivity between 2 esp32 board, and assign perhaps an ID to that connectivity channel, which will only allow that 2 board to stay connected?

Re: peer to peer data transfer

Posted: Thu Nov 26, 2020 9:27 am
by OutOfLine
Sounds like a use case for esp-now.

Re: peer to peer data transfer

Posted: Sat Nov 28, 2020 3:45 am
by henrykay
I'll try out esp-now.
I saw the speed limitations there.

Maybe ill try out esp-now first and try to explore for higher speed at a later date.

Thanks a lot for the pointer.

Re: peer to peer data transfer

Posted: Sat Nov 28, 2020 1:06 pm
by Agree007
You can setup one esp32 as WiFi Access point and the other as Station, so you define ssid and password in both, then no one else can connect unless you give the the details 😉