Skip to content

Latest commit

 

History

History

STM32F446RE

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

STM 32

Model

For this camera trap we have used a STM32F446RE, so relevant pin maps and binaries are made specifically for this model. However, we have provided the source code in the .ino file so if you have a different board you can make some small changes and upload it to your own device.

Pin Map

image

The pin map shown above describes the pins we use to build our alarm system. The PIR Sensor is powered with the 5V power source, whereas we power the VL53L1X with 3V3 power source.

Algorithm

The STM follows the following algorithm image In order to increase or decrease the range of the VL53L1X in order to best suit your needs, edit the line cpp if (sensor.read() <= 2000) where 2000 represents 2000mm (2m)