-
Notifications
You must be signed in to change notification settings - Fork 249
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
When I try to use the ESP32-S3-BOX 3 display and Bluetooth together, whether it's bluedroid or nimble, I get an error with the touch controller, for example:
E (950) lcd_panel.io.i2c: panel_io_i2c_rx_buffer(136): i2c transaction failed
E (950) TT21100: esp_lcd_touch_tt21100_read_data(197): I2C read error!
E (950) TT21100: esp_lcd_touch_new_i2c_tt21100(109): TT21100 init failed
E (951) TT21100: Error (0xffffffff)! Touch controller TT21100 initialization failed!
I (951) gpio: GPIO[3]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff at 0x42009036
--- 0x42009036: bsp_display_indev_init at D:/Espressif/factory_demo/managed_components/espressif__esp-box/esp-box.c:387
file: "./managed_components/espressif__esp-box/esp-box.c" line 387
func: bsp_display_indev_init
expression: bsp_touch_new(((void *)0), &tp)
Is it possible that there are conflicts on the I2C SDA/SCL pins?
Best regards,
Rosen