Search found 2 matches
- Tue Oct 29, 2019 2:35 pm
- Forum: General Discussion
- Topic: ESP32 Cam dimming flash led
- Replies: 2
- Views: 15294
Re: ESP32 Cam dimming flash led
Hello, Schaggox ! Could you please share with the working code of internal flash light management? I broke my brain trying to toggle it on - in any ways, and only one way for now is to connect flash "-" contact to GND physically, with a knife... =( Seems like GPIO4 is binded with SD-Card-slot, and i...
- Tue Oct 29, 2019 2:30 pm
- Forum: ESP32 Arduino
- Topic: ESP32-CAM built-in flash light management
- Replies: 0
- Views: 5573
ESP32-CAM built-in flash light management
Hi! Guys please help to understand how to enable/disable that internal flash... I can manage with internal diode LED1 via GPIO33 just using digitalWrite(33, HIGH) - but that doesn't work with GPIO 4. As I understood GPIO4 is splitted somehow with an SD-Card slot. Point is I do not have the card itse...