Skip to content
michelheil edited this page Nov 26, 2019 · 3 revisions

Welcome to the Arduino wiki!

https://guides.github.com/features/wikis/

Currently there are the following sub-projects within the Arduino Repository:

  • AMG8833: This code has been developed in Atmel Studio 7 and is intended to read from a Adafruit AMG8833 device. The additional code helped to debug.
  • ArduinoSketches: This folder contains code for the Arduino IDE to program the ESP8266 device. It has some example code to (a) scan Wifi, (b) connect to WiFi, and (c) send date to a MQTT broker using the PubSubClient library.
  • BME680: This Visual Studio Code (PlatformIO) project was developed to communicate to a BME680 device over I2C.
  • IoT-ESP8266_project: This folder contains three sub-folders holding code for a Proof-of-Concept to communicate from Arduino, ESP8266, MQTT and a Spark Streaming application. The Arduino code was developed in Atmel Stuido 7, the ESP code in the Arduino IDE and the Spark Streaming application in IntelliJ on Ubuntu.
  • LoopingLouie: This project was my very first touch point with embedded software. The code was built to steer the motor of the game called Looping Louie.
  • StartKitProject: I bought the original Arduino Uno Starter Kit and this folder contains some of the projects. All projects were written in Atmel Studio 7 and deviate slightly from the original instructions to try some new things out.
  • Tipp&Tricks: This is a place holder for code snippets and idea that are isolated from any other project.
  • VisualStudio: The code from IoT-ESP8266_project has been transferred to Visual Studio including a lot of improvements. The Spark Streaming code still sits within the old folder IoT-ESP8266_project/PC_IntelliJ.

Wiki

Overview of IoT Project

Clone this wiki locally