Search found 5 matches

by TVA_VAE
Wed May 29, 2024 8:23 pm
Forum: ESP-ADF
Topic: 4 channels output from ESP32
Replies: 6
Views: 9542

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...
by TVA_VAE
Tue May 21, 2024 3:05 pm
Forum: ESP-ADF
Topic: 4 channels output from ESP32
Replies: 6
Views: 9542

Re: 4 channels output from ESP32

MRamone wrote:
Thu Feb 09, 2023 6:02 am
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!
Any update from someone on this topic?
by TVA_VAE
Mon Oct 16, 2023 3:10 pm
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 25
Views: 21056

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
by TVA_VAE
Sun Nov 29, 2020 4:05 pm
Forum: ESP-IDF
Topic: BLE Multiple Services
Replies: 2
Views: 3965

Re: BLE Multiple Services

Searching same thing.
by TVA_VAE
Sun Nov 29, 2020 3:16 pm
Forum: General Discussion
Topic: [TW#12341] BLE characteristics value read/write operations
Replies: 6
Views: 12007

Re: [TW#12341] BLE characteristics value read/write operations

Same problem here... (with the table example and auto updates).