All Projects → shariltumin → esp32-cam-micropython

shariltumin / esp32-cam-micropython

Licence: other
Micropython esp32-cam

Programming Languages

Makefile
30231 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to esp32-cam-micropython

esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (+13.56%)
Mutual labels:  esp32, esp32-cam
uPyCam
Take a photo with an ESP32-CAM running MicroPython
Stars: ✭ 97 (+64.41%)
Mutual labels:  esp32, esp32-cam
CoopCommand
CoopCommand aims to increase automation in small scale egg-laying chicken flocks for the hobby farmer. Final product aims to have ease of installation and use for non-technical users.
Stars: ✭ 37 (-37.29%)
Mutual labels:  esp32, esp32-cam
ESP32-CSI-Tool
Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
Stars: ✭ 100 (+69.49%)
Mutual labels:  esp32
homekit-qrcode
Generate a pairing HomeKit QR code label for your HomeKit accessory from the command line
Stars: ✭ 17 (-71.19%)
Mutual labels:  esp32
HomeSpan
HomeKit Library for the Arduino-ESP32
Stars: ✭ 410 (+594.92%)
Mutual labels:  esp32
SensESP
Universal Signal K sensor framework for the ESP32 platform
Stars: ✭ 83 (+40.68%)
Mutual labels:  esp32
OneWireNg
Arduino 1-wire service library. OneWire compatible. Dallas thermometers support.
Stars: ✭ 32 (-45.76%)
Mutual labels:  esp32
RejsaCAN-ESP32
ESP32 board with CAN interface, runs on 12V power (with auto shutdown)
Stars: ✭ 88 (+49.15%)
Mutual labels:  esp32
M5Stack-Air-Quality-ESPHome
ESPHome configuration for M5Stack's PM2.5 Air Quality Kit with the PMSA003 particulate matter sensor and the SHT20 temperature and humidity sensor
Stars: ✭ 19 (-67.8%)
Mutual labels:  esp32
nodemcu-shell
UNIX-like ultra-lightweight Shell for NodeMCU supported devices (ESP8266, ESP32, Raspberry Pi, NanoPi, Orange Pi) written in Lua
Stars: ✭ 25 (-57.63%)
Mutual labels:  esp32
OpenWeather
Arduino library to fetch weather forecasts from OpenWeatherMap
Stars: ✭ 88 (+49.15%)
Mutual labels:  esp32
hassio
ESPHome Hass.io addon files
Stars: ✭ 175 (+196.61%)
Mutual labels:  esp32
coro2sens
Build a simple device that warns if CO₂ concentration in a room becomes a risk for COVID-19 aerosol infections.
Stars: ✭ 32 (-45.76%)
Mutual labels:  esp32
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (-35.59%)
Mutual labels:  esp32
ESP32 BLE OTA Arduino
OTA update on ESP32 via BLE
Stars: ✭ 41 (-30.51%)
Mutual labels:  esp32
Somfy Remote Lib
Emulate a Somfy remote using a 433.42 MHz transmitter.
Stars: ✭ 43 (-27.12%)
Mutual labels:  esp32
PyDOS
DOS-like OS for microcontroller boards running Micropython or Circuitpython
Stars: ✭ 40 (-32.2%)
Mutual labels:  esp32
WebServer tng
ESP8266/ESP32 WebServer
Stars: ✭ 65 (+10.17%)
Mutual labels:  esp32
nanoFramework.WebServer
📦 Web server for nanoFramework packed with features: REST api using attributes, multithread requests, parameters in query URL, static files serving.
Stars: ✭ 15 (-74.58%)
Mutual labels:  esp32

esp32-cam-micropython

Latest custommade.zip, please read this blog and find out what it is good for.

The custommade.zip now contains files that will also include LittleFS in the firmware for esp32-cam, esp32 and esp8266. Please watch Damien George explaining what LittleFS is good for, at a Melbourne micropython meeting.

You can use LittleFS instead of FatFS(default) by doing these in REPL:

>>> import os
>>> os.VfsLfs2.mkfs(bdev)

You will save RAM if you use LittleFS. The FS setting will survive reboot and power cycle.

The files in the directories under are obsolete:

  1. esp32-cam-1-11-498
  2. esp32-cam-1-11-571

Please use files under Custommade_Template directory packed in the custommade.zip. Better yet run mpb.py to build custom made firmware.

If you're looking for a compiled firmware that support camera for your esp32-cam board then please click firmwares.

You can find some webcam server test scripts in webcam. Latest is mth_webcam.py a multi-threaded three ports web server. Serving webcam at port 80.

I record my works at kopimojo.blogspot.com feel free to drop by.

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].