RomanLut / hx-esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
56 stars 9 forks source link

Is there a way to turn off the LED flash?” #12

Closed wookis1113 closed 1 month ago

wookis1113 commented 1 month ago

hello i use esp32 cam module I setup and communication was successful but esp32 cam module's led goes too hot because it's always on is there any way to trun off? do i have to remover or replace it?

RomanLut commented 1 month ago

I suggest either unsolder or replace it with indication LED (any LED + 100 Ohm resistor). Flash LED is useless as is.

image

Also if you are building firmware yourself, you can disabled it by commenting out FLASH_LED_PIN:

https://github.com/RomanLut/hx-esp32-cam-fpv/blob/3b1d4c211783c7014cca0f1a995d7a23e3595b37/components/air/main.h#L43