Introduction to Arduino Wireless
  • What this course covers
  • Inexpensive Hardware and Software requirements
  • Why Arduino and Resources
Sending and receiving data with the 315Mhz Wireless radio
  • Setting up the 315Mhz Transmitter
  • Setting up th 315Mhz Receiver
  • Setting up the Com Ports on the IDE
  • SImple send Tx
  • Simple receive Rx
  • setting up the DHT11 Transmitter
  • Sending basic numeric data over the 315Mhz transmitter
  • Receiving basic numeric data over the 315Mhz receiver
  • VirtualWire library highlights
  • Sending an array of numeric data over the 315Mhz transmitter
  • Receiving an aray of numeric data over the 315Mhz receiver
Sending and Receiving data with th nRF2401 Transceivers
  • Setting up the nRF2401 transceiver
  • Transmitting a coordinatd blink on th nRF2401
  • Receiving the coordinated blink message on the nRF2401
  • Transmitting a data structure from the nRF2401 trasceiver
  • Receiving a data structure from the nRF2401 Transceiver
The WIZnet5100 TCP/IP based Ethernet Shield for Arduino
  • Setting up the Ethernet shield and Arduino sketch to ThingSpeak
  • Modifying the sketch for multiple data points on ThingSpeak
The CC3000 based WiFi network Shiled for Arduino
  • The WiFI shield, WiFi Library specifications, and using ThingsSpeak via WiFi
  • Altering our code to pass data from Arduino Wifi to datalogging Thingspeak
The ESP8266 12-E WiFi device
  • Comparing the ESP8266-01 and the improved 12-E WiFi IoT SoC modules
  • Demo of the Breadboard setup for the ESP8266 12-E
  • Useful Instructional and Driver Download for ESP8266 12-E
  • Configuring the Arduino IDE for the ESP and running a simple WiFi scan example.
  • Connecting to ThingSpeak and uploading your environmental sensor data.
Send WiFi data to your Google Sheet
  • Part 1: Setting up your Google Sheet
  • Part 2: Configuring the PushingBox API
  • Part 3: Checking our work thus far with a URL test
  • Part 4(A): The Arduino sketch for the ESP8266-12E
  • Part4(B): The Arduino sketch for the MKR1000
Send WiFi Data to InitialState.com
  • Data logging and graphing on IntialState.com
Losant with JSON and MQTT
  • Losant with JSON and MQTT Part 1
  • Losant part 2
  • Losant Part 3
Ubidots
  • Ubidots using REST
  • Ubidots using MQTT
Send WiFi Data to theThings.io using MQTT
  • Using MQTT for IoT Data with theThings.io
Send an Email and Text with Arduino ESP8266 over WiFi
  • Setting up the parameters on IFTT parameters
  • Program the Arduino Sketch (ESP8266)
  • Arduino MKR1000 to IFTTT
Setting up Bluetooth to work with Arduino and Android
  • Wiring Bluetooth to Arduinio and setting RX and TX
  • Receiving Bluetooth from Android and PC serial logging
Datalogging to an SD card
  • Seting up the SD card to Arduino hardware and wiring
  • Code the receiver to log data without a computer using a SD card reader/writer.
Datalogging to a Serial monitor
  • Using Putty to log data
  • Using Tera Term to log data
Section Quizs
  • Quiz on 315MHz Wireless
  • Quiz on Nordic Radio 2401