WouterJansen / BirbBro-esp32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BirdBro-esp32

BirdBro is an esp32 script to run on an AIThinker ESP32-CAM to use a PIR sensor to automatically detect new bird friends passing by your birdfeeder and take a few pictures. Which then will automatically send this over Wi-Fi to the Google Firebase cloud. This cloud is connected to the BirdBro android app to then receive a notification about the new bird and see the pictures and identify the bird species.

You can find more information on the Android app here: https://github.com/WouterJansen/BirbBro-app

Hardware used

  • 2x Samsung ICR18650-26 batteries Flat-top Li-ion 3.7 V 2550 mAh
  • Dual 18650 Lithium Battery Shield V8 Mobile Power Expansion Board
  • HC-SR505 Mini Infrared PIR Motion Sensor
  • AIThinker ESP32-CAM
  • LILYGO TTGO Camera Module OV2640 2 Megapixel
  • FT232RL FTDI USB To TTL Serial Converter Adapter Module
  • 1k and 10k resistors
  • 16GB Micro SD card

Diagram

Diagram

Dependencies

Features

  • Use the PIR sensor to wake from deep sleep.
  • Use the camera to take (a) picture(s) when coming out of deep sleep and stor them on the SD card.
  • Connect to Google Firebase.
  • Automatically upload the images to the Google Firebase Storage.
  • Get all connected Android phone apps by requesting the FCM tokens from the Google Firebase RTDB.
  • Send a notification though the Google Firebase to the connected Android phone apps.

Sources

About


Languages

Language:C++ 100.0%