-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tim Heffley edited this page Apr 1, 2018
·
10 revisions
Uses a Python script for AWS Lambda to send click data from an Amazon AWS IoT button to a PHP script via HTTP. Button click data is stored in MySQL, and displayed on a web page. Using jQuery, the display is updated without refreshing.
- IoT_Button+WiFi --> AWS_Lambda --> PHP/MySQL/HTML <-- jQuery
- Set up your Amazon AWS IoT Button:
a) register it in AWS
b) connect to your WiFi
c) import security keys - Set up PHP / MySQL site and test
- Set up AWS Lambda function and test
- Connect IoT button to AWS Lambda function and click!
- Amazon AWS Account
- AWS IoT Button (or simulator)
- Website with PHP and MySQL (any web server O/S)
- See README.md in each folder:
-- The top-level README contains all of the instructions, including Quick Start and Details
-- README.md in each folder contains a subset of instructions specific to that folder
-- For details and clarification, always defer to the top-level README document