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

Create GUI to interact with Nordic Thingy Mesh Demo

Hello dear Nordic Developer and Hobbyists,

first of all I would like to thank the developer team for the nice mesh demo. It functioned well and explicates the concepts of Bluetooth mesh in an easy and nice way. I had run the demo and also editted the codes to test it in localization with RSSI.

Now I wish to create an interface (GUI), at which the users can see how the whole thing is running. As I planned to place the Thingys (nodes) quite far apart, the interaction on a GUI is quite convenient. I hope to show on an interface how the light on each nodes being turned on. Previously I had worked with Model-View-ViewModel of Window Presentation Foundation (WPF).

My question is, since the mesh demo is coded in the environment of SEGGER Embedded Studio for ARM. How can I bind an interface to it? I did not managed to find a similar software like WPF for Segger Embedded Studio. Or should I convert the codes in SES so that I can function with WPF (in XAML) and Visual Studio (in C#)?

Had anyone done this before? Your help and insights are pretty much appreciated.

Thank you for your concern!

Best regards,

Related