forked from kniuk/DIY-Head-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
60 lines (47 loc) · 3.01 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
DIY HeadTracker GUI / firmware change log:
Version 1.09 (March 2020 - Jacek Wielogorski - RCGroups 'kniuk')
- Added support for 8MHz version for Arduino mini Pro board (as BT receiver)
- Added pause support over bluetooth, proper debouncing of the button and retransmission of button press if no acknowledgement
- Added compile option for Quanum Head Tracker hardware ( pin assignement different than modern recomended setup with BT support)
- compile options to support HM10/HM11 bluetooth modules
- fixed center pulse/servo position: it was 1450us instead of 1500us
- some minor tweaks (see description in .ino file)
- (TO DO ) add HM10/HM11 modules to solder instructions
Version 1.08 (November 2019 - Alexander ELtsyn - RCGroups 'AE_')
- Fixed Windows 10 lockup issue
- Fixed saving settings instability due to sporadic Arduino receive buffer overflow
- Calibration wizard fix due to suppressed range overflow exception
- Chart type selection (HT Angles / HT Output) implemented, requires FW v1.08+
- Other minor bugfixes
- UI facelifting to be nicer
Version 1.05 (April 2018 - Chris Stephens - RCGroups 'hangarspace')
- Firmware: Implementation of optional bluetooth link between a head-tracker module and an RC receiver module
- Extended HT parameters to include new 'bluetooth mode'
Version 1.04 (October 31st, 2013 - Mark Mansur)
- Firmware: Added an option in config.h to enable support for kristaps_r Fatshark goggle HT module (http://www.rcgroups.com/forums/showp...&postcount=573)
- Firmware: Fixed issue where roll settings weren't being persisted/restored
- Firmware: Fixed issue for PPM-in -> PPM-out being written to the appropriate channel value
- GUI; No changes
Version 1.03 (May 20th, 2013 - Mark Mansur)
- Firmware: changed format of response to firmware request
- GUI: Attempting to fix "hardware not found" issue for some users.
Version 1.02 (June 3rd, 2013 - Mark Mansur)
- Firmware: fixed bug (going back to v0.08 and earlier) where mag and acc offset storage didn't reset serial string parser
- GUI: Added retry to version retrieval. Makes for more robust initial connection to tracker.
- GUI: fixed calibration issue (Magnetometer and Accelerometer offsets are now reset before cal)
- GUI: new layout for efficiency and clarity
- GUI: added manual command field. Useful for debugging.
Version 1.01 (April 26th, 2013 - Mark Mansur)
- Firmware: added pause functionality to head tracker
- Firmware: code cleanup, commenting, refactoring, and optimization
- Firmware: changed some command structures
- Firmware: added command to retrieve settings from device
- Firmware: added version and command to retrieve it
- Firmware: added command for mag and accel calibration simplicity
- GUI: added automatic enumeration of COM ports, updated on a timer
- GUI: added functinality to retrieve device settings on connection
- GUI: added ability to export/import tracker settings to text file
- GUI: added calibration wizard
- GUI: code cleanup, optimization, refactoring, comments
Version 0.08 and earlier (2012 - Dennis Frie):
- Initial public releases