Search found 2 matches
- Wed Dec 15, 2021 4:32 am
- Forum: ESP32 Arduino
- Topic: Is there an ADC GPIO I can use on the ESP32-CAM to read and LDR?
- Replies: 2
- Views: 7064
Re: Is there an ADC GPIO I can use on the ESP32-CAM to read and LDR?
You can simply not use the LDR, since the ESP CAM's OV-2640 has just under 2 million light sensors built-in :lol: Just initialise the camera in greyscale at the lowest possible resolution, iterate over each (or some) of the pixels of the image, to get an average pixel brightness value. From this you...
- Sat Nov 20, 2021 9:31 pm
- Forum: General Discussion
- Topic: Can ESP32 Power Up Directly Into Deep Sleep?
- Replies: 0
- Views: 2681
Can ESP32 Power Up Directly Into Deep Sleep?
I am planning a project which involves an ESP32 being powered by supercapacitors, which are charged by a small solar panel. The ESP will be deep sleeping mostly, only waking occasionally. I am planning on using an LDO regulator for the 3.3v rail of the ESP, so that I can get the widest voltage range...