Difference between revisions of "AWS IoT Button"
m |
|||
Line 4: | Line 4: | ||
*[http://aws.amazon.com/documentation/iot/ AWS IoT Button - Getting Started] | *[http://aws.amazon.com/documentation/iot/ AWS IoT Button - Getting Started] | ||
*[http://www.amazon.com/ddb/learn-more? AWS Dash Buttons] | *[http://www.amazon.com/ddb/learn-more? AWS Dash Buttons] | ||
− | |||
*[[Lambda]] | *[[Lambda]] | ||
*[[Simple Notification Service (SNS)]] | *[[Simple Notification Service (SNS)]] | ||
Line 12: | Line 11: | ||
http://d1.awsstatic.com/v2%20Design%20Assets/Salsa/IoT-Button_20171127_kw.e76c3fa8e492a980728593fd323f581d7ef887fd.png | http://d1.awsstatic.com/v2%20Design%20Assets/Salsa/IoT-Button_20171127_kw.e76c3fa8e492a980728593fd323f581d7ef887fd.png | ||
− | + | A programmable button [http://aws.amazon.com/iot-1-click/ IoT 1-Click devoce] based on the Amazon Dash Button hardware. You can code the button's logic in the cloud to configure button clicks to count or track items, call or alert someone, start or stop something, order services, or even provide feedback. Using Wi-Fi and [[Message Queuing Telemetry Transport (MQTT)]]; a lightweight messaging protocol for small sensors and mobile devices, optimized for high-latency or unreliable networks. | |
For example, you can click the button to unlock or start a car, open your garage door, call a cab, call your spouse or a customer service representative, track the use of common household chores, medications or products, or remotely control your home appliances. The button can be used as a remote control for Netflix, a switch for your Philips Hue light bulb, a check-in/check-out device for Airbnb guests, or a way to order your favorite pizza for delivery. You can integrate it with third-party APIs like Twitter, Facebook, Twilio, Slack or even your own company's applications. | For example, you can click the button to unlock or start a car, open your garage door, call a cab, call your spouse or a customer service representative, track the use of common household chores, medications or products, or remotely control your home appliances. The button can be used as a remote control for Netflix, a switch for your Philips Hue light bulb, a check-in/check-out device for Airbnb guests, or a way to order your favorite pizza for delivery. You can integrate it with third-party APIs like Twitter, Facebook, Twilio, Slack or even your own company's applications. |
Revision as of 10:08, 8 June 2018
- AWS Internet of Things (IoT) Button
- AWS IoT Button - Getting Started
- AWS Dash Buttons
- Lambda
- Simple Notification Service (SNS)
- Message Queuing Telemetry Transport (MQTT)
- AWS IoT Button | Purchase @ Amazon
A programmable button IoT 1-Click devoce based on the Amazon Dash Button hardware. You can code the button's logic in the cloud to configure button clicks to count or track items, call or alert someone, start or stop something, order services, or even provide feedback. Using Wi-Fi and Message Queuing Telemetry Transport (MQTT); a lightweight messaging protocol for small sensors and mobile devices, optimized for high-latency or unreliable networks.
For example, you can click the button to unlock or start a car, open your garage door, call a cab, call your spouse or a customer service representative, track the use of common household chores, medications or products, or remotely control your home appliances. The button can be used as a remote control for Netflix, a switch for your Philips Hue light bulb, a check-in/check-out device for Airbnb guests, or a way to order your favorite pizza for delivery. You can integrate it with third-party APIs like Twitter, Facebook, Twilio, Slack or even your own company's applications.
Just got my AWS IoT Button!
AWS IoT Button Applications
AWS Internet of Things (IoT)
AWS IoT Core allows you to easily connect devices to the cloud and to other devices. AWS IoT Core supports HTTP, WebSockets, and MQTT, a lightweight communication protocol specifically designed to tolerate intermittent connections, minimize the code footprint on devices, and reduce network bandwidth requirements. AWS IoT Core also supports other industry-standard and custom protocols, and devices can communicate with each other even if they are using different protocols.