Search found 2 matches

by Al_daespexplorer
Sun May 26, 2024 9:19 pm
Forum: ESP-IDF
Topic: Creating I2S TX and RX channels on two I2S ports
Replies: 0
Views: 439

Creating I2S TX and RX channels on two I2S ports

I'm facing an issue with I2S Simplex mode on the ESP32S3, specifically when configuring two I2S ports for RX and TX separately. According to the documentation , this setup should be feasible. When I configure only the RX port, it functions correctly. However, upon adding and setting up the TX port, ...
by Al_daespexplorer
Thu Nov 02, 2023 3:43 am
Forum: ESP-IDF
Topic: ESP-BLE-MESH How to bind all the models received in composition data to the default AppKey?
Replies: 1
Views: 531

ESP-BLE-MESH How to bind all the models received in composition data to the default AppKey?

Hi smart people, I am very new to ble mesh networking, and I am playing with esp32s3-devkitc-1 boards. I reviewed the vendor_client/vendor_server and onoff_client/onoff_server examples provided by ESP as part of the ESP-IDF. I chose esp-idf framework over arduino framework. What I want to achieve is...