Please sign in to access this page

GaurdUnc: Smart IoT Security System with ESP32-CAM

GaurdUnc: Smart IoT Security System with ESP32-CAM Used AI

5 devlogs
8h 29m
•  Ship certified
Created by unc lav

It’s a smart IOT-based security system built on the ESP32-CAM board. Whenever motion is detected via a PIR sensor or the door is opened via a reed switch, the board captures an image. That image is then sent to an AI (Imagga API) to detect whether it’s a human or an animal. Based on that, it sends alerts on Telegram complete with the image and what it detected. No bullshit, fully wireless, real-time alerts. Built to be fast, low-power, and actually usable.

Timeline

Ship 1

1 payout of shell 34.0 shells

unc lav

16 days ago

unc lav Covers 5 devlogs and 8h 29m

alr.. ive uplaoded demo videos removed useless files that i got from examples and yea it was tested by my frnd so i think its pretty much working and whats now? ive uploaded all the codes to github ! :))

Update attachment

guess what? after working for hours its donee !! :))
that dma overflow issue was solved via removing live streaming as said earlier, now the issue was aftr clicking img and then uploading it the response wasnt tht accurate so? so i researched a bit and found that instead of uploading base64 encoded img i should upload it to thier server first which will give an upload id then i can use that upload id to label the img and it workeddd :))

oh well.. everything was wrking as planned after way too much fixesss but the dma overflow was still persistent , and i decided to remove the live streaming things so it wont load the ram and guess what it worked? but- NOW THE API RESPOSE IS ALL THE TIME SAME NO MATTER WHT THE IMG IS i think its cus of base64 encoding isnt working ryt? maybe its broken i need to find a way to fix it ;-;

Update attachment

uh.. my one esp32 got dead ;-; and THE NEW ONE IS SPAMMING DMA OVERFLOW LIKE WHT LIL MAN AHHHH ;-; i just addwd an opt for live streaming the cam seems like it wont work ;-;

Update attachment

this project - AHH its deff not my kind but yea i thought i should make some iot projects thats why i took this one..
today i bought items i.e, esp32 cam module.. pir sensor.. reed swtich...
and all this time i was just trying to test them all if they working or not make trying diff diff things the problems i faced?? just dont ask ;-;
the camera IT WAS SPAMMING DMA OVERFLOW in my terminal if thats not enough it was like cam init faild and stuffss so it wasnt so much of making till time.. its full of eorrrors lol will try to fix it asap.

Update attachment