Instalando una Tren-Tierra (UIC 751-3) en una Raspberry Pi con minimodem

Instalacion

sudo apt update

sudo apt install rtl-sdr minimodem -y

Arrancar

Parar servicios y/o dockers

sudo docker stop ultrafeeder

Lanzar el programa

rtl_fm -f 447.750M -M fm -s 22050 -g 450 | minimodem --rx -M 1500 -S 2300 600

Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 49.60 dB.
Tuned to 448003575 Hz.
Oversampling input by: 46x.
Oversampling output by: 1x.
Buffer size: 8.08ms
Exact sample rate is: 1014300.020041 Hz
Allocating 15 zero-copy buffers
Sampling at 1014300 S/s.
Output at 22050 Hz.
...


Ayuda

usage: minimodem [--tx|--rx] [options] {baudmode}
                    -t, --tx, --transmit, --write
                    -r, --rx, --receive,  --read     (default)
                [options]
                    -a, --auto-carrier
                    -i, --inverted
                    -c, --confidence {min-confidence-threshold}
                    -l, --limit {max-confidence-search-limit}
                    -8, --ascii         ASCII  8-N-1
                    -7,                 ASCII  7-N-1
                    -5, --baudot        Baudot 5-N-1
                    -f, --file {filename.flac}
                    -b, --bandwidth {rx_bandwidth}
                    -v, --volume {amplitude or 'E'}
                    -M, --mark {mark_freq}
                    -S, --space {space_freq}
                    --startbits {n}
                    --stopbits {n.n}
                    --invert-start-stop
                    --sync-byte {0xXX}
                    -q, --quiet
                    -R, --samplerate {rate}
                    -V, --version
                    -A, --alsa[=plughw:X,Y]
                    --lut={tx_sin_table_len}
                    --float-samples
                    --rx-one
                    --benchmarks
                    --binary-output
                    --binary-raw {nbits}
                    --print-filter
                    --tx-carrier
                {baudmode}
            any_number_N       Bell-like      N bps --ascii
                    1200       Bell202     1200 bps --ascii
                     300       Bell103      300 bps --ascii
                    rtty       RTTY       45.45 bps --baudot --stopbits=1.5
                     tdd       TTY/TDD    45.45 bps --baudot --stopbits=2.0
                    same       NOAA SAME 520.83 bps --sync-byte=0xAB ...
                callerid       Bell202 CID 1200 bps
     uic{-train,-ground}       UIC-751-3 Train/Ground 600 bps


Referencia

Advertencia importante

Las modificaciones, configuraciones y procedimientos descritos en este sitio pueden implicar riesgos técnicos, legales o de seguridad. El autor no se responsabiliza del mal funcionamiento de los equipos, daños permanentes, pérdida de garantía ni de posibles infracciones legales derivadas del uso de esta información.

El lector asume plena responsabilidad por cualquier acción que decida realizar basándose en el contenido de este blog.

© 2026 EA5JTT. Queda prohibida la reproducción total o parcial sin autorización expresa del autor.

No hay comentarios:

Publicar un comentario

Instalando Kismet en una Raspberry Pi

Kismet en una Raspberry Pi 3B con un dongle SDR es capaz de hacer de sniffer de: Wi-Fi Bluetooth   ISC en 433 MHz y 868 MHz Recepstor ADS-B ...