Hi,
I'm trying to do some very fast ADC sampling with at least 200kHz sampling rate.
Utilizing only ADC1, with Oneshot mode driver, I was able to obtain analog data in ~30 us. With Continuous mode driver, using very small conversion frame size, it was feasible but super unsteady; when I do some hard ...
Search found 4 matches
- Thu Apr 10, 2025 12:49 am
- Forum: General Discussion
- Topic: ~5us ADC read using ESP32-S3
- Replies: 2
- Views: 159
- Sat Mar 08, 2025 5:11 pm
- Forum: General Discussion
- Topic: BLE Multiple Instances
- Replies: 4
- Views: 876
Re: BLE Multiple Instances
I found a solution that will be the worst but works. I just saved multiple MAC address in NVS memory and load the target MAC address that will be used (before BLE init). Simply restarting and set another MAC address will switch the instance.
- Thu Mar 06, 2025 12:21 pm
- Forum: General Discussion
- Topic: BLE Multiple Instances
- Replies: 4
- Views: 876
Re: BLE Multiple Instances
Thanks for your fast reply.
This is actually the exact thing what I want, and this is the expected case when the central performs disconnection (and it works well). However, when I disconnect using esp_ble_gap_disconnect(), after starting advertising it reconnects automatically to the previously ...
This is actually the exact thing what I want, and this is the expected case when the central performs disconnection (and it works well). However, when I disconnect using esp_ble_gap_disconnect(), after starting advertising it reconnects automatically to the previously ...
- Thu Mar 06, 2025 2:18 am
- Forum: General Discussion
- Topic: BLE Multiple Instances
- Replies: 4
- Views: 876
BLE Multiple Instances
Hello.
Using Bluedroid, is it possible for peripheral BLE device have multiple BLE instances, so I can connect the peripheral to multiple centrals. It doesn't need to connect centrals concurrently, just switching communication from one central to another is OK.
If possible, how can I implement that?
Using Bluedroid, is it possible for peripheral BLE device have multiple BLE instances, so I can connect the peripheral to multiple centrals. It doesn't need to connect centrals concurrently, just switching communication from one central to another is OK.
If possible, how can I implement that?