Skip to content

Commit 71dc646

Browse files
author
Mich
committed
Update README.md
1 parent b5d2b25 commit 71dc646

File tree

3 files changed

+16
-53
lines changed

3 files changed

+16
-53
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Universal serial monitor with data plotting capabilities, based on [Qt](https://www.qt.io/). Designed with all sorts of [Arduino](https://www.arduino.cc/) projects in mind, as a handy tool for debugging and experimentation :)
1111

12-
![mainwindow](/docs/_screenshots/mainwindow.png)
12+
<img src="https://raw.githubusercontent.com/mich-w/QtSerialMonitor/master/docs/_screenshots/Sines3.gif">
1313

1414
**Features:**
1515

@@ -19,11 +19,25 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
1919
- Printer support, ability to save graph as image,
2020
- Read/write ".txt" data logs,
2121
- many more...
22-
---
22+
2323
<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/v1.2/QtSerialMonitor_1.2_win_x64.zip" download>Download QtSerialMonitor_v1.2_win_x64</a>
2424
-
2525
---
2626

27+
**Work in progress:**
28+
29+
30+
31+
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view
32+
and a simple 3D scene containing an object rotating accordingly to received roll,
33+
pitch and yaw values, representing the sensor's orientation),
34+
35+
- "What’s this ?" popups for less obvious widgets,
36+
37+
- Improvements, fixes etc.
38+
39+
----
40+
2741
***Notes:***
2842

2943
* The app uses a custom-written parser, which searches the incoming message for plottable data in form of label-value set. At the moment, all labels and values **must be separated with a whitespace** in order to be recognized. Its possible to use separators like "=" and "," - parser will be replace them with whitespace before processing. If no label is found, a generic name will be used i.e. "Graph 0".*

docs/_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)