Hello,
First of all, i work with Linux Mint (Ubuntu 16.04) on my PC. For the WIndows Tools i do use Virtualbox on a Win7 system (can this cause any problems?)
i do my first steps with insightSIP 1507 Development Kit ( nRF52832) and followed the instructions in their Application note step by step.
But already with the first example Application, the "ble proximity example" I have got a lot of issues.
When i follow the instructions from insightSIP I should use Master Control Panel for testing the example application. But Master Control Panel did not work. I always receive the Message "no response from master emulator". Master emulator is a PCA10031 Dongle.
- I did perform "flash programming" directly out of "Master Control Panel" several times i also did perform "erase all" and and program the hex file with nRF Studio.
But nothing changed.
In the DevZpne i found the hint, that it is also possible to test the examples with nRF Connect. With WIn7 on virtualbox this did not work at all. It failed already while programming the Dongle with the newest connectivity firmware.
But running nRF Connect v2.3.0 directly on my Linux Host system ) worked a little better.
- The nRF51 Dongle was recognized and connectivity firmwar was downloaded
- i could scan for devices
- The Nordic_Prox device is found immediately and it is possible to connect.
- But when i try to pair with "perform bonding" enabled,it runs into the next issue. I always receive the error message "Failed to reply security parameters. (NRF_ERROR_INTERNAL)"
I tried it with..
- self compiled hex file from Keil_V5
- self compiled hex file from SEGGER Studio
- precompiled hex file from example directory
The behaviour is always the same.
I already searched DevZone and found several posts with issue about this error message, but i did not find a working solution for my case.
Anyone with an idea what i am doing wrong?
Thank you in advance