Hauptseite: Unterschied zwischen den Versionen

Aus AirSpaceWatch & More
Zur Navigation springen Zur Suche springen
Zeile 26: Zeile 26:
 
*[[reparse JSON flightdata]]<br>
 
*[[reparse JSON flightdata]]<br>
 
*[[FlowV8 EDAD json]] <br>
 
*[[FlowV8 EDAD json]] <br>
 +
 +
== Hardware Übersicht ==
 +
{| class="wikitable sortable"
 +
|-
 +
! Grafik !! Bezeichnung !! Preis (ca.) !! Bemerkungen
 +
|-
 +
| Bild || RPi4 || 45€ || braucht Lüfter
 +
|-
 +
| Bild || Antenne || 868 MHz Diapason || mit BIAS-Tee
 +
|-
 +
| Bild || BP-Filter || 50€ || gebraucht, z.B. Nokia
 +
|}
  
 
== Useful Bash snippets ==
 
== Useful Bash snippets ==

Version vom 30. September 2020, 06:58 Uhr

MediaWiki für AirSpaceWatch,Debian & More

AirSpaceWatch OpenSource Inhalt

OGN FrontEnd.png
MapASW.png

Vorbereitungen
- RPi 4 mit Rasbpian Raspberry Pi OS, Node-Red Webserver, rtl-sdr
- DVB-T Dongle: RTL2838UHIDIR o.ä.

- Dongle prüfen mit lsusb

- 868 MHz Antenne
- Bandpassfilter 868 MHz

- Lokale GSM Kalibrierung muss direkt nach Aufstellung der Antenne ohne Filter mit gsm_scan --gain 5 erfolgen

- BIAS TEE 5V USB

Hardware Troubleshoot

1 pi@raspberrypi4:~ $ lsusb | grep --color RTL #(DVB-T Anschluss prüfen)
2 pi@raspberrypi4:~ $ systemctl status ntp #(Zeit-Synchro)
3 pi@raspberrypi4:~ $ telnet locahost 50000 #(GSM Kalibrierung)
4 pi@raspberrypi4:~ $ telnet localhost 50001 #(rf-decode)
5 pi@raspberrypi4:~ $ lynx localhost:8080 #status des decoders
6 pi@raspberrypi4:~ $ lynx localhost:8081 #status von rtl-sdr


Node-Red Snippets

Hardware Übersicht

Grafik Bezeichnung Preis (ca.) Bemerkungen
Bild RPi4 45€ braucht Lüfter
Bild Antenne 868 MHz Diapason mit BIAS-Tee
Bild BP-Filter 50€ gebraucht, z.B. Nokia

Useful Bash snippets

AudioRender

Workbenches

Jupyter-Lab
ASW-Prototype
MatrixIO ws:Demo
ESP32-Demo
YTD-Demo

JavaScript Projekte

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

Sichere Hashverfahren

SHA-256/SHA-2/SHA-3?

Starthilfen