Howdy,
I have a bunch of ESP32-C6 boards (for my Somfy Glydea electric motors to control my curtains), the SparkFun Qwiic Pocket Development Board - ESP32-C6. Brilliant board so far.
However, the yellow LED. I think it is supposed to be for charging the battery - however I do not use the charging function at all. But my web server in one of my two different (se below) solutions, well it frequently flashes the yellow LED. And it is clearly depending on the load of what the ESP32 is doing. I think at least that is what it is showing, since it flashes when I send something to the web server from my Firefox browser (PC, win10).
BUT my challenge currently is to understand why it flashes more and more with the solution that supports OTA firmwar update.The one without just flashes the yellow LED when the board seems to do something - and that is why I think it shows the CPU load at say above 1.4w or so… Funny it is anyway…
Solution I have is a web server that controls three GPIO output’s for external LED diods - and the web server has three buttons: close/open/myposition. Each button is turning off all GPIO’s, then flashes (200 msec) one of the GPIO ports. No more. And yes there is a status page, and of course in the OTA version there is support for firmware update over WiFi. It is a rather small application, and not the critical at all - it just controls my curtains (all 8 of them - trust me, this ESP32 with a Web server per ESP32-C6 board is miles better than Somfy’s own solution…).
So ny ibky questions is: What is the blinking/flashing of the Yellow LED meant to show when there is no battery connected and then of course no battery charging going on…? CPU load? Current over a certain level? or what?