Hello there,
I've been struggling to find a way to read IMU values from my custom PCB. This PCB sends a notification as shown in this image:
My main objective is implementing a python code that makes my nRF51 DK connect to this device and read its characteristic:
I've been trying to program the DK to read from this characteristic and send any bytes received (I'm sending 12 bytes from my custom PCB) via uart so I can just read from my computer as it comes with a python program that reads from the COM port. I found this post but I'm not really understanding how to tell the program which device needs to connect to and which characteristic I want to read.
I would be grateful if someone could give me clear directions about what needs to be done or let me know about another post that may be helpful.
Thank you :)