Hi,
We have a Gateway based on mediatek MT7688 MIPS 32bits architecture CPU, and we integrate an nRF523832 chip to acquire BLE packets.
The gateway uses OpenWrt OS, and communicates with the nRF52832 chip over UART using pc-ble-driver in my application.
I am using pc-ble-driver-connectivity-V4.1.1.
My problem is : in order to test the pc-ble-driver on the gatewen, i used the heart rate collector example, and when i start scanning, it is fine, i acquire packets (ble address, rssi, channel id ...etc), but after a while, the scan stops suddenly and i have these messages : "Status: 6, message: Target Reset performed , Status: 7, message: Connection active" .
i tried many times but the result is the same, the target restarts suddenly !
And the time between the application start and the target reset is completely random ! (20 seconds, 45 seconds , 10 seconds)
See the attached image for more details.
Any one have an idea why the target restarts suddenly ?
Thanks,