Replies: 2 comments 3 replies
-
The samples for Bluetooth have enough done for you to look at. |
Beta Was this translation helpful? Give feedback.
-
Hi Allen, Did I miss something? For completeness here is what I tried with Shiny (following the managed approach):
|
Beta Was this translation helpful? Give feedback.
-
I am trying to connect to an Adafruit Bluefruit LE-UART Friend and read data from it in a Xamarin Forms project on Android.
I first did some tests with the Plugin.BluetoothLE and was able to connect and receive data with the physical devices (code provided below). But then I noticed that there is Shiny with all the nice benefits, and as I am still in the very beginning of my project, I would like to switch over to shiny.
I managed to connect to the device, but I cannot get the data receiving part working. Compared to the Plugin.BluetoothLE API there is so much more available, but partly the documentation is not yet available and the samples are still in todo state.
This is what I had in Plugin.BluetoothLE:
Can you provide a sample how to achive the same with Shiny?
Beta Was this translation helpful? Give feedback.
All reactions