Wifi-direct (P2P) with Arduino Uno

I recently just started learning Arduino and now I am starting a training project in which I would connect more than 2 Arduino Uno devices connected via Wi-Fi (no access point, not P2P group) and make serial communication across these devices.

After searching for a while, I was unable to find any suggestion for implementing Wi-Fi (P2P) with Arduino. Any advice or help content would be much appreciated.

Thank:)

+3


source to share


1 answer


wifi-direct can only connect to an access point. The device can only connect to one access point. Either way, you can have an arduino to provide wifi-direct and then use that arduino to control other microcontrollers via the SoftwareSerial library and bluetooth.



+1


source







All Articles