I am working on an ESP8255 (NodeMCU Amica) to make it connect to my ESP32 (LoRa V2)
I am pretty new in the arduino world and it's the first time i am trying something with wifi modules.
My question is does anyone know how i can make them communicate directly (without a router)?
the Amica would be the master and the LoRa a slave. All the commande would be in int.
during my research i found out that to connect two wifi module you have to pass by a router.
but what i would like to do is making them communicate directly (since it would be used outside)
during my research i found out that to connect two wifi module you have to pass by a router.
but what i would like to do is making them communicate directly (since it would be used outside)
You need an access pointer. A wireless router creates an access point. Some ESP devices can create access points. If the Amica can't, find a different one that can.