Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (37 loc) · 1.55 KB

SweetZpot-DataFlow

A simple Mac app with the ability to connect to multiple SweetZopt BLE devices, 
reading Strain and HeartRate data and also to write the data to CSV file.

  • Home screen - By default starts scanning for BLE devices and lists the available devices in range. User can click on the listed devices to connect and retrieve data, each selection will open in new window instance which lets eaily see and manage multiple connected devices.

  • Peripherial screen - Lets User see the live reading of data from the device and also displays relevant information such as connection status, battery percentage and firmware version of the connected device.

  • Write to CSV file - In the peripherial screen "start writing to CSV" button if pressed starts writing live sensor data to a file named as "UUID_Time" which will be stored in Documents directory in Mac Finder.

References