aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2017-05-17 12:33:17 +1000
committerGitHub <[email protected]>2017-05-17 12:33:17 +1000
commit4f9e738501cc7151d244aa183d661314bf00d930 (patch)
tree297ca292edc8cb2818b6a2bc139b3b83e736c64c /README.md
parentfcaf909a546278a0823781fce4afa6d2c1b32f40 (diff)
downloadIronOS-4f9e738501cc7151d244aa183d661314bf00d930.tar.gz
IronOS-4f9e738501cc7151d244aa183d661314bf00d930.zip
Update Readme to add link to releases page
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0a45ad8b..08dac878 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,26 @@
# TS100
This is a complete open source re-write of the software for the ts100 soldering iron.
+This project is feature complete for use as a soldering iron, but is still open to ideas and suggestions.
-This was started to remove the need for USB for changing system settings.
-The software has similar functionality to the original firmware.
+This project was started to remove the need for USB for changing system settings.
+In the latest official firmware they have also added a settings menu system, so it is still worth comparing the two firmwares to select your preferred option.
## Features Working
* Soldering / Temperature control
-* Full PID Iron Temp
+* Full PID iron temperature control
* Adjusting temperature
* Automatic sleep
* Motion wake support
-* Basic settings menu
+* Settings menu
* Input voltage UVLO measurement
* Saving settings to flash for persistence
-* Improved GUI
+* Improved GUI Fonts
* Use hardware I2C for communications
* Can disable movement detection if desired
-## Features still to be implemented
-* Manual Temp Calibration
# Upgrading your ts100 iron
-This is completely safe, if it goes wrong just put the .hex file from the official website onto the unit and your back to the old firmware :)
+This is completely safe, if it goes wrong just put the .hex file from the official website onto the unit and your back to the old firmware. Downloads for the hex files to flash are available on the [releases page.](https://github.com/Ralim/ts100/releases)
1. Hold the button closest to the tip, and plug in the USB to the computer.
2. The unit will appear as a USB drive.
@@ -42,4 +41,4 @@ This menu can be accessed as shown in following flow chart, in the settings numb
# Version Changes:
V1.02
- Adds hold both buttons on IDLE to access the therometer mode.
- - Changes the exit soldering mode to be holding both buttons (Like original firmware). \ No newline at end of file
+ - Changes the exit soldering mode to be holding both buttons (Like original firmware).