You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ShimmerBLE/MultiVerisenseExample/README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ The MultiVerisenseExample is used to connect and stream data from Verisense devi
3
3
4
4
## Prerequisites
5
5
Your Verisense device is already paired with the OS
6
+
6
7
**Please make sure ShimmerAPI and ShimmerBLEAPI are built successfully before running MultiVerisenseExample**.
7
8
8
9
MultiVerisenseExample is broken into the following projects, please refer to the Readme of each project for further info
@@ -15,14 +16,9 @@ MultiVerisenseExample is broken into the following projects, please refer to the
15
16
16
17
17
18
18
-
NOTE: The MultiVerisenseExample provides
19
-
- Connect to Verisense device(s)
20
-
- Streaming Accel data from Verisense device(s)
19
+
NOTE: When using iOS, there is currently a similar [problem](https://developercommunity2.visualstudio.com/t/XamariniOS-getting-FoundationMonoTouch/1610258?space=8) with the plot library when you don't use Visual Studio 17.0.0.
21
20
22
21
HOW TO USE:
23
-
- Add the uuid(s) for each of the device(s) that you want to connect to the variable List<string> uuids in MainPage.xaml.cs in the MultiVerisenseExample project
24
-
- Launch MultiVerisenseExample in Visual Studio (user expected to see these four buttons which are Connect Devices, Start Streaming, Stop Streaming and Disconnect Devices)
25
-
- Press Connect Devices button and observe the output in Visual Studio Output
26
-
- Press Start Streaming button and observe the output in Visual Studio Output
27
-
- After a few minutes or how long user want it to stream, press Stop Streaming button and observe the output in Visual Studio Output
28
-
- Press Disconnect Devices button and observe the output in Visual Studio Output
0 commit comments