Baby Proof IOT

by shafirshira in Circuits > Arduino

1305 Views, 0 Favorites, 0 Comments

Baby Proof IOT

IOT Baby Proof Demo
26 August 2021
bb00d4f9-d0b6-4e25-8b9d-5cc76c3f4038.jpg

The need and source of idea:

Over the past 10 years, close to a thousand kids have been forgotten in the vehicle.
That number should never exist, thus we created:

The Idea: Baby Proof

Baby Proof is a Smart car baby monitor that keeps your child safe and entertained .

Baby Proof is the way to go with your child security, it keeps an eye on your child during the drive and after , so that no one will never forget their kid in the car again.

Who we are:

We are Shira Shafir, Roman Blumovich, Ido Teperson. ThreeComputer Scince students in IDC, Israel, who attend an IOT class in our third year.

Supplies

Circuit Playground Express:

  1. Light sensor: checks that the baby is sitting in its seat

  2. Temperature sensor: to check that the car isn’t too hot

  3. Sound pressure: checks if the baby is crying

  4. GPS location (Blynk): check that the drive has left the location of the car

  5. Touch capacity: for the Teaching Game

Martials for Game:

  1. Tin foil
  2. Cardboard
  3. Glue
  4. Pencil
  5. Si

And of course, a baby car seat and maybe a baby

Make the Petals

4b9a0155-dbb0-41cf-9e0e-8a849bbe6ecd.jpg
33a4f1d0-240c-436d-9c0c-d447ce8f35f7.jpg
02dfef2f-fc25-4993-b497-3e09bd6252a1.jpg

Since the playground is round and lovely, we decided to go with a flower design.

  1. Draw the petal size you want
  2. Cut the cardboard into petal shape

  3. Glue 2-3 petals together at a time

  4. Measure the circuit playground on the cardboard

  5. Cut a circle according to that

  6. Glue tinfoil to the back of the petals combined

  7. Glue that to that plastic side of the playground

Make a Tinfoil Wire

52ef7e7b-449b-45bf-b97c-26259df93f4c.jpg
d7016535-d04c-4836-8a87-deb2461a4439.jpg
c56912dd-8636-44b0-bd7d-a82556b21c04.jpg
  1. With some scissor cut a long stripe of the tinfoil
  2. Fold the stripe in half on length and maybe repeat until it's the desired length
  3. Fold in the side of width in half until thick enough to be a wire
  4. Slide and tie through hole A1-A5 of the Circuit playground
  5. Glue to the edge of the petals
  6. Connect another stripe to the main, and do the same for each petal of the same kind

Adriano Code

arduino-logo-1.png

Download the 3 files attached and name then "babyproject.ino", "pitches.h", "soundsAndmusin.h"

Initializing code :

1. Enter your wifi under the variable ‘ssid’ (line)

2. Enter your wifi’s password under the variable ‘pass’ (line )

3. Enter your Blynk authentication code under variable ‘auth’ (line )

4. Run your Blynk project

5. Upload sketch to Circuit Playground Express (Note: keep the CPX connected to computer)

6. Run Integromat scenarios

Blynk

5b509aa1-d860-4bae-be1c-f7a06115bbbb.jpg
daafd92c-ec1e-45ad-93cb-bf5c65f3010d.jpg
26 August 2021
  1. Download Blynk app from AppStore/GooglePlay
  2. Go to the Blynk app
  3. Touch the QR-code icon and point the camera to the QR code
    after that send yourself the authentication code (we will use it in the next step)
    If this was successful go to next step , else continue to read ,
  4. Create a new project
  5. An authentication key will be sent to your email address - keep that key somewhere close
  6. Follow the following steps:
    1. Click the small (+) button, and add the following widgets to your dashboard:

    2. 1 x Styled Button or Button. (300/200 energy pts)

      2X Button. (200 energy pts )

      1x GPS stream (500 energy pts)

      1x Notification(300 energy pts)

      1x Web Hooks (300 energy pts)

    3. Set the following:
      Styled button to V0
      Button called Game to V1
      Web Hooks to V3:
      https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxxx...

      The xxx part of the URL should be replaced with the URL you get from Integromat in the Integromat 2 step

      Telegram Bot Button to V2
      GPS to v5

Integromat

Capture.PNG
Screenshot 2021-08-26 201121.png
Screenshot 2021-08-26 201143.png

Integromat lets you connect apps and automate workflows in a few clicks. Move data between apps without effort. It allows you to glue together different apps and programs and gives you the option to create creative and interesting projects.

In this project we used it to send warnings to the parent's smartphone. It sends a message to a bot in telegram.

1. First you need to open an account in integromat.com

2. In the right side of the screen click on Create a new scenario:

2.1 Click on the + sign and choose Webhooks component, which allows us to trigger a response

2.2 Take the URL from the blynk app, and paste it in the URL in the web

3. Add another module and choose Telegram bot

3.1 In the settings, under Chat ID insert your telegram bot user ID

3.2 Under text insert the message you wish to send. This message will be sent automatically once triggered

4. Connect the webhooks component to the telegram bot component