DIY RasPad Monitor Device

Description

You can turn RasPad3 into a game screen playing with your friends, a smart alarm showing the weather and time, a display monitoring your robot’s action and many other things.

This article will show you how to DIY a RasPad Monitor Device on your RasPad 3. Let’s take a look!

_images/pir0.jpg

Required Components

  • A RasPad 3

  • 8G+ SD Card

  • Scratch 3 (either online or offline)

  • Micro SD Card Reader

  • 40P Ribbon Cable

  • T-Type GPIO Extension Board

  • Breadboard

  • PIR Module

  • Camera Module

  • FFC Cable

  • Jump Wire F/M

You Will Learn

  • Use Raspberry Pi extensions on Scratch.

  • Use audio functions on Scratch.

  • Use PIR module.

Lesson Guide

Build the Circuit

First connect the GPIO Extension Board, please read GPIO Extension Board for specific steps.

_images/pir2.jpg

Plug the T-type GPIO extension board into the breadboard and build the circuit.

_images/pir4.png

For the camera installation tutorial, please refer to Assemble the Camera Module.

_images/banana1.jpg

Programming with Scratch 3

In this step you will learn how to upload the prepared music to the Scratch. Tap the “Sounds”option on the left upper corner,then tap the “speaker” icon and choose “Upload Sound” icon to upload the prepared music file - hello, finally tap“Open” to confirm.

_images/pir9.jpg

Tap Add icon at lower left corner and choose“Video Sensing”and“Raspberry Pi GPIO”to add two functions.

_images/pir10.jpg

Back to the main page, drag a “when gpio 0 is high” from Raspberry Pi GPIO function and a “play sound (hello) until done”to the coding area.

_images/pir11.png

Stick the pir module and camera to the wall outside the door, And stick the RasPad to the wall inside the door or anywhere. When the door is opened, you will hear music and then see who is there.

_images/pir1.jpg

If you hate reading, see this video.

In this article, we introduce how to use RasPad 3 to DIY a RasPad Monitor Device. Surely, you can also add a relay and a stepper motor to open the door when someone is detected at the door.