tecno4
2.4M views | +88 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi detector de movimiento'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: Motion Detection with Email Notifications (Python)

Raspberry Pi: Motion Detection with Email Notifications (Python) | tecno4 | Scoop.it
In this project, you’ll learn how to send email notifications with the Raspberry Pi when it detects motion. We’ll program the Raspberry Pi using Python and to read from the PIR motion sensor we’ll use the gpiozero interface.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi detector de movimiento con sensor infrarrojo pasivo PIR y buzzer, código en Python

Proyecto para Raspberry Pi con código simple en Python. Veremos desde la teoría de funcionamiento de los sensores infrarrojos pasivos, el funcionamiento del buzzer activo como transductor piezoeléctrico y haremos un detector de movimiento funcional donde el sensor al detectar movimiento activará un buzzer e imprimirá en pantalla movimiento detectado. #RaspberryPi #SensorPir Marcas de tiempo 0:00 Bienvenida 0:28 Funcionamiento del PIR 2:46 Funcionamiento del buzzer 4:13 Listado de materiales 5:22 Conexionado 6:43 Instalar librería 7:26 Código en Python 8:31 Funcionamiento 9:09 Despedida y anuncio próx. capitulo Codigo en GitHub https://github.com/ComputadorasySenso...

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Motion Detector with Photo Capture

Raspberry Pi Motion Detector with Photo Capture | tecno4 | Scoop.it
This project shows how to take photos with a Raspberry Pi when motion is detected. It can be used as a burglar detector, to take wildlife photos or in other applications. We’ll be using a Raspberry Pi V2 camera and the code will be written in Python programming language.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: Detect Motion using a PIR Motion Sensor with Python

Raspberry Pi: Detect Motion using a PIR Motion Sensor with Python | tecno4 | Scoop.it

Throughout this tutorial, we’ll cover the following main topics:

  1. Introducing the PIR Motion Sensor
  2. Wiring a PIR Motion Sensor to the Raspberry Pi
  3. Detect Motion with the Raspberry Pi using gpiozero
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Detecta movimientos con una webcam y Motion en Raspberry Pi

Detecta movimientos con una webcam y Motion en Raspberry Pi | tecno4 | Scoop.it

Motion es uno de los programas más populares para utilizar con webcams, cuya utilidad es la de detectar movimientos. De esta forma podemos grabar momentos en los cuales se ha detectado movimiento.
Recordamos que antes de instalar Motion debemos asegurarnos que nuestra webcam ha sido reconocida por el Sistema Operativo como se explica en el tutorial Raspberry Pi - Webcam - LUVCview

No comment yet.