User Tools

Site Tools


config_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
config_manager [2019/02/22 00:09]
sq3plx
config_manager [2019/02/28 08:49]
sq3plx
Line 49: Line 49:
  
 This selects a type of digital thermometer connected to rear panel THERMO input and it allows to correctly compute the temperature based on binary measurements. This selects a type of digital thermometer connected to rear panel THERMO input and it allows to correctly compute the temperature based on binary measurements.
 +
 +After making changes we can restart the Direwolf daemon with following commands:
 +
 +<​code>​
 +root@nanopiduo:​~#​ service ulari-manager stop
 +root@nanopiduo:​~#​ service ulari-manager start
 +</​code>​
 +or restart whole ULARI Radio Interface with:
 +<​code>​
 +root@nanopiduo:​~#​ reboot
 +</​code>​
 +
 +=== Data gathered by ulari-manager ===
 +
 +ulari-manager reads sensor data from Atmega microcontroller and stores them in temporary files:
 +  * /​tmp/​ulari-exttemp - THERMO input temperature measurement in binary format,
 +  * /​tmp/​ulari-exttemp-c - THERMO temperature converted to Celsius degrees based on number of bits defined in THERMOBITS parameter,
 +  * /​tmp/​ulari-vdet - input voltage in Volts.
 +Above files are generated by ulari-manager when run and are updated every 1 second.
 +
config_manager.txt ยท Last modified: 2019/02/28 08:49 by sq3plx