Hello,
I am using armv7 architecture and trying to run the pc-ble-driver-js/examples/heart_rate_collector.js script using nrf52840 as central and another nRF52840 evaluation kit as peripheral with heart_rate_monitor.js example. We are facing an issue of the script getting stuck on the adapter open.
Cross-compiling pc-ble-driver-js v2.7.2 on raspberry pi 2 has the same architecture and setup works fine but doing so on a custom board, the script is stuck at:
bash-5.0# node heart_rate_collector.js /dev/ttyACM0 v5
Opening adapter with ID: and baud rate: 1000000...
There is no error message nor any more debugs printed.
I am trying to understand why my com port is not opening and scanning has not started.
Thank you
Sakib K