IoT with AME: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
==Planned content== | ==Planned content== | ||
* [[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]] | * [[Pitfalls]] | ||
** [[Pitfalls-power_lan|Fun with power LAN adapters]] (don't plug in your fridge) | ** [[Pitfalls-power_lan|Fun with power LAN adapters]] (don't plug in your fridge) | ||
** Returning pointers to method-scope variables | ** Returning pointers to method-scope variables | ||
* Challenges | * Challenges | ||
** Updating device configuration (ie, MQTT/ WLAN) | ** Updating device configuration (ie, MQTT/ WLAN) | ||
** Updating device code | ** Updating device code |
Revision as of 11:44, 3 July 2017
IoT with AME - The Internet of things, with Arduino, MQTT, and ESP8266
Planned content
- 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