Search found 5 matches
- Wed May 29, 2024 8:23 pm
- Forum: ESP-ADF
- Topic: 4 channels output from ESP32
- Replies: 10
- Views: 24800
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 ...
- Tue May 21, 2024 3:05 pm
- Forum: ESP-ADF
- Topic: 4 channels output from ESP32
- Replies: 10
- Views: 24800
Re: 4 channels output from ESP32
Any update from someone on this topic?Wow!
Thank you for your answer, that is exactly what I would like to achieve.
Do you have your project documented somewhere? I would be very interested in having a look at the details,
Thanks!
- Mon Oct 16, 2023 3:10 pm
- Forum: Hardware
- Topic: ESP32-S3 USB OTG - USB Hub support?
- Replies: 28
- Views: 48928
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: 4591
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: 13838
Re: [TW#12341] BLE characteristics value read/write operations
Same problem here... (with the table example and auto updates).