Te sugerimos que revises esta resolución en un ambiente controlado antes de pasarlo a producción, saludos.
Ejemplo: cliente wifi arduino
//This is assuming that you are connected to a network - router or other access point#include // Initialize the client library
WiFiClient client;voidsetup()
WiFi.begin(ssid, pass);//Connect to access pointdelay(4000);//Allow time for connection to become established
IPAddress server(192,168,2,1);//The IPAddress of the server you're trying to connect to
client.connect(server,80)//Connect to the server through the servers IP and port number
Reseñas y valoraciones de la guía
Si posees algún recelo y disposición de innovar nuestro artículo te mencionamos añadir un comentario y con deseo lo interpretaremos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)