Battery-powered wildlife camera. Based on the ESP32-CAM board. Wi-Fi support. Takes pictures when movements are detected via a PIR sensor. Stores pictures on SD Card (if present) and sends them to Telegram (if Wi-Fi available). Controlled via telegram commands (if Wi-Fi available).
Documentation is incomplete, sorry for that.
You need first to create a bot via the @BotFather telegram bot. You can find many websites that explains how to do that. Add these commands to the bot: /wakeup, /photo, /photoflash, /status, /blink
curl "https://api.telegram.org/bot{API_TOKEN}/getUpdates"
curl "https://api.telegram.org/bot{API_TOKEN}/getUpdates?offset=-1"
curl "https://api.telegram.org/bot{API_TOKEN}/getUpdates?offset={OFFSET_ID}"
curl -s -X POST "https://api.telegram.org/bot{API_TOKEN}/sendMessage" -d chat_id={CHAT_ID} -d text="{MESSAGE}"
- CRC32 by Christopher Baker
- ArduinoJson by Benoit Blanchon
- UrlEncode by Masayuki
Created by WizLab.it GitHub: wizlab-it/wildlife-camera
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. To get a copy of the GNU General Public License, see http://www.gnu.org/licenses/