Skip to content

Part 4. Putting it All Together

Rachel edited this page Jul 21, 2015 · 1 revision

arduinosensorbox

We have the three components of our project together and working - the temperature and humidity sensor, motion sensor, and light sensor. Remember, you can test each component with the DHTtester.ino, motiontester.ino, and lighttest.ino sketches if you need to troubleshoot a problem. It is time to put everything together. The next step is to find a home for all of our sensor data and turn that data into an easy-to-access dashboard.

<< Part 3: Light Sensor - Part 4: Initial State >>