Search found 26 matches

by Daveyman123
Sat Oct 31, 2020 1:55 pm
Forum: Hardware
Topic: Power Consumption
Replies: 0
Views: 1530

Power Consumption

I'm thinking of making a cheap streaming camera. I want to get a cheap 1000 mah battery pack to power the streaming camera. Although I'm not sure if its worth it considering the 20 dollar Wyze indoor cam claims to be able to battery power for a month without recharging. What are some practical optio...
by Daveyman123
Tue Oct 27, 2020 5:57 pm
Forum: Hardware
Topic: Micro usb power supply esp32 cam
Replies: 5
Views: 5905

Re: Micro usb power supply esp32 cam

I guess I need to get a soldering iron and solder the breakout board. I'm 99% sure thats the problem

was wanting to go for a cheap option but I am fine with this :)
by Daveyman123
Tue Oct 27, 2020 12:13 pm
Forum: Hardware
Topic: Micro usb power supply esp32 cam
Replies: 5
Views: 5905

Re: Micro usb power supply esp32 cam

Here are a couple pictures of my setup
1279752B-C5C3-45DD-AE80-840B85D7882A.jpeg
1279752B-C5C3-45DD-AE80-840B85D7882A.jpeg (3.11 MiB) Viewed 5854 times
by Daveyman123
Tue Oct 27, 2020 12:11 pm
Forum: Hardware
Topic: Micro usb power supply esp32 cam
Replies: 5
Views: 5905

Re: Micro usb power supply esp32 cam

FADFDC2E-8D00-40F0-AC82-726CC3CF02D8.jpeg
FADFDC2E-8D00-40F0-AC82-726CC3CF02D8.jpeg (3.12 MiB) Viewed 5853 times
Here are a couple pictures of my setup
by Daveyman123
Tue Oct 27, 2020 12:10 pm
Forum: Hardware
Topic: Micro usb power supply esp32 cam
Replies: 5
Views: 5905

Re: Micro usb power supply esp32 cam

Thank you for the reply Spile, Two things might be the issue. My power supply is rated 2.5 amps Also The power supply is just sitting on the breadboard. No soldering Whenever I plug another power supply into the usb breakout I get different output. One is almost nothing and the other streaming gibbe...
by Daveyman123
Mon Oct 26, 2020 10:24 pm
Forum: Hardware
Topic: Micro usb power supply esp32 cam
Replies: 5
Views: 5905

Micro usb power supply esp32 cam

Why would powering the 5v pin with a wall plug in 5v micro usb not work? In other words I have plugged in 5v from the wall and it doesn’t work correctly.
by Daveyman123
Sat Aug 10, 2019 5:57 pm
Forum: ESP32 Arduino
Topic: Uploading Image file to AWS SE bucket?
Replies: 3
Views: 5226

Re: Uploading Image file to AWS SE bucket?

I would also like to find this solution. I dont know how to convert an image to binary64 yet though.
by Daveyman123
Fri Aug 09, 2019 10:27 pm
Forum: ESP32 Arduino
Topic: camera images to base64?
Replies: 1
Views: 3875

camera images to base64?

can I convert camera images to base64 for use with spiffs?

What is the best solution for storing and sending images from the camera?
by Daveyman123
Thu Jun 27, 2019 7:40 pm
Forum: General Discussion
Topic: ESP32 sd card mount fail after deep sleep
Replies: 5
Views: 9767

Re: ESP32 sd card mount fail after deep sleep

I was able to get my project to work using GPIO 13 pin D3 and a transistor and resistor to pull it down.
by Daveyman123
Thu Jun 27, 2019 6:31 pm
Forum: General Discussion
Topic: ESP32 sd card mount fail after deep sleep
Replies: 5
Views: 9767

Re: ESP32 sd card mount fail after deep sleep

The code you have posted forces GPIO4 to hold its value in this line: rtc_gpio_hold_en(GPIO_NUM_4); This pin is used for SD card interface. You need to un-hold it after deep sleep wakeup if you want to use the pin again. Hi igrr, I see your post on github about the ESP wrover and attaching an sd ca...