IoT with AME: Difference between revisions
Jump to navigation
Jump to search
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= | ||
* [[MQTT]] - A protocol that connects IoT devices | * [[MQTT]] - A protocol that connects IoT devices |
Revision as of 11:44, 3 July 2017
IoT with AME - The Internet of things, with Arduino, MQTT, and ESP8266
- MQTT - A protocol that connects IoT devices
- Stacks - Software and Hardware
- Tools - Tool for programming, monitoring
- Naming and Behavioral Conventions - A scheme for devices, topics, and payloads
- Pitfalls
- Fun with power LAN adapters (don't plug in your fridge)
- Returning pointers to method-scope variables
- Challenges
- Updating device configuration (ie, MQTT/ WLAN)
- Updating device code