Hauptseite: Unterschied zwischen den Versionen

Aus AirSpaceWatch & More
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:
 
pi@raspberrypi4:~ $ lsusb #(DVB-T Anschluss prüfen)
 
pi@raspberrypi4:~ $ lsusb #(DVB-T Anschluss prüfen)
 
pi@raspberrypi4:~ $ systemctl status ntp
 
pi@raspberrypi4:~ $ systemctl status ntp
 +
pi@raspberrypi4:~ $ telnet locahost 50000 #(GSM)
 
pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
 
pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
 
pi@raspberrypi4:~ $ lynx localhost:8080
 
pi@raspberrypi4:~ $ lynx localhost:8080

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 locahost 50000 #(GSM)
4 pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
5 pi@raspberrypi4:~ $ lynx localhost:8080
6 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