Skip to main content

Posts

Featured

Home alarm on Rpi + PiFace Digital V2

Raspbian Bullseye and Motion 4.0 Features: -video stream from usb cameras - motion detection and automatic image recording - control via web browser -input with delay (front door) -tamper line input - sends a email message of alarm activity - after rebooting the system is set to the last state of alarm - login any activity alarm   We will need a few useful programs: $ sudo apt-get install monit $ sudo apt-get install screen $ sudo apt-get install chkconfig Install Motion for cameras: $ sudo apt-get install motion $ sudo chmod 777 /etc/motion/motion.conf $ sudo mkdir /home/pi/ftp $ sudo chmod 777 /home/pi/ftp $ sudo mkdir /home/pi/ftp/cam1 $ sudo chmod 777 /home/pi/ftp/cam1 $ sudo mkdir /home/pi/ftp/cam2 $ sudo chmod 777 /home/pi/ftp/cam2 Install pifacedigitalio $ sudo apt install python3-pip $ sudo pip3 install pifacecommon $ sudo pip3 install pifacedigitalio It is good to once every few days to restart the system, and once a day, you can exe

Latest Posts

Commodore C64 on RPi - part 4 (autostart and power button)

Commodore C64 on RPi - part 3 (configuration) /update 25.06.2017/

Commodore C64 on RPi - part 2 (compile using SDL2)

Commodore C64 on RPi - part 1 (compile and install from source) /update 25.06.2017/

Simple battery-pack for old digital still camera

Simple Tube Fuzz

Ugly retro joystick for RetroPie console

Home alarm on Rpi + PiFace Digital