Hello !!!
I have connected the ESP8266 module on TX and RX to an Arduino UNO and cannot connect to the io.adafruit.com platform.
Below is the program code. On the ESP8266 NodeMCU WiFi module I connect without any problem, and here when I connect the wifi separately I have the problem.
ESP8266 + Ardurino connects to wifi, but cannot with io.adafruit.com, so that wifi works.
Maybe something with the WiFiEspClient client; ?
On the nodeMCU I use WiFiClien ?
.
I have connected the ESP8266 module on TX and RX to an Arduino UNO and cannot connect to the io.adafruit.com platform.
Below is the program code. On the ESP8266 NodeMCU WiFi module I connect without any problem, and here when I connect the wifi separately I have the problem.
ESP8266 + Ardurino connects to wifi, but cannot with io.adafruit.com, so that wifi works.
Maybe something with the WiFiEspClient client; ?
On the nodeMCU I use WiFiClien ?
Code: C / C++