Introduction
Everyday we go to sleep setting our alarm on our phones or the clock beside our beds. But that's no fun right?! Don't you wish for your alarm clock to be different from all others. The Bolt IoT alarm clock come to our rescue as we shall build it using a buzzer and a software called Integromat.
Working
The system works by setting up the scenario on the software integromat which activates the buzzer connected to Bolt WiFi module at desired time of the day.
Connections
Buzzer -->Bolt wifi Module
+ve pin (longer) --> GND
-ve pin (shorter) --> pin 1
Building
Step 1Make the circuit connections.
Connect the Bolt WiFi module to the computer using the USB cable.
Then power on the Bolt IoT module.
Step 2Create the account on the Integromat software.
Sign into your account.
Click on new scenario.
Search and select Bolt IoT and enter your API key to connect the WiFi module.
Enter your Device ID and select pin 1 as buzzer is connected to this.
Choose state as HIGH to turn the buzzer on.
Next we want to ring the buzzer for a few seconds. For this click on the tools icon (purple) and select sleep option.
Enter the amount of delay in seconds for buzzer to remain on.
Click on add new module and again select Bolt IoT.
Select Write Digital Write Option in the command section.
Enter the Device ID and API key and select the 'LOW' state.
Now we have three modules in total which will look like this:
It's time to set up some conditions for our IoT alarm clock to go off...
Click on the the little clock icon on the initial Bolt module.
As per the convenience time can be set.
That's it. You have successfully completed all the procedure.
Now save your scenario by clicking on the save button.
To test the alarm. Click on the run once button.
Comments