Search found 26 matches
- Sat Oct 31, 2020 1:55 pm
- Forum: Hardware
- Topic: Power Consumption
- Replies: 0
- Views: 1592
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...
- Tue Oct 27, 2020 5:57 pm
- Forum: Hardware
- Topic: Micro usb power supply esp32 cam
- Replies: 5
- Views: 6186
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
was wanting to go for a cheap option but I am fine with this
- Tue Oct 27, 2020 12:13 pm
- Forum: Hardware
- Topic: Micro usb power supply esp32 cam
- Replies: 5
- Views: 6186
Re: Micro usb power supply esp32 cam
Here are a couple pictures of my setup
- Tue Oct 27, 2020 12:11 pm
- Forum: Hardware
- Topic: Micro usb power supply esp32 cam
- Replies: 5
- Views: 6186
Re: Micro usb power supply esp32 cam
Here are a couple pictures of my setup
- Tue Oct 27, 2020 12:10 pm
- Forum: Hardware
- Topic: Micro usb power supply esp32 cam
- Replies: 5
- Views: 6186
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...
- Mon Oct 26, 2020 10:24 pm
- Forum: Hardware
- Topic: Micro usb power supply esp32 cam
- Replies: 5
- Views: 6186
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.
- Sat Aug 10, 2019 5:57 pm
- Forum: ESP32 Arduino
- Topic: Uploading Image file to AWS SE bucket?
- Replies: 3
- Views: 5405
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.
- Fri Aug 09, 2019 10:27 pm
- Forum: ESP32 Arduino
- Topic: camera images to base64?
- Replies: 1
- Views: 3996
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?
What is the best solution for storing and sending images from the camera?
- Thu Jun 27, 2019 7:40 pm
- Forum: General Discussion
- Topic: ESP32 sd card mount fail after deep sleep
- Replies: 5
- Views: 10041
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.
- Thu Jun 27, 2019 6:31 pm
- Forum: General Discussion
- Topic: ESP32 sd card mount fail after deep sleep
- Replies: 5
- Views: 10041
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...