Conneting Bolt IoT with Buzzer

I want to make sure my buzzer rings everyday at a particular time. How can I achieve this? I tried a lot but failed to do so :frowning: Can someone please help me?

Hi, @Bharati

You can achieve this using Integromat.

Step 1 : Go to integromat dashboard.
Step 2 : Create a new scenario .
Step 3 : Select Bolt IoT by searching in the search box & Click on continue .
Step 4 : Add modules as follows:-

  1. Bolt IoT Module
  2. Tools as Action delay
  3. Bolt IoT Module

  • On Clock Schedule setting set
    • Run scenario : Every Day
    • Time : As you wish
  1. Setting for first bolt module
    • Add a connection using api key of bolt cloud.
    • Command - Digital Write Output.
    • Device name - Your Device ID
    • Pin - GPIO Pin
    • State - HIGH
  2. Set delay for buzzer sounds in second
  3. Setting for last bolt module
    • Add a connection using api key of bolt cloud.
    • Command - Digital Write Output.
    • Device name - Your Device ID
    • Pin - GPIO Pin
    • State - LOW
  • Turn on the Scheduling
  • And Save the Scenario.

Boom! You build your own Alarm .

You can also set twilio, twitter or even mailgun for sms, twitter,and email alert .

Hope this will solve your problem.

2 Likes

Thankyou so much.

This was highly elaborate and perfect. This is helping me a lot.

1 Like

Always Welcome @Bharati