Hyun Paek

Results 4 issues of Hyun Paek

It seems that the status of the battery is being checked using esp32's ADC. However, I understand that esp32's ADC can receive input up to 3.3V. The 18650 battery is...

Is there a way to run it with Arduino that is not platformio based? The esp32-c6 I have is not supported by platformio, so I cannot debug it.

I wrote the config file as below. And when I run it, no screen appears. Did I write the config file incorrectly? ![image](https://github.com/user-attachments/assets/23714650-3674-44cc-a4c0-b6e0682a044d) below picture is collections jason file ![image](https://github.com/user-attachments/assets/afddddd8-a3dd-4805-8309-a5cb9c4a08c3)...

Current your code wakes up from sleep mode every hour. Even if information is not displayed due to various errors, it wakes up from sleep mode every hour. So what...