Due to COVID-19, we all have realised the importance of washing hands and how it is effective at keeping the virus at bay. It is recommended to wash your hands 10 times a day and for at least 20 seconds per wash. However, many of us forget to do so regularly as we are immersed in a work from home environment.This project is meant to help you remain healthy by reminding you to wash your hands.
- Connect the buzzer to the breadboard and notice the + sign on one end of the buzzer.(You can also identify the positive and negative end of the buzzer by remembering that the shorter leg is negative and the longer leg is positive.)
- Using 2 jumper wires, we will make the connection with the buzzer and the Bolt Wifi module.
- Connect the positive end of the buzzer to the digital pin 1 and connect the negative end of the buzzer to the GND pin.
NOTE:There is same voltage in the same column of a mini breadboard.
Integromat:- Create your free account on Integromat(https://www.integromat.com).
- Choose Bolt Iot from the given options.
- Click on Create a new scenario.
- Select Bolt Iot from favourites and then click execute command.
- Enter your API key (this can be found on the API section of Bolt cloud dashboard).
- In the Command section, choose Write digital output.In parameters copy and paste the Device name(which can be found on the Bolt cloud dashboard).Select pin as 1 and state as HIGH.This will cause the buzzer to ring.
- Since we are supposed to wash our hands for at least 20 seconds, add sleep option from the tools icon and type 20.This will cause the buzzer to ring for 20 seconds.
- Add another module for Bolt Iot.Choose command as Write digital output.In parameters copy and paste the Device name(which can be found on the Bolt cloud dashboard).Select pin as 1 and state as LOW.This will cause the buzzer to stop ringing.
- Click on the clock icon on the first module and type 150 in the minutes section.This will enable the buzzer to ring every 2.5 hours.
- Click on run once to see if everything is working properly.
- Now turn the scheduling on to be reminded every 2.5 hours to wash your hands.
Comments
Please log in or sign up to comment.