Search found 2 matches

by rainerseck
Sun Apr 11, 2021 2:02 pm
Forum: ESP-ADF
Topic: LyraT v4.3 crash using I2C adf + esp32-arduino Wire Library
Replies: 2
Views: 3773

Re: LyraT v4.3 crash using I2C adf + esp32-arduino Wire Library

After further attempts I realized that the GPIOS IO23 and IO18 executed on J22 are already used by the ADF framework when initializing the I2S interface. Thus an independent use of the IO18 and IO23 is apparently not possible. I tried to bypass the use of the IDF/ADF I2C/I2S driver by using the Slow...
by rainerseck
Thu Apr 08, 2021 3:52 pm
Forum: ESP-ADF
Topic: LyraT v4.3 crash using I2C adf + esp32-arduino Wire Library
Replies: 2
Views: 3773

LyraT v4.3 crash using I2C adf + esp32-arduino Wire Library

Hello, there is an issue Using "Arduino wire library using I2C crashes the board LyraT Board V4.3 " . I am using: idf: v3.3.5-14-g7c8602753 adf: v2.2-92-g59e5e02 esp32-arduino: V1.06 I am using the arduino u8g2 library which communicate via I2C with a display: a) #define I2C_SCL 23 #define I2C_SDA 1...