User Tools

Site Tools


wiki:systeme_mana:peripherals

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
wiki:systeme_mana:peripherals [2020/09/07 15:46]
ghi [Localization]
wiki:systeme_mana:peripherals [2022/04/15 13:14] (current)
gat [Other LEDs]
Line 79: Line 79:
  
 ==== Temperature ==== ==== Temperature ====
 +
 +<​note>​Note that [[https://​en.wikipedia.org/​wiki/​Lm_sensors|lmsensors]] library can also be used to extract temperature from Firmware 4.2 and above</​note>​
  
 === CPU temperature sensor === === CPU temperature sensor ===
Line 84: Line 86:
 All Wirnet™ Gateways have a temperature sensor in their CPU. To read the sensor output: All Wirnet™ Gateways have a temperature sensor in their CPU. To read the sensor output:
 <code bash> <code bash>
-cat /sys/class/hwmon/hwmon0/temp1_input+cat /sys/class/thermal/thermal_zone0/temp
 </​code>​ </​code>​
  
Line 158: Line 160:
  
 On Wirnet iStation: On Wirnet iStation:
-  * power LED is the green LED under the power button +  * power LED is the green LED (left) ​under the power button 
-  * status LED is the red LED under the power button+  * status LED is the red LED (right) ​under the power button 
 + 
 +On Wirnet iZeptoCell:​ 
 +  *power and status led are one bi-color LED 
 +  *this LED is represent with the power symbol
  
 ==== Other LEDs ==== ==== Other LEDs ====
Line 200: Line 206:
  
 ++++ ++++
 +++++
 +Wirnet iZeptoCell ​ |
 +
 +There are 3 LEDs on the Wirnet iZeptoCell:
 +  * LED 1 : Power/​Status (represent with the power symbol)
 +  * LED 2 : Backhaul (represent with the screen symbol) ​
 +  * LED 3 : LoRa Traffic (represent with the radio wave symbol)
 +
 +^ Status ^  Backhaul LED  ^
 +| **WMC - Not connected (2)**   | <fc #​ff0000>​Red</​fc>​ |
 +| **WMC - During connection (2)**   | <fc #​008000>​Green blinking </fc> |
 +| **WMC - Connected (2)**   | <fc #​008000>​Green </fc> |
 +
 +^ Status ^  LoRa traffic ​ ^
 +| **Boot** ​  | <fc #​ff0000>​Red</​fc>​ |
 +| **Packet forwarder - Rx (1)** | <fc #​008000>​Green blinking </fc> |
 +| **Packet forwarder - Tx (1)** | <fc #​ff0000>​Red blinking </fc> |
 +
 +(1): This LEDs behavior is only available in the packet forwarder provided on this wiki.
 +(2): This LEDs behavior is only available when Wanesy Management Center is used.
 +
 +++++
 +
 +==== LEDs management ====
 +
 +It is possible to manage LEDs in some scripts, to make it blinking for example.\\
 +Here some scripts examples with LED path and management:
 +  * In [[wiki:​keros_custo:​sw_updates#​specific_files | usb.autorun specific file]]. ​
 +  * In [[wiki:​keros_custo:​scripts | Initialization scripts]] wiki page.
wiki/systeme_mana/peripherals.1599486370.txt.gz · Last modified: 2020/09/07 15:46 by ghi