This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to make PC software like the Master Control Panel ?

Hi Nordic,

I want to develop a PC software that works as a master device which can scan for advertising packet, establish connection, etc. Basically, something similar to your master control panel, but for my proprietary profile.

Could you provide the Master Control Panel source code ?

Regards,

Frank

  • Hello Frank,

    When you download and install the Master Control Panel, the APIs and examples for developing PC software is also available by default at C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\

    You can find APIs for C# as well as several examples project support: Health Thermometer, HID, Proximity, etc.

    Please be noted that, the PCA10000 Emulator dongle is for demonstration purpose only. If you want to create a production device, you would need to use a proper BLE USB dongle. And you would need to use the APIs provided by the vendor of the USB dongle if your operating system doesn't natively support BLE.

    Hung

Related