Hi,
What I would like to do:
I'm attempting to compile pc-ble-driver connectivity firmware with S132 v5.0.0. Following the instructions on the pc-ble-driver repo on Github, this compiles connectivity firmware with S132 v5.1.0, but I need version 5.0.0.
The reason I need to do this:
The device I'm working with has OpenWrt on the main chip, and a cross-compiled version of pc-ble-driver "v5" where "v5" is ambiguous. With connectivity firmware 5.1.0 burned to the NRF52 chip, I sometimes get these strange errors when calling a pc-ble-driver function (like starting a scan):
Warning: Failed to receive response for command
Status: 4, message: Error sending packet to target. Code #3
These errors have no consistent pattern. Most of the time a call to scan works, and maybe once out of 20 attempts this error will occur. The odd thing is that I cannot replicate this behavior in my dev environment on my linux rig and PCA10040 devkit running S132 5.1.0. So I'd like to test if v5.0.0 on the production board's nordic chip to see if the pc-ble-driver version on the prod board is out-of-date. If my theory is wrong, please let me know! Thank you.