You have selected an invalid widget to be created. Please select a valid widget to be created.
Mike's Sensors
- Channel ID: 261458
- Author: lewisfla06
- Access: Public
Field 2 Chart IFrame
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/261458/charts/2?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=333&title=Worm+Humidity&type=line"></iframe>
Field 3 Chart IFrame
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/261458/charts/3?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=444&title=Compost+Fahrenheit&type=line"></iframe>
Field 4 Chart IFrame
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/261458/charts/4?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60&title=Shed+Outside+Fahrenheit&type=line"></iframe>
Field 5 Chart IFrame
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/261458/charts/5?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60&title=Shed+Inside+Fahrenheit&type=line"></iframe>
Notes from my experiences and research:
I don't know what I'm doing, but I sure have learned a lot this week.
I had to change DHT11 from original code to DHT22
DHT sensor that I have has 3 pins, while most of my references show 4 pins with one ignored
I fried (AKA "smoked") my first board when I connected 6 AA batteries to the pin that has a max of 20v (but turned out it has a limit of like 800milliamps. Ordered new board. Next time I'll try a different method of getting power when I need to move my board outside and off of the wall outlet USB cable (portable).
I originally ordered and tried to use some base ESP8266 boards, but had trouble configuring them so I ordered the ESP8266 with more features, the nodemcu version, which worked well with my Adriuno IDE interface.
The newer 1.3.0, DHT library would not work so I had to downgrade to version 1.2.3
My resources:
Power: http://henrysbench.capnfatz.com/henrys-bench/arduino-projects-tips-and-more/powering-the-esp-12e-nodemcu-development-board/
DHT sensor: https://learn.adafruit.com/dht/using-a-dhtxx-sensor
ESP8266 pin-outs: https://www.google.com/search?q=esp8266+nodemcu+pinout&espv=2&tbm=isch&imgil=PKy0YCoYeD7b6M%253A%253BhbDmrOrL5qJudM%253Bhttp%25253A%25252F%25252Fwww.cnx-software.com%25252F2015%25252F10%25252F29%25252Fgetting-started-with-nodemcu-board-powered-by-esp8266-wisoc%25252F&source=iu&pf=m&fir=PKy0YCoYeD7b6M%253A%252ChbDmrOrL5qJudM%252C_&usg=__D8RNs10bWnMNscml-OXkU6N4TkU%3D&biw=1280&bih=890&ved=0ahUKEwjE0fuf-7bTAhVMLyYKHXDdBH0QyjcILg&ei=pbj6WITrLMzemAHwupPoBw#imgrc=PKy0YCoYeD7b6M:
DHT Library Version: https://github.com/adafruit/DHT-sensor-library/issues/62
Youtube video: https://www.youtube.com/watch?v=rOj-PIqLaMM&index=49&list=WL
Original Code: https://github.com/mayooresan/NodeMCU-Thinkspeak/blob/master/dh11-NodeMCU-ThinkSpeak/dh11-NodeMCU-ThinkSpeak.ino
Example from ThingSpeak: https://thingspeak.com/channels/167330
My page from ThingSpeak: https://thingspeak.com/channels/261458
BreadBoard Power which I have not used yet, but likely will: https://www.amazon.com/gp/product/B01H6QNLEC/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1
ESP8266 NODEMCU version, which worked great for me: https://www.amazon.com/gp/product/B010N1SPRK/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
Temperature and humidity sensor: https://www.amazon.com/gp/product/B018JO5BRK/ref=oh_aui_detailpage_o08_s00?ie=UTF8&psc=1
My original Ardiuno kit that I started with 10 days ago: https://www.amazon.com/gp/product/B01DGD2GAO/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
ESP8266, the original boards that I still have yet to figure out how to configure: https://www.amazon.com/gp/product/B01EA3UJJ4/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
I only want readings in frequently (15 minutes, or maybe even 60 minutes). For now I'm considering something like this: https://openhomeautomation.net/esp8266-battery/