Building a Wi-Fi Arduino sensor module
In this recipe, we are going to learn how to build and test a Wi-Fi sensor module. Of course, if you want several of these, you can just repeat the steps.
Getting ready
You will need to get all the components necessary to build an Arduino sensor module, as described in the first recipe. These are all the components required for this recipe:
Arduino Uno board (https://www.adafruit.com/product/50)
CC3000 Wi-Fi module (https://www.adafruit.com/product/1510)
Jumper wires (https://www.adafruit.com/product/758)
Breadboard (https://www.adafruit.com/products/64)
10k ohm resistor
You will need the standard Arduino IDE for this project. You can get it from the following location:
https://www.arduino.cc/en/Main/Software
You will also need a few Arduino libraries for this recipe, and they are listed here as follows:
Adafruit CC3000 library (https://github.com/adafruit/Adafruit_CC3000_Library...