IoT with AME: Difference between revisions

From IoT with AME
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=IoT with AME - The Internet of Things, with Arduino, MQTT, and ESP8266=
=IoT with AME - The Internet of Things, with Arduino, MQTT, and ESP8266=


This is work in progress started in June 2017 - I am in the process of typing out my experiences with IoT, Arduino, and ESP8266, as a documentation for myself and as something that might be helpful to others.
[[File:20170802T115833.jpg|thumb|left|300px|Voltage controller (left), status LED (RGB; top), Arduino (top right), ESP8266 (bottom right, on adapter) - My standard hardware stack]] This is work in progress started in June 2017 - I am in the process of typing out my experiences with IoT, Arduino, and ESP8266, as a documentation for myself and as something that might be helpful to others.


* [[MQTT]] - A protocol for connecting IoT devices
* [[MQTT]] - A protocol for connecting IoT devices
Line 12: Line 12:
* [[My IoT projects]] - What I built over time
* [[My IoT projects]] - What I built over time


Note to self (help on MediaWiki):
<br clear="all"/>Note to self (help on MediaWiki):


* https://www.mediawiki.org/wiki/Manual:FAQ
* https://www.mediawiki.org/wiki/Manual:FAQ
* https://en.wikipedia.org/wiki/Help:Wiki_markup
* https://en.wikipedia.org/wiki/Help:Wiki_markup

Revision as of 21:43, 11 June 2018

IoT with AME - The Internet of Things, with Arduino, MQTT, and ESP8266

Voltage controller (left), status LED (RGB; top), Arduino (top right), ESP8266 (bottom right, on adapter) - My standard hardware stack

This is work in progress started in June 2017 - I am in the process of typing out my experiences with IoT, Arduino, and ESP8266, as a documentation for myself and as something that might be helpful to others.

  • MQTT - A protocol for connecting IoT devices
  • Stacks - Software and Hardware for building IoT devices with AME
  • Tools - Programming Arduinos & monitoring MQTT traffic
  • Naming and Behavioral Conventions - A scheme for IoT devices, topics, and payloads
  • Pitfalls - Things that can go wrong, and how to address them
  • Challenges - How to overcome hardware and software limitations
  • Management - How to manage an IoT installation
  • My IoT projects - What I built over time


Note to self (help on MediaWiki):