So to put it in a brief way. I am making a .net Maui application meant to receive info from a raspberry PI through bluetooth, which the application should hopefully be able to read, update the pointer and labels to the right value, and then send back either a positive or negative value in order to regulate the device that the Raspberry pie is controlling. The good thing is, the visuals are all lovely! Found a perfect UI guide and managed to set things up quickly and neatly as I desired. The issue is...I have 0 idea about how to make the rest. Any suggestion for places I could look for inspiration? Or just general tidbits of advice? I am a complete newbie to Maui, just to clarify.
#Maui Temperature App issues. Bluetooth and updating.
2 messages · Page 1 of 1 (latest)
Quickly create a C# application to read values from a Bluetooth Low Energy device. This application is a Dot.Net 4.7.2 console application that uses the Universal Windows Platform libraries to interact with Bluetooth LE. The specific device is a Wahoo Tickr heart rate monitor. Learn the basics of discovering devices, pairing a device and subscr...