Hi
I have planned to do a project which is sending sensor data from arduino with esp8266 wifi module to VB .NET desktop application.
is it possible. if yes please give me some suggestions regarding this.
Hi
I have planned to do a project which is sending sensor data from arduino with esp8266 wifi module to VB .NET desktop application.
is it possible. if yes please give me some suggestions regarding this.
It's possible. Write a socket server on VB that listens the connection at a certain address port and use Arduino to tell ESP via AT command to open socket conection to that address&port where your VB app is listening.