SUBHADIP CHAKRABORTY
Published

Cloud-Monitored Alarm System (Piezo + Bolt WiFi Module)

A simple yet useful setup using a cloud controlled buzzer at a distant place using the Bolt IoT cloud interface.

IntermediateFull instructions provided1 hour715
Cloud-Monitored Alarm System (Piezo + Bolt WiFi Module)

Things used in this project

Hardware components

Buzzer, Piezo
Buzzer, Piezo
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Female/Female Jumper Wires
Female/Female Jumper Wires
×1
Breadboard (generic)
Breadboard (generic)
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Bolt IoT Android App
Bolt IoT Android App

Story

Read more

Code

Code

JavaScript
<!DOCTYPE html>
<html>
<head>
<title>Bolt IoT Platform</title>
<script type="text/javascript" src="https://cloud.boltiot.com/static/js/boltCommands.js"></script>
<script>
setKey('{{ApiKey}}','{{Name}}');
</script>
</head>
<body>
<center>
<button onclick="digitalWrite(0, 'HIGH');">ON</button>
<button onclick="digitalWrite(0, 'LOW');">OFF</button>
</center>
</body>
</html>
No preview (download only).

Credits

SUBHADIP CHAKRABORTY

SUBHADIP CHAKRABORTY

1 project • 0 followers

Comments