Skip to content
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

Installing on ESP32? #7

Open
buhralex opened this issue Sep 6, 2022 · 1 comment
Open

Installing on ESP32? #7

buhralex opened this issue Sep 6, 2022 · 1 comment

Comments

@buhralex
Copy link

buhralex commented Sep 6, 2022

I'm trying to get this to run on a ESP32 DevKit V4.
ESPHome compiles and installs the code without problems but the ESP32 keeps crashing on boot.

Any Idea on how I could fix that or what the problem is?
I tried using 2 different ESP32 boards just in case one is broken but the result is the same.

[14:09:52]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[14:09:52]configsip: 0, SPIWP:0xee
[14:09:52]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[14:09:52]mode:DIO, clock div:2
[14:09:52]load:0x3fff0018,len:4
[14:09:52]load:0x3fff001c,len:1044
[14:09:52]load:0x40078000,len:8896
[14:09:52]load:0x40080400,len:5828
[14:09:52]entry 0x400806ac
[14:09:53][I][logger:214]: Log initialized
[14:09:53][C][ota:461]: There have been 4 suspected unsuccessful boot attempts.
[14:09:58][D][esp32.preferences:114]: Saving preferences to [14:09:58]

I changed the first lines of the yaml to match my ESP32.

esphome:
name: uart_dietrich
platform: ESP32
board: az-delivery-devkit-v4
includes:
- dietrich.h

@chobott
Copy link

chobott commented Dec 16, 2022

Same problem.....i can try Wemos 8266 and crashing boot too...

miha303 added a commit to miha303/esphome_dietrich that referenced this issue Oct 3, 2023
* fix compilation for new home assistant

* increase size of output string to match actual size after conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants