-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Component Metric in BOM and Flashing Problems #28
Comments
Hi,
|
Hi, Thanks again! :) |
Hello, I followed the steps you provided and tested with several boards (I assembled 5), but I keep encountering the same error every time. I’m attaching the logs for reference. Do you know what might be causing this issue? Is there any other test I can try? Thank you! |
If the precompiled binary works and doesn't enter the weird reboot loop, it likely indicates a compilation error. Please try the attached frimware. To connect ESPBell to your WiFi, use a hotspot. |
Hello, It still doesn’t work. I tried installing the attached firmware on 2 boards, but no luck. I’ve tested both with ESPHomeWeb and using esptool. Here’s the output from esptool: Leaving... It doesn’t create a hotspot and generates the attached logs. I’m unsure what else to try at this point... |
|
PS: Enable "Erase befor upload" if exist in Arduino IDE |
Hi,
Yes, none of the binaries I’ve tested create a hotspot (the attached one, the repository one, and my custom one). Additionally, the YAML with my ESPHome configuration doesn’t connect to the configured Wi-Fi either.
I’ve tested the LED blink sketch, and it works (i mean xD). However, the serial output doesn’t provide any logs (nothing meaningful is printed).
Yes, it’s configurable between 3.3v and 5v, but the jumper is set to 3.3v. Once the binary is flashed, does the ESPBell require 3.3v or 5v through the socket for power? I’m using 3.3v... Thanks again for your support! |
Yes, it requires a 5v tough default connector " On programming header is marked 3v3" |
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:
Using the precompiled binary
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:
If I flash the firmware generated from the
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
The text was updated successfully, but these errors were encountered: