My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

IoT with CloudMQTT

Saichandrasekar TM's photo
Saichandrasekar TM
·May 30, 2017

Recently I did a small project with cloud mqtt. I did a home automation setup with raspberry pi 3 board and a small relay circuit.

The raspberry is connected to cloudmqtt broker. I deployed a web dashboard in heroku and connected to cloudmqtt via HTTP API.

User can control the room lights from the dashboard. The message from the dashboard will be posted to the mqtt broker.

This will notify the raspberry pi board. A small python code will get the message and trigeer the data pins accordingly which will turn on / off the supply to the light bulb.

URL for the dashboard: garuda-smart-light.herokuapp.com/dashboard...

Tech Stack: Raspberry pi Python Heroku Bootstrap