Skip to main content
Version: FILS English

SentinelGuard

info

Author: Andreescu Andrei-Vlad
GitHub Project Link: https://github.com/UPB-PMRust-Students/project-AndreiAndreescu

Description

i want to make a project that activates a system alarm when something enters in a zone where is a movement sensor a laser sensor and a light sensor and then it gives me an email with the the time spend in the zone at the time that the alarm activated

Motivation

For me an alarm system is very interesting so to do one is absolutly grandious

Architecture

architecture

Log

Week 6 - 12 April

Research for components

Week 13 - 19 April

Buying the components

Week 19 - 25 April

Documentation

Hardware

Raspberry Pi Pico W (SC0918): Microcontroller board based on the RP2040 microcontroller chip.

APDS-9960 Light Sensor: Digital RGB, ambient light, and gesture sensor with I2C interface.

VL53L0X Distance Laser Sensor: Time-of-flight (ToF) laser-ranging sensor for measuring distances with an I2C interface.

RGB LED: Light-emitting diode capable of producing various colors, typically with common cathode/anode configuration.

Buzzer: Electromechanical component that produces sound when activated, usually by applying an alternating current.

Schematics

kicad schematics

Bill of Materials

Rapspberry Pi Pico W Light sensor and movement sensor Laser distance sensor Rgb led Buzzer Power supply

DeviceUsagePrice
Rapspberry Pi Pico WThe microcontroller35 RON
Light sensor and movement sensor[21 RON]
Laser distance sensor[16 RON]

Software

LibraryDescriptionUsage
st7789Display driver for ST7789Used for the display for the Pico Explorer Base
embedded-graphics2D graphics libraryUsed for drawing to the display
  1. link
  2. link ...