Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.44 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.44 KB

ESP32CAM Meter Reading Project

My internship project at Kolour Think Tank where I worked on reading a digital utility meter (mainly focused on water meter) using an ESP32-Camera and AWS Rekognition and storing the readings in AWS DynamoDB.

Documentation here alongside setup video guide.

Demo

Video

Overview

Project Architecture

Hardware Requirements

  • ESP32-CAM (Most modules should work)
  • ESP32-CAM-MB or USB to TTL (For uploading code)

Software

  • Frameworks: PlatformIO or Arduino IDE
    • Arduino-Libraries: Arduino-ESP32, ArduinoJSON, ESPAsyncWebServer
  • AWS Services: Rekognition, Lambda, API Gateway, S3, DynamoDB

For more details see documentation.

Resources Used