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

What would be the best BLE Library or Framework for Raspberry-pi to exchange with nordic

What would be the best BLE Library or Framework for Raspberry-pi to exchange with nordic?

I'm trying to get data from the NRF51's GATT data.
But there are no reference for how I can get data to PC. There are MCP and NRF-Connect PC version, but they are not for programming purpose.

I'd searched for Python, There are pygattlib (as written in Cpp) but I've having a huge problem with this.

Is there any Package or reference that nordic provides for programming for GATT?

Actually I think pygattlib doesn't have GAP Complete UUID Read function, so I must decide which device to connect with just Device Name.

Is there any package that Nordic Recommends for BLE?

(Progarmming Language doesn't matter, but personally prefer Python.)

Related