Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Central (client) on PC source-code

Is there source code for a Central device running on a PC. (preference would be C++ (or C#))

Parents
  • Hello,

    Can you tell us a bit more about what you want to do (your use case)? Then I may provide some suggestions.

    Kenneth

  • Hi Kenneth,

    Thanks for your response..

    in general i would like to be able to run an own-build application on windows-10     (like the nRF Connect app im using on the mobile device)..   would be nice if Nordic would provide starters (template) source codes to do this.   In C++ or C#

    For now im developing some code using  'bleak' in python.  For now, i can Scan,. connect, and can discover Services, charateristics  and discriptors...    still working on the actual reading and writing's...  but this all   in python for now...    . This helps me to go back to the controller again nRf52480,    when i have this all working i probably step up to the nRf5340.

    The use case is just an acquisition system, to get 16-bit samples with a rate of 200Hz over a BLE channel.

    But would be nice to have code for a central (in C++ or C# ) directly on de PC.  (Not via a central in a dongle/or nrf-controler via USB) 

    Theo 

Reply
  • Hi Kenneth,

    Thanks for your response..

    in general i would like to be able to run an own-build application on windows-10     (like the nRF Connect app im using on the mobile device)..   would be nice if Nordic would provide starters (template) source codes to do this.   In C++ or C#

    For now im developing some code using  'bleak' in python.  For now, i can Scan,. connect, and can discover Services, charateristics  and discriptors...    still working on the actual reading and writing's...  but this all   in python for now...    . This helps me to go back to the controller again nRf52480,    when i have this all working i probably step up to the nRf5340.

    The use case is just an acquisition system, to get 16-bit samples with a rate of 200Hz over a BLE channel.

    But would be nice to have code for a central (in C++ or C# ) directly on de PC.  (Not via a central in a dongle/or nrf-controler via USB) 

    Theo 

Children
Related