Camera security system with noise detection controlled by Arduino Cloud

This project shows how to create a security system using the camera of an Arduino Nicla Vision board. The system automatically triggers a camera snapshot when presence is detected. Presence is detected when the system detects a sound level that exceeds a configurable threshold. The whole system is controlled by an Arduino Cloud dashboard.

Aug 6, 2024

3684 views

0 respects

GPL3+

Components and supplies

1

Nicla Vision

Apps and platforms

1

Arduino IoT Cloud

1

ARDUINO IOT REMOTE

Project description

Code

Arduino Cloud + Nicla Vision: Security system

Arduino Cloud + Nicla Vision: Security system

Comments

Only logged in users can leave comments

kevin-mb

2 months ago

I was trying to create the variables as you demonstrated in 2.2 but when I searched for the "CloudSwitch" variable it said "No results found". I think the problem is that I am using the free account. What kind of Arduino Cloud account did you have when doing this project?

dbeamonte_arduino

2 months ago

The type when you add the variable to the Thing is "Switch". In the sketch it will appear as "CloudSwitch". You can use the project with the Free account. I designed it with 5 variables precisely for that.