New Search

If you are not happy with the results below please do another search

1 search result for:

1

ESP32 wind Speed (Anemometer) thingspeak+fix IP wifi

// create 04-dec-2019 #include<WiFi.h> #include “ThingSpeak.h” //—————- Fill in your credentails thingspeak 2019 ——————— char ssid[] = “XXXX”; // your network SSID (name) char pass[] = “xxxxxx”; // your network password unsigned long myChannelNumber = xxxxxx; // Replace the 0 with your channel number const char * myWriteAPIKey = “xxxxxxxxxxxx”; // Paste your ThingSpeak Write […]