Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.85 KB

📸 QR Code Scanner Using ESP32-CAM 🖥️

This project showcases the creation of a QR code scanner using the ESP32-CAM module. Here ESP32-CAM captures images and sends them to a server with a QR code recognition program via an API request. Once the recognition is complete, the server responds with the decoded data. It's straightforward and with our QR Code Scanner API, the process is smooth and efficient.

ESP32-CAM

✨ Features

  • QR code scanning
  • 🌐 API processing
  • 🛠️ Easy to implement
  • 🖥️ OLED Display for results

📦 Components

  • 🎦 ESP32-CAM
  • 🔌 FTDI Programmer
  • 📚 Adafruit_SSD1306 Library
  • 🔋 5V Power Supply

🚀 Installation

  1. Clone the repository:
    git clone https://github.com/Circuit-Digest/QR-code-Scanner-Using-ESP32-CAM.git
  2. Open the project in Arduino IDE.
  3. 📥 Install required libraries:
    • Adafruit_SSD1306
  4. Configure your Wi-Fi credentials in the code and API Key.
  5. 🚀 Upload the code to the ESP32-CAM.

🖱️ Usage

  1. Connect the ESP32-CAM to a power supply.
  2. 📲 Point the camera at a QR code and press the trigger button.
  3. 🔗 watch as it decodes and displays the results at the OLED Display!

🔧 Circuit Diagram

Circuit Diagram

🤝 Contributing

We welcome contributions! Feel free to submit issues, fork the repository, and create pull requests to add new features or improvements.

📝 License

This project is licensed under the MIT License.