This week was spent trying to get the electric imp up and running. I was having trouble get a some of them to connect but fortunately there were 2 that could. From there, I looked up how to program the imp and use it the gpio pins. I also learned how to run programs through the imps cloud simply by entering a url. Below is some of the documentation I used to learn how to use the electric imp.
Squirrel Programing Language (The language for programming the imp):
https://electricimp.com/docs/squirrel/squirrelcrib/
Here is the tutorial I followed to control an led to turn on and off. It’s a simple tutorial that shows you how to use the imp’s agent to implement a program.
https://electricimp.com/docs/examples/digitalout-led/