-
Notifications
You must be signed in to change notification settings - Fork 122
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
Compile Error with esp-idf Framework #72
Comments
Meanwhile, I have at least verified that the XIAO ESP32C3 devise is "physically" suited for this task. It's a really minimalistic setup, with just one pull-up resistor for RX, and one capacitor at the power input. And the ESP itself of course... |
This issue is not really related to the ESP32C3 device. The good news is that we don't need esp-idf (I don't...). Lack of success led me back to the arduino framework, and I have found a config that successfully compiles p1reade for the Seeed Studio XIAO ESP32C3 - with the arduino framework. :) The trick was not to use the dedicated name for the board: p1reader.yaml (sorry for sensor names in Swedish...)
|
Compiling p1reader for a SeeedStudio XIAO ESP32C3 with the "esp-idf" framework fails.
I recently got a Wemos D1 device up and running fine with your p1eader. Very nice... But I want a device with external antenna, so I wanted to try to make this work with a XIAO ESP32C3.
I got this error when compiling using the "esp-idf" framework. I first tried to compile with the default arduino framework, but it it doesn't seem to support the UART component for ESP32C3.
I get the following error when compiling: (log file attached)
The essential parts of my config: (yaml file attached)
I'm running this with ESPhome "stand alone", without Home Assistant on a Debian 11 system. My Home Assistant is running on a raspberry Pi 3b+, and it has issues with incompatible compiler for ESP32C3 in the "esp-idf" framework (riscv32-esp-elf-gcc -- broken)
Compiling with just the UART component but without p1reader.h, works fine.
log-esp32c3-p1reader_esp-idf.txt
elmataren_yaml.txt
The text was updated successfully, but these errors were encountered: