hello everyone,
I am currently doing an project that is hoping to achieve this result: nrf52840 connect to my phone or connect to my computer via ble, then there will be a microphone in my nrf52840, I can use it record some audio file down, and then those audio file supposed to be transfer to the device that I connect via ble (audio file transfer to my phone or computer).
I have try to finish that connect my nrf52840 to my phone or computer via ble, and also try to finish that nrf52840 can record the audio file and transfer to computer by GATT, now how to conbined these two both together?
Do you guys have any sample code that would recommended my to study?