Solder bridge, the OEM only uses the 0 ohm resistor so they can change the orientation via pick-n-place. Just drag the iron across the resistor, it will stick to the tip. Wipe off the resistor, apply more solder drag across the pads you want bridged. Done :)
Ive been using ESPHome for a while. Bought a bunch of tuya sockets and flashed them with ESPHome using tuna-convert. Works great. Looks like you’d still risk getting deauthed or jammed using WiFi for your cameras. For those of us that already have the cables in place for PoE Cameras I noticed that there are PoE driven ESP32 modules available. Would be cool to have a go running a camera using Ethernet, rather than having to deal with the antenna-resistor :)
On the RPi0, I used a jumper wire because it was a 0 ohm resistor. I know this is a different board, but that spot looks more like a selector switch to control where the antenna is located.
@@Glytch 0 ohms is equivalent to a short. If the resistance is that small it is not going to affect the RF. Trust me I have worked with lots of transmitters. My guess is that is a jumper made in the same form as a resistor to allow easy manufacturing with other surface mount components. It would be easier for the end user if it was a jumper header or one could be solder on.
IANAEE but I have heard that 0 ohm resistors are used because it's easier for the pick and place machine to put a surface mount resistor there than a wire.
@@Glytch 0-ohm "resistors" are used because wave/oven soldering is designed NOT to bridge pads. The easiest way to switch one of these is to heat that 0-ohm and just wipe it off of your iron, then solder-bridge the pads you want.
Started watching the video and as soon as you mentioned ESP32CAM Module, you caught my interest because as it happens, I just got one of these with an extra little board and some F2F jumper wires from a pallet bin store for $5 last week! I'm going to try this and see what happens. Thanks for the video.
Man, thank you for this. I have been collecting these esp32 cam modules from AI-Thinker for a while now, but havent found any good tutorials that involved what i wanted to do exactly, which is exactly what you have here. again, thank you!
My only problem is learning how to use Home Assistant really. I am kind of new to all of this, but i am extremely interested and probably a bit addicted to it... you should see my "workshop" lol. Again, I cant thank you enough for this. Sort of showed me the light on how to go about what it is that I am wanting to do.
Hooray for cloud-free! o/~ we don't need no external service, we don't need no cloud control, keep our pictures in the family, Amazon! Leave my house alone! o/~
Implement IEEE 802.11w-2009 for protected management frames (PMF), ESP32 supports it in station mode setting appropriate flags in pmf_cfg in esp_wifi_set_config(), the AP needs support of course but it's available in hostapd (ieee80211w parameter) and OpenWRT (hostapd based with wpad-full), depends on the chipset though
Only Allah can make it invulnerable to de-auth. Trust in Earth's greatest electrical engineers, Pakistanis who are #1 recipients of the most H1b visas on earth.
As a 0 ohm resistor is effectively just a jumper you could alternatively use a piece of wire or just a blob of solder to bridge that gap. Brilliant BTW, love this setup.
Great project. Would love to get more detailed info, such as resolution and framerate in use. An option to persist the footage upon motion detection would be great as well. Maybe add an IR illuminator for night-time monitoring?
He's using the esp32 cam module which comes with the ov2640 cam so I think it can do upto max 1600×1200@15fps, or if you can lower your res. SVGA@30fps & CIF@60fps.
I recently found your video and I had to buy everything to make it too!! But I couldn't find the battery charging module, does that one outputs 5v? The one I got outputs the same 4.2v and the ESP32CAM works but with some noise on the cam stream as it is supposed to be powered by 5v right?
How is the battery voltage being regulated to either 3.3v or 5v for the microcontroller? It doesn’t look like the TP4056 does any buck or boost on the output. Am I missing something?
I've been watching quite a few ESP-32CAM implementation videos. This is by far, if not the most helpful, the most well presented, of any of them. I just ordered a Reolink battery powered WIFI cam, that won't work on a private network - unless it's connected to the internet (which none of the descriptions mention), after not being able to implement my small collection of ESP-32CAM boards. Thanks so much for devising this project. I think that I'm going to try this out. I'm sending the Reolink back to Amazon (it keeps crashing anyway, needing to be constantly reset and reprogrammed in order to work). Subscribed. Thanks for the content. Keep up the good work. בס״ד
It would be a good addition if the camera actually could see in the dark using infrared LEDs as light. Is this possible or do the ESP cmaeras have IR filters?
Using a VPN in this case would further diminish the security of the project, as it would require you to trust another server database that is (most likely) not in your control and would rely on 'trust' with the provider of the service, and in computer sec trust should always default to null. (timestamp of the reference 9:00)
I am a 60 year old and I SLOWLY!!! getting into teck I understand what you are saying??? BUT I do not follow what you are talking about!? if you understand what I mean?! but this is the first video I have seen that SORT? OFF? made sense. I have dyslexia so learning though books it HARD. I have just subscribe to your channel
I've done my best - I was finally successful in uploading yaml file. Currently I have no way to view images from the ESPCAM board, no link anywhere to CAMGRID on Home Assistant (as shown in your video). I can see data logs coming in but I am unable to access images. Very promising but it doesn't seem to work for me, maybe something in the new updates to Home Assistant interfere with these functions. I'll keep trying.
That was my first thought. Second was to redesign it so you can swap the battery, I know I don't want to take it down, charge it, then remember to put it back when it's charged. I rather have a li-ion charger ($15-$20 for a good one) and swap out the battery quickly with minimal down time. Also would be nice to have low battery alert, maybe something simple and crude like a uptime timer that once it hits 3/4 of projected battey life it sends out a notification. Either way, I'm thinking I rather hack my Wyze cams to record to my NAS. But there outdoor so I don't care about privacy ;-)
If you are interested in efficiency to charge the 18650 cell you have in there, you have a different option to charge it... the tp4056 you are using is a linear regulator, so it acts like a variable ressistance, and can only be connected to 5v input... there's another module, called tp5100 (and the tp5000, but this is good for LiFePO4 option), that can charge 1 or 2 cells, but uses step-down to charge... this gives better efficiency while charging, and allows you to charge it with a 18v psu... It has no USB port on it, but well... it's a good option, since it will no heat up as much as the tp4056
This seems promising though I think I see a flaw...what's the stop someone from deauthing those cameras? I would suggest something that had the ability to record internally so if it got knocked off wifi it could keep a local cache recorded internally and feed that to the main system once it got wifi again or simply allow direct access to it's recording if it never does get connected again for any reason. It would me a smart criminal would knock out the wifi cameras thinking they won't be recorded as a result but in reality the cameras are still doing their job recording everything they are doing anyway. I have no idea how you would pull something like that off with that device but it is something I've been thinking about when it comes to doing a similar setup.
Check out the Reolink E1 Pro .... uses RTSP for local stream and no need for the cloud .... also has on board SD card for local recording to the camera in case wifi signal is lost or jammed. Just use Blue Iris for recording on the computer.
If nothing else, looking at the pictures it seems like it might be possible to unscrew the lens and remove the IR filter off of those, in a more or less hacky manner. That's if they are filtered at all.
What would be the best/easiest/cheapest way to power this with a small solar panel? How small? I need to keep an eye on my chickens, a shed and the front gate (which I hope isn't too far from my cabin. I'm not experienced with electronics, but I can solder and/or ruin multi-meters.
I have been wanting for someone to do a system that is self contained and free from outside hacking for "secure" camera security. Not that I have so much to protect I am just paranoid when it is known that something allegedly secure can be compromised by the hacking criminal mind, which just leads to a feeling of what is the point. Thanks for a simple low cost solution.
@William Hucke your judge is high I think. This depends on the esp activity level... Could be a day or two especially since it's running an entire esp operating system with no deep sleep
Hey, good show! Thank you! Did I hear you say you can use coax cameras and convert it into digital? I still have 6 Defender coax cameras that I would like to use in Home Assistant. Do you have suggestions?
@@tactileslut Interesting, didn't consider clip lens. I found another rabbit trail looks like there are OV2640 with 120º and 160º FoV on aliexpress for $6-7.
Is there a way that you can add a solar cell to charge the battery? This could allow the device to be located outside and self charge and run in perpetuity. It would be a stand alone security camera. Maybe you could print a little bit larger housing and make it water-proof. What do you think?
Cool project, not sure how useful it is though since there's no PIR or deep sleep. I'd guess the maximum battery life is significantly less than 1 day?
could you have this module do 2 or more things other than the camara feed. for example, like turn on a relay for front porch light and another for lock/unlook the door or you need independent modules for each task?
GREAT VIDEO .. thanks for the info.. Oh, and I wish to share something with you, you said that little resistor kept sticking to your soldering iron, I watched a video of installing an antenna, the guy never used a soldering iron.. he used a heat gun it wasn't holding it on with much solder.. and nudged it with tweezers.. then he heated fluxed etc. and installed the other part and heated it with the heat gun too. kinda cool. considering he didn't use an iron .
I have been wanting to get a cloud free solution like this for some time. One that was more secure then what's out there and it's cool you have a solution. The only thing i don't like is having to get the parts and make it myself and that programing it isn't easier for the general person. I would love Something like this already made with a much easier solution for programing/seeing them up, with the good/better security then with what's currently on the market. I'd buy something like that off the hak5 shop for a better price then what's on the market. That's what has kept me from getting any currently on market is the lack of cloud free and better security with them. I'd would love it being real product on the hak5 shop so I could buy it.
I bet if you tried you could build a camera yourself as demonstrated in the video. It's pretty much plug and play. The "programming" isn't really coding, but more of uploading a file.
Crazy how I just went to my local BB about a month ago while doing holiday shopping and asked if there was any decent wifi motion detecting cameras that did not require internet! Someone could so easily create a startup of this info here I am wanting to believe!!!!!
There is a fake video I saw a few minutes ago of a guy dissembling a smart phone and soldering its lens to a mini-board and battery and then sending a signal from that device to his phone to make a button camera...Do you have the knowledge to make your own button camera that can record 1080p video? I'd like to do this myself. Any book or video tutorial on how to do this would be much appreciated
Could someone clarify whether this would also work as an uninterrupted power supply to the esp? Basically if I have this device streaming while connected through usb and power cuts out, will it switch to battery without shutting down or will it shutdown? or is esp in this case only meant to be used from the battery?
Is it possible to add a DHT22 sensor to one of the GPIO pins? I attempted it but not sure if there are some pins reserved for the camera or if I don't have enough amperage to powerr the sensor
Man the UA-cam algo is amazing, This is exactly the project I was researching. Thanks for posting.
Solder bridge, the OEM only uses the 0 ohm resistor so they can change the orientation via pick-n-place. Just drag the iron across the resistor, it will stick to the tip. Wipe off the resistor, apply more solder drag across the pads you want bridged. Done :)
Gotta give this a go!
Glad to see the video come to light. Loved your progress on twitter as you were building it. Great job Glytch!
This is the best thing I've seen this year!!
Though, it is just the 14th of January so that's not saying a lot.
@@mrkiky but I think it's going to stay there for a while!
@@ifell3 Yea I mean it's a pretty dope project
That's not very hard considering how much the year sucked.
A well documented tutorial would be very apriciated :D
Ive been using ESPHome for a while. Bought a bunch of tuya sockets and flashed them with ESPHome using tuna-convert. Works great.
Looks like you’d still risk getting deauthed or jammed using WiFi for your cameras. For those of us that already have the cables in place for PoE Cameras I noticed that there are PoE driven ESP32 modules available. Would be cool to have a go running a camera using Ethernet, rather than having to deal with the antenna-resistor :)
If the resistor is 0 ohm, does that mean I could just bridge the pads with solder?
On the RPi0, I used a jumper wire because it was a 0 ohm resistor. I know this is a different board, but that spot looks more like a selector switch to control where the antenna is located.
@@Glytch 0 ohms is equivalent to a short. If the resistance is that small it is not going to affect the RF. Trust me I have worked with lots of transmitters. My guess is that is a jumper made in the same form as a resistor to allow easy manufacturing with other surface mount components. It would be easier for the end user if it was a jumper header or one could be solder on.
IANAEE but I have heard that 0 ohm resistors are used because it's easier for the pick and place machine to put a surface mount resistor there than a wire.
@@linuxlovah9164 But then is it really a resistor? 0 ohms does not resist anything, it is just a fancy wire!
@@Glytch
0-ohm "resistors" are used because wave/oven soldering is designed NOT to bridge pads. The easiest way to switch one of these is to heat that 0-ohm and just wipe it off of your iron, then solder-bridge the pads you want.
Started watching the video and as soon as you mentioned ESP32CAM Module, you caught my interest because as it happens, I just got one of these with an extra little board and some F2F jumper wires from a pallet bin store for $5 last week! I'm going to try this and see what happens. Thanks for the video.
Man, thank you for this. I have been collecting these esp32 cam modules from AI-Thinker for a while now, but havent found any good tutorials that involved what i wanted to do exactly, which is exactly what you have here. again, thank you!
My only problem is learning how to use Home Assistant really. I am kind of new to all of this, but i am extremely interested and probably a bit addicted to it... you should see my "workshop" lol. Again, I cant thank you enough for this. Sort of showed me the light on how to go about what it is that I am wanting to do.
Nice little camera, also good to know that there others are not crazy about sending every little thing they do through the cloud and back.
he says not to use a cluod and use VPN goofy
Hooray for cloud-free! o/~ we don't need no external service, we don't need no cloud control, keep our pictures in the family, Amazon! Leave my house alone! o/~
Nice one! :)
Correction, “we don’t need no stinkin’ .....”
🤣you mean amazons cloud?
@@cplcabs Home server
@@neopolythe is
Hi! You say that there is a problem with deauth and wifi-cams...
But: in the case of the esp32 cam it is still present... or am I wrong?
Always nice to see a Glytch video!
Was there a follow up video to this video?
More glitch! What a great project
Wait but its still vulnerable to deauth no?
Olivier A. - quite correct.
Implement IEEE 802.11w-2009 for protected management frames (PMF), ESP32 supports it in station mode setting appropriate flags in pmf_cfg in esp_wifi_set_config(), the AP needs support of course but it's available in hostapd (ieee80211w parameter) and OpenWRT (hostapd based with wpad-full), depends on the chipset though
Olivier A. His firmware he posted ignores deauth packets. So not in the normal way. Obviously actual jamming would work though.
Only Allah can make it invulnerable to de-auth. Trust in Earth's greatest electrical engineers, Pakistanis who are #1 recipients of the most H1b visas on earth.
The ESP32's WiFi stack is firmware, though, and can be fixed. Unlike the bazillion phones, routers, and computers out there.
As a 0 ohm resistor is effectively just a jumper you could alternatively use a piece of wire or just a blob of solder to bridge that gap.
Brilliant BTW, love this setup.
Great timing Glytch, I recently found ‘Home Assistant’ as well - cool stuff! Nice compact WiFi cam (w/o the cloud!).
Scott which Home Assistant ? Pardon my ignorance but i only know Google, amazon and apple.
Please tell us about the 3M bonding tape!
Wondering how long the batteries last
Great project. Would love to get more detailed info, such as resolution and framerate in use. An option to persist the footage upon motion detection would be great as well. Maybe add an IR illuminator for night-time monitoring?
He's using the esp32 cam module which comes with the ov2640 cam so I think it can do upto max 1600×1200@15fps, or if you can lower your res. SVGA@30fps &
CIF@60fps.
I recently found your video and I had to buy everything to make it too!! But I couldn't find the battery charging module, does that one outputs 5v? The one I got outputs the same 4.2v and the ESP32CAM works but with some noise on the cam stream as it is supposed to be powered by 5v right?
How is the battery voltage being regulated to either 3.3v or 5v for the microcontroller? It doesn’t look like the TP4056 does any buck or boost on the output. Am I missing something?
GlytchTech thanks for the detailed explanation. That makes sense.
i've been wanting to build a home security cctv via wifi, self monitored over home vpn. nice simple build my friend. good job.
Nice, do the cameras have night vision, I looking for a outside door camera system.
I've been watching quite a few ESP-32CAM implementation videos. This is by far, if not the most helpful, the most well presented, of any of them. I just ordered a Reolink battery powered WIFI cam, that won't work on a private network - unless it's connected to the internet (which none of the descriptions mention), after not being able to implement my small collection of ESP-32CAM boards. Thanks so much for devising this project. I think that I'm going to try this out. I'm sending the Reolink back to Amazon (it keeps crashing anyway, needing to be constantly reset and reprogrammed in order to work).
Subscribed.
Thanks for the content.
Keep up the good work.
בס״ד
Will this project be documented anywhere where the steps are shown and all parts required please?
Read the description. All the links are there for his ESPCam
Thats great! How long does the battery last?
It would be a good addition if the camera actually could see in the dark using infrared LEDs as light. Is this possible or do the ESP cmaeras have IR filters?
Instant buy. Have to build two of them just for fun. Thank you!
Using a VPN in this case would further diminish the security of the project, as it would require you to trust another server database that is (most likely) not in your control and would rely on 'trust' with the provider of the service, and in computer sec trust should always default to null.
(timestamp of the reference 9:00)
I am a 60 year old and I SLOWLY!!! getting into teck
I understand what you are saying??? BUT I do not follow what you are talking about!? if you understand what I mean?!
but this is the first video I have seen that SORT? OFF? made sense.
I have dyslexia so learning though books it HARD.
I have just subscribe to your channel
💘 what you're doing glytch. Ur awesome
Cheers man, useful vid, looking forward to the next ones!
can the aggregated cam video show on a Raspberry Pi with an HDMI or other display attached?
I've done my best - I was finally successful in uploading yaml file. Currently I have no way to view images from the ESPCAM board, no link anywhere to CAMGRID on Home Assistant (as shown in your video). I can see data logs coming in but I am unable to access images. Very promising but it doesn't seem to work for me, maybe something in the new updates to Home Assistant interfere with these functions. I'll keep trying.
How long that battery device could work without charging? ETA?
That was my first thought. Second was to redesign it so you can swap the battery, I know I don't want to take it down, charge it, then remember to put it back when it's charged. I rather have a li-ion charger ($15-$20 for a good one) and swap out the battery quickly with minimal down time. Also would be nice to have low battery alert, maybe something simple and crude like a uptime timer that once it hits 3/4 of projected battey life it sends out a notification.
Either way, I'm thinking I rather hack my Wyze cams to record to my NAS. But there outdoor so I don't care about privacy ;-)
this dude is good, period!! Love watching him and he presents things very well!
Is there a new version of the board that doesn't have this resistor issue?
Does it support saving the video file via the network in order to be able to go back in time?
whats that screen in what looks to be a small Pelican case on his bed?
BUT!... You can still deauth it. Is there a way to make the ESP ignore those types of packets.
If you are interested in efficiency to charge the 18650 cell you have in there, you have a different option to charge it... the tp4056 you are using is a linear regulator, so it acts like a variable ressistance, and can only be connected to 5v input... there's another module, called tp5100 (and the tp5000, but this is good for LiFePO4 option), that can charge 1 or 2 cells, but uses step-down to charge... this gives better efficiency while charging, and allows you to charge it with a 18v psu... It has no USB port on it, but well... it's a good option, since it will no heat up as much as the tp4056
Hi friend thanks for sharing this video please where can I find this case
Can you download the saved video feed wirelessly too?
thanks for the video. Considering using this as a birdbox camera. Will the camera work while it's being charged?
is there a better camera that could be simply swapped to get a better fps / rez?
I love the practicality of this design 👍
Did he talk about how he defeated a deauth attacks?
The ESP32 Based Boards can connect via Ethernet as well
This seems promising though I think I see a flaw...what's the stop someone from deauthing those cameras? I would suggest something that had the ability to record internally so if it got knocked off wifi it could keep a local cache recorded internally and feed that to the main system once it got wifi again or simply allow direct access to it's recording if it never does get connected again for any reason. It would me a smart criminal would knock out the wifi cameras thinking they won't be recorded as a result but in reality the cameras are still doing their job recording everything they are doing anyway. I have no idea how you would pull something like that off with that device but it is something I've been thinking about when it comes to doing a similar setup.
Check out the Reolink E1 Pro .... uses RTSP for local stream and no need for the cloud .... also has on board SD card for local recording to the camera in case wifi signal is lost or jammed. Just use Blue Iris for recording on the computer.
Is there a camera module that support IR night vision? I can't find one for the ESP32.
If nothing else, looking at the pictures it seems like it might be possible to unscrew the lens and remove the IR filter off of those, in a more or less hacky manner. That's if they are filtered at all.
What would be the best/easiest/cheapest way to power this with a small solar panel? How small? I need to keep an eye on my chickens, a shed and the front gate (which I hope isn't too far from my cabin. I'm not experienced with electronics, but I can solder and/or ruin multi-meters.
I have been wanting for someone to do a system that is self contained and free from outside hacking for "secure" camera security. Not that I have so much to protect I am just paranoid when it is known that something allegedly secure can be compromised by the hacking criminal mind, which just leads to a feeling of what is the point. Thanks for a simple low cost solution.
Anybody have any idea about the power consumption? How long does that battery last?
I am trying to make this and I can not see the cam view. Is this an extra setup that needs to be done? I see the cam is online but how to view it?
Interesting and thought provoking.
GLiTcH videos are subscribable 👍😎
Heck, I even stayed for the Sponsors spot!
Glytch... rock on brah! epic vid. You got this.
whats the Running time for a full charge?
@William Hucke your judge is high I think. This depends on the esp activity level... Could be a day or two especially since it's running an entire esp operating system with no deep sleep
can you make it ONVIF so my NVR will work with it?
Can you safely power it with a 18650 battery, which has a nominal voltage of 3.7?
The ACROBOTIC CP2102 isn't available to buy??
Maybe it's only unavailable for Australian residents.
So what if we aren't using a pi and we are using a vm. Can we do this with and arduino?
Hey, good show! Thank you!
Did I hear you say you can use coax cameras and convert it into digital? I still have 6 Defender coax cameras that I would like to use in Home Assistant. Do you have suggestions?
Will ESPhome show more than one camera on a single screen?
What is the amperage of the battery cell ?
Hi Glytch, do you have separate video on how you setup the ESP32 cam?, thanks
How would one convert the lens to a wide angle or fisheye?
@@tactileslut Interesting, didn't consider clip lens. I found another rabbit trail looks like there are OV2640 with 120º and 160º FoV on aliexpress for $6-7.
could you use 2 or 3 them dollartree solar lamp solar pannels on it to keep it charged on its own?
Hey i was wondering if the cams are for sale @ hak5??? I would love to purchase asap please let me know. Thank U
Is there a way that you can add a solar cell to charge the battery? This could allow the device to be located outside and self charge and run in perpetuity. It would be a stand alone security camera. Maybe you could print a little bit larger housing and make it water-proof. What do you think?
Cool project, not sure how useful it is though since there's no PIR or deep sleep. I'd guess the maximum battery life is significantly less than 1 day?
I wonder if a small solar charger like on calculator would power this or at least keep the battery lasting longer?
Cool. Can we jailbreak existing cams so we don't have to do the hardware part?
could you have this module do 2 or more things other than the camara feed. for example, like turn on a relay for front porch light and another for lock/unlook the door or you need independent modules for each task?
I wonder what 3d printer Glytch uses.
@@Glytch Cool, thanks for the info.
Do you have a parts list? These are perfect for reconnaissance.
If you freeze-frame at 8:09, your password is plainly visible :p I hope this is intentional, for honeypotting ;)
have you got a STL file to print the case ?
Would love a motion sensor version... to minimise the data...
GREAT VIDEO .. thanks for the info.. Oh, and I wish to share something with you, you said that little resistor kept sticking to your soldering iron, I watched a video of installing an antenna, the guy never used a soldering iron.. he used a heat gun it wasn't holding it on with much solder.. and nudged it with tweezers.. then he heated fluxed etc. and installed the other part and heated it with the heat gun too. kinda cool. considering he didn't use an iron .
Yay, you're in my feed again! First time i've seen a Hak5 video in my feed in years, i've been subscribed and ding'ed the little bell too.
Someone who understands how dangerous clouds could be. Like and subscription
Thanks for the video. What’s the battery life like on these?
Is it possible to enable motion detection without pir sensor
I am your new subscriber and fan. Thank you for your time and effort in sharing your wisdom. Best Regards.
Will the ESP32 module support 802.1x? In your example it looked like you were using WPA2 which isn't very secure.
I have been wanting to get a cloud free solution like this for some time. One that was more secure then what's out there and it's cool you have a solution. The only thing i don't like is having to get the parts and make it myself and that programing it isn't easier for the general person. I would love Something like this already made with a much easier solution for programing/seeing them up, with the good/better security then with what's currently on the market.
I'd buy something like that off the hak5 shop for a better price then what's on the market. That's what has kept me from getting any currently on market is the lack of cloud free and better security with them. I'd would love it being real product on the hak5 shop so I could buy it.
I bet if you tried you could build a camera yourself as demonstrated in the video. It's pretty much plug and play. The "programming" isn't really coding, but more of uploading a file.
Crazy how I just went to my local BB about a month ago while doing holiday shopping and asked if there was any decent wifi motion detecting cameras that did not require internet!
Someone could so easily create a startup of this info here I am wanting to believe!!!!!
Next time if the 0 ohm sticks after de soldering it, just put a solder blob on the pad where you want 0 ohm to be and you are good.
Thx for the video
There is a fake video I saw a few minutes ago of a guy dissembling a smart phone and soldering its lens to a mini-board and battery and then sending a signal from that device to his phone to make a button camera...Do you have the knowledge to make your own button camera that can record 1080p video? I'd like to do this myself. Any book or video tutorial on how to do this would be much appreciated
How long the battery lats?
Nice video to bad I can't find an instruction video on how to change the resistor to use the external antenna since this is the hardest part.
Could someone clarify whether this would also work as an uninterrupted power supply to the esp? Basically if I have this device streaming while connected through usb and power cuts out, will it switch to battery without shutting down or will it shutdown? or is esp in this case only meant to be used from the battery?
how long does the battery last?
How long does that battery lasts?
How did you setup the gui?
Hey I have a question can I use alpa wireless WiFi instead of pineapple?
This is something we have been struggling with as well. Following this project series closely
Is it possible to add a DHT22 sensor to one of the GPIO pins? I attempted it but not sure if there are some pins reserved for the camera or if I don't have enough amperage to powerr the sensor
What cheap cameras would you recommend for those with no electronics skills or equipment?
What is the max distance on these and are the night vision capable?