Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 3.62 KB

index.md

File metadata and controls

35 lines (26 loc) · 3.62 KB
layout root permalink
lesson
.
index.html

Do-it-yourself (DIY) enthusiasts generally find rapid success at reading data from simple sensors to an Arduino board. However, it is much more challenging to program an Arduino to perform all required functions of a solar-powered station that collects data from several research-grade environmental sensors, saves to an SD card, transmits to a public server with web services, and puts the sensors to sleep to conserve energy between logging intervals. The EnviroDIY community has made all of this much simpler by creating the ModularSensors library, putting the power of the Internet of Things (IoT) revolution into the hands of DIYers.

These lesson episodes will teach you how to program your Arduino for environmental IoT using ModularSensors.

We organize episodes into two parts:

  • Part 1: Arduino and IoT for EnviroDIY (Episodes 1-6) introduces basic Arduino and IoT skills to prepare you for using ModularSensors.
  • Part 2: Program with ModularSensors (Episodes 7-13) provides exercises to program, test and deploy a monitoring station based on the example code in the ModularSensors library.

Prerequisites

  • For Episodes 5, 6, 10, & 13, you'll also need:

{% comment %} This is a comment in Liquid {% endcomment %}

{% include links.md %}