I know IO4, IO16, and IO17 work because they are connected to the LED in the unmodified CYD. I can see in the o’scope the proper 0.2v-3.3v serial data stream on IO16. I setup and started UART(2) using: HardwareSerial SerialPort(2) ; ...
*/config.time.ntp_server=F("pool.ntp.org,time.nist.gov");config.time.gmt_offset=0;config.time.day_light_offset=1;/* Set the session config */config.server.host_name=smtpServer;config.server.port=smtpServerPort;config.login.email=emailSenderAccount;config.login.password=emailSenderPassword;...
Earlier we looked at a method ofprogramming ESP8266 to send sensor data directly to Google Sheetswithout using any third party modules. Now, we will expand that a little bit and learn to send an email as well as a text message (SMS) using ESP8266. In this demo, we will configure our ...