Is there a sample for wifi? i wish to connect directly to another esp32. what library should i use?
Regards //Hans
If you are connecting through a WIFI network I would use MQTT and connect through a raspberry pi as the broker. You can also use an internet broker.
If you are connecting directly you can use this link https://esp32io.com/tutorials/communication-between-two-esp32
Good luck
Comments
If you are connecting through a WIFI network I would use MQTT and connect through a raspberry pi as the broker. You can also use an internet broker.
If you are connecting directly you can use this link https://esp32io.com/tutorials/communication-between-two-esp32
Good luck