Search found 5 matches
- Wed May 29, 2024 8:23 pm
- Forum: ESP-ADF
- Topic: 4 channels output from ESP32
- Replies: 6
- Views: 11840
Re: 4 channels output from ESP32
One way to do it (might be the same as @thefury) is: Configure one of the I2S as slave then share the clock signal. The GPIO trick can be referred to from components/esp_driver_i2s/test_apps/i2s/main/test_i2s.c: i2s_test_io_config . After I2S finishes initializing GPIO, use esp_rom_gpio_connect_out...
- Tue May 21, 2024 3:05 pm
- Forum: ESP-ADF
- Topic: 4 channels output from ESP32
- Replies: 6
- Views: 11840
- Mon Oct 16, 2023 3:10 pm
- Forum: Hardware
- Topic: ESP32-S3 USB OTG - USB Hub support?
- Replies: 28
- Views: 29090
Re: ESP32-S3 USB OTG - USB Hub support?
Dear,
Any update yet? We also need USB hub support (to communicate to 6 devices behind the hub, if already possible).
Greetings
Any update yet? We also need USB hub support (to communicate to 6 devices behind the hub, if already possible).
Greetings
- Sun Nov 29, 2020 4:05 pm
- Forum: ESP-IDF
- Topic: BLE Multiple Services
- Replies: 2
- Views: 4208
Re: BLE Multiple Services
Searching same thing.
- Sun Nov 29, 2020 3:16 pm
- Forum: General Discussion
- Topic: [TW#12341] BLE characteristics value read/write operations
- Replies: 6
- Views: 12534
Re: [TW#12341] BLE characteristics value read/write operations
Same problem here... (with the table example and auto updates).