New Search

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

1 search result for:

1

NODEMCU ESP8266 DHT22 AM2305 DS18B20 Thingspeak

// www.arduinesp.com // // Plot DTH11 data on thingspeak.com using an ESP8266 // April 11 2015 // Author: Jeroen Beemster // Website: www.arduinesp.com // ใช้กับ กล่อง วัดอุณหภูมิที่บ้าน // 20-3-2017 ใช้งานครั้งแรก DHT22 // 19-5-2017 เพิ่ม DS18B20 // 18-12-2017 ซ่อมครั้งที่ 1 เปลี่ยน DHT22 เป็น AM2305 #include <DHT.h> #include <ESP8266WiFi.h> #include <OneWire.h> #include <DallasTemperature.h> // replace with your […]