Hauptseite: Unterschied zwischen den Versionen

Aus AirSpaceWatch & More
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
'''Hardware Troubleshoot'''<br>
 
'''Hardware Troubleshoot'''<br>
 
<syntaxhighlight lang="bash" line='line'>
 
<syntaxhighlight lang="bash" line='line'>
lsusb #(DVB-T Anschluss prüfen)
+
pi@raspberrypi4:~ $ lsusb #(DVB-T Anschluss prüfen)
 
pi@raspberrypi4:~ $ systemctl status ntp
 
pi@raspberrypi4:~ $ systemctl status ntp
telnet localhost 50001 #(rf-decode)
+
pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
lynx localhost:8080
+
pi@raspberrypi4:~ $ lynx localhost:8080
lynx localhost:8081 #status von rtl-sdr
+
pi@raspberrypi4:~ $ lynx localhost:8081 #status von rtl-sdr
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Version vom 13. September 2020, 14:50 Uhr

MediaWiki für AirSpaceWatch,Debian & More

AirSpaceWatch OpenSource Inhalt

Vorbereitungen
- RPi 4 mit Rasbpian, Node-Red Webserver, rtl-sdr
- DVB-T Dongle
- 868 MHz Antenne
- Bandpassfilter 868 MHz
- BIAS TEE 5V USB

Hardware Troubleshoot

1 pi@raspberrypi4:~ $ lsusb #(DVB-T Anschluss prüfen)
2 pi@raspberrypi4:~ $ systemctl status ntp
3 pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
4 pi@raspberrypi4:~ $ lynx localhost:8080
5 pi@raspberrypi4:~ $ lynx localhost:8081 #status von rtl-sdr

Useful Bash snippets


JavaScript Projekte

PLOPP - ein Zeitvertreib :)
POING - ein Pong Clone in js
HeiseNews - aus dem Newsfeed geparst
ScreenBlanker - Bildschirmschoner im Browser

Starthilfen