/Designs/Measuring_instruments/GeoMet01A/TODO.txt
File deleted
/Designs/Measuring_instruments/GeoMet01A/DATA/GeoMet01_2013-09-06.log
File deleted
===================================================================
--- Measuring_instruments/GeoMet01A/DATA/logger.sh (revision 3285)
+++ Measuring_instruments/GeoMet01A/DATA/logger.sh (revision 3284)
@@ -2,7 +2,7 @@
#sudo picocom /dev/ttyUSB0 |
while [ 1 ]; do
if read line; then
- echo -n "$line $(date +%Y-%m-%d-%H-%M-%S.%N) \n\r" | tee -a ./GeoMet01_$(date +%F).log
+ echo -n "$line $(date +%Y-%m-%d-%H-%M-%S.%N) \n\r" | tee -a ./$(date +%F)_$1.log
fi
done
/Designs/Measuring_instruments/GeoMet01A/PrjInfo.txt
1,12 → 1,16
//
// Toto je popisný soubor pro popis obsahu adresáře (příklad)
//
 
[InfoShortDescription.en]
Geological multimeter
Simple digital thermometer
 
[InfoShortDescription.cs]
Geologický multimetr
Jednoduchý digitální teploměr
[InfoLongDescription.en]
This instrument measures several variables (temperature, humidity magnetic field values) and displays its on LCD. Measured variables is send over serial interface too - this feature is useful for logging.
This thermometer reads the temperature from DS18B20 sensor and displays it on LCD in Kelvin degrees.
 
[InfoLongDescription.cs]
Zařízení měří několik veličin (teplotu, vlhkost a magnetické pole) naměřené veličiny pak zobrazuje na LCD displeji a zároveň odesílá na seriový port - to umožňuje i záznam měřených hodnot.
Snímá teplotu pomocí čidla DS18B20 a zobrazuje ji na LCD ve stupních Kelvina.
[End]