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

Custom BLE Client

The Master Control Panel uses the PCA10000 board loaded with a ME (Master Emulator?) firmware.

Is it possible to get the source code to this firmware in order to make your own BLE client, and in turn control it via an UART connection (from another microcontroller) as done through the PC USB ports?

Parents
  • The master emulator dongle PCA10000 is not a certified master device, and should only be used for debugging purposes to verify that your peripheral is running correctly in terms of characteristics/services/notifications etc is functional.

    There are some APIs available for PC usage (ideal for production testing for instance), but there is no API/firmware available to use this device as a connectivity chip in a embedded system.

Reply
  • The master emulator dongle PCA10000 is not a certified master device, and should only be used for debugging purposes to verify that your peripheral is running correctly in terms of characteristics/services/notifications etc is functional.

    There are some APIs available for PC usage (ideal for production testing for instance), but there is no API/firmware available to use this device as a connectivity chip in a embedded system.

Children
No Data
Related