Sending data to thingspeak server using ESP8266
Introduction Here we will use the ESP8266 WIFI module to send data over the internet to the server. ESP8266 is a small WIFI module that allows any microcontroller to connect to any WIFI network with SSID and PASSWORD and can make TCP/IP connections to connect to a server. So, for this purpose, we are using … Read more