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

Can I port pc-ble-driver code directly to the NRF52840?

I have written several health device peripheral simulations on the pc using Visual Studio and the pc-ble-driver. There are a few bugs in the driver, but basically it works well. That means I make calls directly to the soft device, sd_* and do not use the SDK. Could I use the same code (clearly I would need to change timer code and things like that) to create a simulator that runs on the dongle or the development kit instead of the PC? In other words, can I make calls directly to soft device and skip the SDK?

Related