Search found 3 matches
- Sat Mar 02, 2024 3:51 pm
- Forum: ESP32 Arduino
- Topic: ESP32-Camera QR code reader
- Replies: 6
- Views: 5599
Re: ESP32-Camera QR code reader
Thank you very much friends, you have helped me a lot
- Mon Feb 26, 2024 6:04 pm
- Forum: ESP32 Arduino
- Topic: ESP32-Camera QR code reader
- Replies: 6
- Views: 5599
Re: ESP32-Camera QR code reader
Thank you very much for your reply, but I would send the data to the server and based on the boolean response I would decide whether to free the user or not. I also want to send in my POST method JWT in the header and my device ID and data with my QR/NFC handler in the body of my message.
- Sun Feb 25, 2024 2:18 pm
- Forum: ESP32 Arduino
- Topic: ESP32-Camera QR code reader
- Replies: 6
- Views: 5599
ESP32-Camera QR code reader
Hello guys, I'm new to this, especially working with ESP modules. I bought an ESP32 with a camera, my wish is to make a QR code reader that, after reading the QR code, will send the data to the server where it will be compared with the database, whether to let the user enter the room or not. Can you...