Arduino + Visual .net

Hola qué tal, tengo una duda a ver si ustedes pueden resolver, tengo mucho tiempo buscando, quiero comunicar un Arduino con visual. Net (ya sea básico o C#) pero remotamente, osea conectar un Arduino a una red de Internet y desde otro sitio con un programa hecho en visual comunicarme con dicho Arduino, será posible? Y si saben cómo o que comenzar configurando se lo agradecería, Muchas gracias.

Yes, it's plausible. Your Arduino will need some means of talking to your local network though, either wifi or ethernet. You may want to consider something that already has WiFi capability like a Wemos or ESP32.

The language used to program the service at the other site does not matter to the Arduino. It simply needs to expose an API there that the Arduino can call as a web service. Alternatively, you can build it as a web site.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.