-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Configuration Tools | ||
|
||
## tino2cal_v02.py | ||
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. | ||
The .cfg files are typical configurations for sensors and the receiver. | ||
Please see the Documentation for Details. | ||
|
||
|
||
## tino_log.py | ||
This python3 Script connects to a TiNo2 receiver and stores the received sensor data in a .csv file. |