Hallo guys,
i tried some hours to receive the microphone and some other data from the Thingy 52 on an nrf52840 evaluation board and write it to an SD-Card.
Everything works fine, i get the data on the BLE_GATTC_EVT_HVX event, but the package is just 20 bytes long and can't decode as ADPCM on my computer. However, in the iOS-App for the ADPCM package a 131 byte long frame is expected. Why i just receive the 20 bytes?
One of my ideas is, that in the Thingy Source-Code some other Decodes is activated, so I didn't receive the ADPCM data. (Softwareversion 2.1.0)
Thank you very much for you input.
Peter Zechel