Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
raspagerc9000 [2018/10/10 09:49] df2et [Software and Software issues] |
raspagerc9000 [2026/01/30 14:13] (aktuell) dj7lc Fix urls |
||
|---|---|---|---|
| Zeile 156: | Zeile 156: | ||
| * Pin 6: SWAct | * Pin 6: SWAct | ||
| * Pin 7: MasterConn | * Pin 7: MasterConn | ||
| + | |||
| + | {{ :c9000:c9000leds.png?nolink&600 | Pinout for Fron Panel LEDs}} | ||
| These LEDs indicate if UniPager is connected to the Master (MasterConn) and when its active (SWAct). The corresponding LEDs are not controlled by UniPager directly. You have to use the extra python script called unipagerled.py. It is sufficient to use the preset from the example in the config (/etc/unipagerledconfig.py): | These LEDs indicate if UniPager is connected to the Master (MasterConn) and when its active (SWAct). The corresponding LEDs are not controlled by UniPager directly. You have to use the extra python script called unipagerled.py. It is sufficient to use the preset from the example in the config (/etc/unipagerledconfig.py): | ||
| Zeile 162: | Zeile 164: | ||
| Two resistors (330R) are already present on the PCB (see R10 and R11). The two LEDs can be mounted on the fron panel of the Base Station Controller. | Two resistors (330R) are already present on the PCB (see R10 and R11). The two LEDs can be mounted on the fron panel of the Base Station Controller. | ||
| + | |||
| + | {{ :c9000:c9000frontpanelleds.jpg?nolink&600 | Front Panel LEDs}} | ||
| ==== Temperature Monitoring ==== | ==== Temperature Monitoring ==== | ||
| The RasPagerC9000 PCB is already prepared for easy implementation of a temperature monitoring of the C9000. It is done by cheap DS18x20 OneWire temperature sensors. In order to activate the built-in support for OneWire temperature sensors in the Raspbian software, add the following line tho ''/boot/config.txt'' | The RasPagerC9000 PCB is already prepared for easy implementation of a temperature monitoring of the C9000. It is done by cheap DS18x20 OneWire temperature sensors. In order to activate the built-in support for OneWire temperature sensors in the Raspbian software, add the following line tho ''/boot/config.txt'' | ||
| Zeile 207: | Zeile 211: | ||
| </code> | </code> | ||
| - | Change the part where the localhost entry is given a a useful name of your C9000. The example here is ''c9000.db0sda.ampr.org''. | + | Change the part where the localhost entry is given a a useful name of your C9000. The example here is ''c9000.db0sda.hamnet.radio''. |
| <file> | <file> | ||
| # a simple host tree | # a simple host tree | ||
| - | [c9000.db0sda.ampr.org] | + | [c9000.db0sda.hamnet.radio] |
| address localhost | address localhost | ||
| use_node_name yes | use_node_name yes | ||
| Zeile 314: | Zeile 318: | ||
| #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf | #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf | ||
| - | [c9000.db0sda.ampr.org] | + | [c9000.db0sda.hamnet.radio] |
| address localhost | address localhost | ||
| use_node_name yes | use_node_name yes | ||
| Zeile 327: | Zeile 331: | ||
| # telnetting to localhost, port 4949 | # telnetting to localhost, port 4949 | ||
| # | # | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| </file> | </file> | ||
| Zeile 368: | Zeile 372: | ||
| # telnetting to localhost, port 4949 | # telnetting to localhost, port 4949 | ||
| # | # | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| # A list of addresses that are allowed to connect. This must be a | # A list of addresses that are allowed to connect. This must be a | ||
| Zeile 574: | Zeile 578: | ||
| define service{ | define service{ | ||
| use generic-service-rwthafu | use generic-service-rwthafu | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| service_description PA Temperature | service_description PA Temperature | ||
| check_command check_nrpe_1arg!check_PA_temp | check_command check_nrpe_1arg!check_PA_temp | ||
| Zeile 582: | Zeile 586: | ||
| define service{ | define service{ | ||
| use generic-service-rwthafu | use generic-service-rwthafu | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| service_description C9000 Temperature | service_description C9000 Temperature | ||
| check_command check_nrpe_1arg!check_C9000_temp | check_command check_nrpe_1arg!check_C9000_temp | ||
| Zeile 616: | Zeile 620: | ||
| https://github.com/phl0/C9000PADummyDisplay | https://github.com/phl0/C9000PADummyDisplay | ||
| - | The author has some PCBs to sell at cose. Please contact DF2ET if you are interested. | + | The author has some PCBs to sell at cost. Please contact DF2ET if you are interested. |
| The 7-segement display is supported by the C9000PADummy Arduino code. To activate it you have to compile the code with | The 7-segement display is supported by the C9000PADummy Arduino code. To activate it you have to compile the code with | ||