Skip to content

ESPuPy/ESP32WiFiCAM-JPEGCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32WiFiCAM-JPEGCamera

figure

ESP32 WiFi Camera application has the following functions.

  1. take pictures in VGA size and JPEG format
  2. save pictures to the SD Memory card
  3. upload pictures to the Cloudinary Album Service that is a cloud service
  4. notify users using LINE BOT API

Following parts are used

parts type parts name
MicroController ESP32
Camera Unit Grove Serial Camera Kit
Monitor 1.8inch TFT LCD(ST7735)
Memory SD Memory Card

ESP32WiFiCAM is implemented in MicroPython

The following drivers are required to execute this application.

  1. sdcard.py
    https://github.com/micropython/micropython/tree/master/drivers/sdcard
  2. ST7735.py
    https://github.com/boochow/MicroPython-ST7735
  3. terminalfont.py
    https://github.com/GuyCarver/MicroPython/tree/master/lib

This system has been tested with MicroPython (V1.10) due to development schedule and processing speed. Not tested in the latest version; MicroPython (V1.20).

All files are subject to MIT license.

About

ESP32 WiFi Camera application with Grove JPEG Serial Camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages