Search found 6 matches

by mgsscorr1
Thu Feb 07, 2019 4:46 pm
Forum: ESP-ADF
Topic: Issues with voice activity detection
Replies: 3
Views: 6231

Re: Issues with voice activity detection

Hello krzychb, While attempting to run the VAD example, it has come to my conclusion that the "Voice" activity detector fires with any and ever sound that occurs. Through testing of every single combination of the following settings VAD_MODE_#, VAD_SAMPLE_RATE_HZ, VAD_FRAME_LENGTH_MS Nothing seems t...
by mgsscorr1
Thu Dec 13, 2018 8:59 pm
Forum: ESP-ADF
Topic: ESP_BT device bonding
Replies: 0
Views: 2773

ESP_BT device bonding

Hello, I am looking into BT bonding for A2DP. Is there an ESP api being created to enable the btc_dm_sec_evt which calls functions for bonding in the Bluedroid code set. From how what ive seen, the a2dp and avrc api's can be used to similarly create the DM api. Before i go in that direction of attem...
by mgsscorr1
Tue Dec 11, 2018 4:04 pm
Forum: ESP-ADF
Topic: Transferring AMR files from ESP32 to phone application
Replies: 0
Views: 2822

Transferring AMR files from ESP32 to phone application

Hello, I am looking for a method on how to transfer AMR Files over BLE. Would it be as simple as using a custom GATT services to transmit all the data from the file on the SD card. Would there be a need for any structuring of the data before sending or would that be more on how the app receives the ...
by mgsscorr1
Mon Nov 26, 2018 9:35 pm
Forum: ESP-ADF
Topic: AMR record and playback loop error
Replies: 1
Views: 3909

AMR record and playback loop error

Hello, I am attempting to put together the record and playback examples for AMR. after i got both working together, i Wanted to run record and playback multiple times. My issue is that i have added a counter for the file naming, but when i go to play the any recording other than the first recording ...
by mgsscorr1
Thu Oct 18, 2018 5:05 pm
Forum: Hardware
Topic: md5 Error while flashing ESP32-WROVER
Replies: 7
Views: 11364

Re: md5 Error while flashing ESP32-WROVER

I am running into the same issues using the Lyra-TD MCS. I have tried everything that has been suggested but cant seem to resolve the issue.

Anyone have any idea of how to fix this issue on the Lyra-TD?
by mgsscorr1
Wed Aug 22, 2018 7:42 pm
Forum: ESP-IDF
Topic: ESP32 BLE Notify only working on Initial service
Replies: 1
Views: 3187

ESP32 BLE Notify only working on Initial service

Hello, Im having issues with being able to use the notify property for all services. I have currently set up my code to produce 2 services. Both services are used to transmit sensor data. For some reason even when i send the data on the separate Service, all notify data is only being seen on the fir...