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

How to create a nRF52832 client that can send and receive data to/from another ble device?

I have the nRF5_SDK_15.0.0_a54641a files but I cannot for the life of me interpret the examples such that I can Frankenstein working code. 

I am attempting to write integers (so 4 bytes) to a BLE device and then read back an integer. (the integer read back will depend on what was written). However I can't find a read nor write function anywhere. Furthermore the examples  seem to inadvertently obfuscate the basic functionality of how to use the nRF52832 as a BLE client. Could someone please point me to some example code that is clear and concise? 

Thanks for your time.

Related