This repo serves as a place to host the OpenSource IoT Intern challenge utilizing Anduino.
To participate in this challenge, fork this repo, code, assemble, integrate, and implement all pieces necessary to send a push notification to your phone (passing whatever message you'd like) when you push a push button!
Other hardware provided to you...
- Breadboard
- Jumper Wires
- PushButton
If you haven't already, you'll want to create accounts on GitHub, Adafruit.IO, and IFTTT. Download the Arduino IDE and be sure to include the boards package for the Arduino Due. Test out your environment with a simple Blinky example and then start downloading libraries you'll need and scaling up your design.
You'll be using the Arduino Due to host the AnduinoWiFi shield and to run the code that waits for the button push and then sends a notification to your cell phone(hint: download the IFTTT app!)
Once you've tested and you think you have all the code necessary to complete the task, submit a pull request to this repo and be sure to fill in the howTo.md with a brief write up explaining the moving parts of the project and higlighting some cool features!
- Display the message being sent on AnduinoWiFi LCD Display.
- Initiate a message to be displayed on the LCD from the cloud.
Complete the same task without utilizng IFTTT or Adafruit.IO