Ludovic BOUÉ
Ludovic BOUÉ
@Hedda What logs do you get in debug mode? I just tried ESPHome firmware 2024.3.1 with ESP32-S3-WROOM-1-N16R8 with a [AHT20](https://esphome.io/components/sensor/aht10.html) sensor and it works: I will use this sensor with...
Setting up AHT20 with ESP32-H2 works too:   ``` INFO Successfully uploaded program. INFO Starting log output from /dev/ttyACM0 with baud rate 115200 [21:38:51]\xf8\xf8\xf8\xf8x\x80\xf8\xf8\x80\xf8\x80\x80\x80\x80\x80x\xf8x\x80\x80x\x80x\x80\x80\x80\xf8\x80\x80xx\x80\x80x\xf8x\xf8x\xf8x\xf8\x80\x80xx\x80xxxxx\x80xx\xf8[0m [21:38:51]I (24) boot: compile time...
> Logger fix is not included in 2024.03.1 [esphome 2024.3.2](https://github.com/esphome/esphome/pull/6472) is coming
ESPHome (beta): 2024.4.0b1 is out with a fix: - AHT10: fix temperature-only operation; add warning/error messages [esphome#6405](https://github.com/esphome/esphome/pull/6405) by [@clydebarrow](https://github.com/clydebarrow)
I have ordered a copy of Core2 for testing. I should receive it next week.
I managed to make it work with the following setup: | LoRa Pin | Core2 GPIO | |----------|------------| | SPI_MOSI | 23 | | SPI_MISO | 38 | | SPI_CLK...
If you'd like to try it out: [M5Core2_LovyanGFX_1.1.16_part1_firmware.factory.bin.txt](https://github.com/user-attachments/files/17781011/M5Core2_LovyanGFX_1.1.16_part1_firmware.factory.bin.txt)
Touchscreen: Double-click Send position LONG_PRESS > 5s Shutdown
Would it be possible to resolve the conflict?
I am facing an issue building last commit : 552fe5fecb4c4c53e86576fca251ff8426790928 chef-microwave-oven-control.h:53:58: error: ‘GetOperationalStateInstance’ is not a member of ‘chip::app::Clusters::OperationalState’ ``` In file included from /home/user/connectedhomeip/examples/chef/common/clusters/microwave-oven-control/chef-microwave-oven-control.cpp:19: /home/user/connectedhomeip/examples/chef/common/clusters/microwave-oven-control/chef-microwave-oven-control.h: In constructor ‘chip::app::Clusters::ChefMicrowaveOvenDevice::ChefMicrowaveOvenDevice(chip::EndpointId)’: /home/user/connectedhomeip/examples/chef/common/clusters/microwave-oven-control/chef-microwave-oven-control.h:53:58:...