All Projects â†’ remibert â†’ pycameresp

remibert / pycameresp

Licence: MIT license
Motion detection with image notification for Esp32CAM and Esp32 flasher with GUI based on esptool.py.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pycameresp

homeweather esp8266
weather station, arduino esp8266, st7920, mh-z19, BME-280
Stars: ✭ 29 (-27.5%)
Mutual labels:  wifi, ntp-client, wifimanager
pushover
📱 Pushover notifications channel for Laravel
Stars: ✭ 46 (+15%)
Mutual labels:  pushover, pushover-notifications
MTJailed-Native
A terminal emulator with remote shell for non-jailbroken iOS devices
Stars: ✭ 24 (-40%)
Mutual labels:  http-server, ftp-server
smtp-translator
An SMTP server that converts emails into Pushover notifications.
Stars: ✭ 23 (-42.5%)
Mutual labels:  pushover, pushover-notifications
pushover-cli
pushover-cli is a command line client for https://pushover.net to send pushover notifications. Moreover it is possible with this client to pipe streams directly to your cellphone like tail -f /var/log/my.log | pushover-cli -
Stars: ✭ 38 (-5%)
Mutual labels:  pushover, pushover-notifications
NETMF-Toolkit
The .NET Micro Framework Toolkit (using Microsoft .NET Micro Framework)
Stars: ✭ 13 (-67.5%)
Mutual labels:  http-server, ntp-client
simple http server
simple http server for upload and download
Stars: ✭ 101 (+152.5%)
Mutual labels:  http-server, ftp-server
Esp32 Serial Bridge
Wifi to 3x Serial bridge based on a ESP32
Stars: ✭ 169 (+322.5%)
Mutual labels:  telnet, wifi
Remotedebug
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Stars: ✭ 467 (+1067.5%)
Mutual labels:  telnet, wifi
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+4660%)
Mutual labels:  ping, wifi
wifianalyse
simple bash script to monitor wifi signal and ping time
Stars: ✭ 49 (+22.5%)
Mutual labels:  ping, wifi
ESPAsync WiFiManager
This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With ex…
Stars: ✭ 244 (+510%)
Mutual labels:  wifi, wifimanager
Blynk WM
Blynk and WiFiManager Library for configuring/auto(re)connecting ESP8266/ESP32 modules to the best or available MultiWiFi APs and MultiBlynk servers at runtime, with or without SSL. Configuration data saved in either SPIFFS or EEPROM.
Stars: ✭ 46 (+15%)
Mutual labels:  wifi, wifimanager
micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (+37.5%)
Mutual labels:  telnet, wifi
AndroidWiFiManager
Android WiFi Manager
Stars: ✭ 115 (+187.5%)
Mutual labels:  wifi
tipi
Tipi - the All-in-one Web Server for Ruby Apps
Stars: ✭ 214 (+435%)
Mutual labels:  http-server
gofile
HTTP/1.1 directory listing and file server using TCP sockets for fun
Stars: ✭ 59 (+47.5%)
Mutual labels:  http-server
bridgeap
Automagically bridge any live interface to any idle interface using NATS, DHCP, and HostAP where applicable
Stars: ✭ 52 (+30%)
Mutual labels:  wifi
chump
Pushover.net client for Node.js
Stars: ✭ 19 (-52.5%)
Mutual labels:  pushover
magister-calendar
📅 Automatically plan your Magister appointments in your Google calendar.
Stars: ✭ 12 (-70%)
Mutual labels:  pushover

Pycameresp is designed to be a completely autonomous motion detector on ESP32-CAM. The web server, ftp, wifi manager, shell, editor also works on other Esp32 with SPIRAM, it is necessary to select the correct firmware for your device.

The firmware is based on an improved version of micropython, it is ready to use because all pycameresp modules are embedded in the firmware (for boost performance and saving RAM). But it is a standard micropython platform, the start of pycameresp is in the main.py, and therefore fully modifiable.


The firmware features are :

  • Real-time motion detection with camera (ESP32-CAM)
  • Smartphones notifications
  • Live video stream of camera (ESP32-CAM)
  • Configuration and consultation web page
  • Smartphone presence detection on the wifi network (automatic activation/deactivation of motion detection)
  • Shell to enter command lines with text editor executed directly on the device
  • WiFi manager with automatic recovery after loss of radio signal
  • Synchronization of the internal clock with ntp server, to be always on time

Other informations :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].