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

S132 serialisation command sequences

Hi, I'm evaluating a nRF52 as ble central - controlled from a windows pc.

Searching the forum I just found:

devzone.nordicsemi.com/.../

devzone.nordicsemi.com/.../

Those threads normaly end with - nordic doesnt support HCI,... use something like NimBLE,...

But what I'm really searching for is a documentation for the serialisation interface used by the pc-ble-driver since I have to port it to C#.

Other companies like TI provide tools wich output the command sequence as byte-code (e.g. BTool). Even nRFConnect 2.1.0. I sadly can't see what's going on behind the curtain. I also found there is something like "Master Control Panel" wich is capable of showing a logfile wich at least showes the issued "HCI commands" (sadly not as bytecode) - but it just seems to be for the nRF51 - so where do I find that for the nRF52?

regards

Parents Reply
  • Hi thanks Jorgen, the logfiles are quite helpfull - but it seems the bytecodes are not complete are they (e.g. ACK doesn't have any)?

    Btw. where can I find documentation on the handshaking needed for the pc-ble-driver? I've been reading somewhere that HW handshaking is disabled so the JSegger will enable it. Also from the ACK in the logfiles it seems there is some SW handshaking. Can it be disabled? From my observations the controler resets each time I set a breakpoint to debug the pc-ble-code heartrate code - so I suspect it's cause of missing the missing ACK from the driver?

Children
No Data
Related