How to create a BLE client?

Stefano

New member
Joined
Sep 30, 2022
Messages
2
Programming Experience
10+
Hello all,
How can I build, using c #, a BLE device to connect to a server device?
Anyone have an example to share?
I use windows 10 and SharpDevelop.
Thank you.
 
You'll need to provide more details. Is the BLE device even capable of running code compiled from C#? Is it running an OS that .NET can run on? Do you also need to write code on the service device? If so, is .NET supported on the OS running on that server?
 
Hi Skydiver,
Sorry I expressed myself badly.
I want to create a software in C# to connect and communicate with a BLE device.
The software must be something simple: a window with a button to connect. And then exchange information.
The server device has a microcontroller of the Nordic that I built.
I created an app to connect with the device. Now I want to create software on Windows.
Thank you
 
I created an app to connect with the device. Now I want to create software on Windows.
Why can't you just port (or best case just recompile) the app to run on Windows?
 
Back
Top Bottom