Hi,
We have worked with building a raspberry pi system that uses a nRf52832 dev kit board and the pc-ble-driver-js code to scan and connect to our bluetooth devices. This has worked well so we decided to use our custom nRF52832 board. Our board uses a different pin set for the Rx and Tx pins (20 and 16 respectively) while from what I've seen in the devZone the dev kit board uses the UART pins P0.08, P0.09, P0.10, and P0.11. The question I have then is if it is possible to recompile the pc-ble-driver and pc-ble-driver-js code to accommodate these different pin settings? Looking through the pc-ble-driver source code I only see the RX_PIN_NUMBER mentioned in the sdk***_connectivity patch files. Yet I don't see them set or used when I compile hex files or the drivers themselves. We would like to build the driver code to accomodate our boards pin lay outs and continue to use the pc-ble-driver code since it has been easy to use and get the project built on. Let me know if you have more questions.
Thanks,
Derek Wooters