Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During the last last weeks I'using the display board from Gution with lvgl9-demo they offer for downlaod. It works until I try to add a sensor and include Wire-library. Then I got the error
i2c: CONFLICT! driver_ng is not allowed to be used with this old driverSo at the moment I use a seperate ESP32-P4 board without display. My idea is to write some sketches, that use i2c_master. For the moment I'm successful with BMP585 module.
Next sensor on my list is SHT45. First I look for an Arduino-example, that is using Wire-library. I found a simple one called "ArtronShop_SHT45" [(https://github.com/ArtronShop/ArtronShop_SHT45/tree/main)].
For my suprise I see in serial monitor this line:
[I][esp32-hal-i2c-ng.c:112] i2cInit(): Initializing I2C Master: num=0 sda=6 scl=5 freq=100000That is a new driver, that uses i2c_master in the end?
But why? Wire.h/Wire.cpp doesn't include esp32-hal-i2c-ng.c ...
Beta Was this translation helpful? Give feedback.
All reactions