esphome / esphome/issues

esp32-c3 (LILYGO T-01C3 aka esp01 with esp32c3) boot issue after update with UART in config

Open
#3,924 13 comments 1 reaction 0 assignees View on GitHub
stale
Dominant language
No language data
Stars
313
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### The problem

This is serial log as the device does not become available on wifi
![image](https://user-images.githubusercontent.com/8813196/207894029-470cec0c-82a3-4c20-8285-5b420e8de03b.png)

Log after flashing on x64 system
![image](https://user-images.githubusercontent.com/8813196/207901006-de3ea723-6bf9-40a2-ad26-b2f0d7371e61.png)
it does boot and show as connect, but no webserver is up etc. (And yes, webserver is specified in the config)

### Which version of ESPHome has the issue?

2022.12.0 and also tried 2023.01.0.dev0

### What type of installation are you using?

Home Assistant Add-on

### Which version of Home Assistant has the issue?

2022.12.5

### What platform are you using?

ESP32

### Board

esp01-c3

### Component causing the issue

bluetooth_proxy?

### Example YAML snippet

_No response_

### Anything in the logs that might be useful for us?

Primary usage for the device is obis reading using

```
external_components:
- source: github://evlo/esphome_ZPA-ZE312
components: [obis]
refresh: 0s
```

### Additional information

I thought it might be related to bluetooth_proxy since I updated and enabled bt proxy at the same time, but even after removing bluetooth_proxy from config, it still does not boot properly.

Also pre 2022.12 I needed to build using
```
esp32:
board: esp32-c3-devkitm-1
framework:
type: arduino
version: 2.0.3
platform_version: 4.4.0
```

on arm64 (ha yellow)
but on x64 it was ok

with 2022.12 it builds with

```
esp32:
board: esp32-c3-devkitm-1
framework:
type: arduino
```

both on arm64 and x64, but resulting firmware does not boot for the checksum issue in the screenshot

With 2022.12.0 AND
```
board: esp32-c3-devkitm-1
framework:
type: arduino
version: 2.0.3
platform_version: 4.4.0
```
results is this thing
![image](https://user-images.githubusercontent.com/8813196/207902647-7a55b49b-afd7-477b-a491-9180df05e3ee.png)

**This only happens if UART component is in yaml config**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.