Photon library for managing sensors in my solar kiln
RHT03 Wiring:
- Pin 1 goes to a digital pin (D0-D6) for input power
- Pin 2 goes to a digital input pin (D0-D6)
- Pin 3 goes nowhere
- Pin 4 goes to GND
TMP36 Wiring:
- Pin 1 goes to the same digital pin that was selected for RHT03
- Pin 2 goes to an analog input pin (A0-A5)
- Pin 3 goes to GND
The second TMP36 should be wired up the same way, but using a different analog input pin
For the sensor setup:
- Change the RHT03_DATA_PIN value in kiln.ino to the digital pin you connected it to in the previous set of steps
- Do the same for the TMP36_1_DATA_PIN and TMP36_2_DATA_PIN value
- Set POWER_PIN to the digital pin that was selected for input power for the RHT03 and TMP36 sensors
- Flash your photon!
For the ThingSpeak/ThingTweet integrations:
- Create a ThingSpeak account
- Setup a ThingTweet account and connect it to Twitter
- Add your ThingSpeak channel id and API keys for both ThingSpeak and ThingTweet to private_data.h using example_private_data.h as a reference
- Flash your photon!