Skip to content

Timelapse code for the M5Stack Timer Camera, with Firebase picture storage + Telegram bot

License

Notifications You must be signed in to change notification settings

jongoiko/timelapse-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple Arduino sketch for the M5Stack Timer Camera. Every time the ESP32 wakes up, it takes a picture, uploads it to a Firebase storage DB, and sends a Telegram message indicating the picture filename and battery level. It then goes into deep sleep for a specified number of hours to minimize power usage.

Required libraries:

You must set the following constants to the credentials for your WiFi, Firebase bucket and Telegram bot:

  • WIFI_SSID
  • WIFI_PASSWORD
  • FIREBASE_USER_EMAIL
  • FIREBASE_USER_PASSWD
  • FIREBASE_API_KEY
  • FIREBASE_BUCKET_ID
  • TELEGRAM_BOT_TOKEN
  • TELEGRAM_CHAT_ID

About

Timelapse code for the M5Stack Timer Camera, with Firebase picture storage + Telegram bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages