Skip to content

Commit f8215cf

Browse files
committed
add readme file to tools section
1 parent cebef8a commit f8215cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tools/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration Tools
2+
3+
## tino2cal_v02.py
4+
This is a python3 script that allows to connect to a TiNo2 and to configure it. Configuration Data are stored in EEPROM and are password protected. The user can choose a password at compile time. The password ist set in the sensoe sketch. In order to ease access, I have stored the standard password in the python skript which is used when starting the script with the -pwd commandline option. Sensor sketches are configured with 57600Bd Baudrate and receiver sketches are configured with 230400Bd Baudrate. The MSDos .bat files demonstrate a typical command line call of this tool.
5+
The .cfg files are typical configurations for sensors and the receiver.
6+
Please see the Documentation for Details.
7+
8+
9+
## tino_log.py
10+
This python3 Script connects to a TiNo2 receiver and stores the received sensor data in a .csv file.

0 commit comments

Comments
 (0)