Open piKolin opened 10 hours ago
Hi,
I will check the BOM discrepancies you reported for capacitors C3 and C5 and update the documentation accordingly. Thanks for pointing it out!
Regarding the flashing issue, "HATEST" is my test network, so please don't use the precompiled binary. Instead, generate a new firmware from your YAML configuration. I recommend using this method:
Hi,
Thank you for the detailed explanation! I'll give it a try tomorrow as it's already late here.
I'll get back to you with the results once I've tested it.
Thanks again! :)
Description of the Issue
BOM Error:
bom.xlsx
, it specifies the incorrect part name:Capacitor 0603_22uF_20%_6.3V_X5R - SMD/SMT ROHS
.bom.xlsx
, it specifies the correct MPN:CL10A226MQ8NRNC
bom.html
, it specifies the correct footprint:C_1206_3216Metric
, which does not match the provided part name inbom.xlsx
.Flashing Problems:
After assembling the board following the provided BOM, I tried flashing the firmware:
Code/ESPHome/Initial firmware/firmware_espbell-lite.bin
, the ESP repeatedly attempts to connect to the Wi-Fi SSIDHATEST
(which is unknown to me).The log shows the following loop:
Code/ESPHome/espbell-lite.yaml
file, the ESP enters a constant exception loop, and the device fails to boot properly.Log Excerpt (Precompiled Binary)
espbell-lite_precompiled_binary.log espbell-lite_yaml_binary.log