La vera parte core è stata realizzata installando DXSpider: http://www.dxcluster.org/
Il software è installato su un "micro" server su Microsoft Azure.
Avevo la necessità di avere gli spots segnalati sui cluster e poterli filtrare facilmente, senza dover scrivere manualmente comandi che venissero interpretati dal server remoto.
Così è nato GDX.
Questa applicazione, scritta in C con GTK 3, si collega al server remoto e riceve tutti gli spot; eventuali filtri vengono applicati solamente in visualizzazione, ma tutti gli spots continuano ad essere ricevuti.
I would receive DX cluster sposts and easly filter them, without writes commands on a telnet console.
So GDX was born.
This application, written in C with GTK 3, connects to the remote server and receive all spots; if a filter is selected it is applied only on display, but all spots are received and could be showed afterwards.
CQhana è stato scritto, per arricchire l'ottimo CQRlog, un logger avanzato per Radioamatori disponibile per sistema GNU/Linux, che si interfaccia direttamente con la radio.
Al suo interno sono già presenti alcune funzionalità di statistica, ma quello che serviva a me, era avere una visione di insieme su alcuni aspetti principali dei contatti effettuati.
Così è nato CQhana, un semplice script shell, che estrae i dati dal database Mysql di CQRlog ed effettua alcuni grafici di sintesi, riportandoli in un file di tipo PDF.
Di seguito qualche esempio di grafici generati:
Potete scaricarlo direttamente da sourceforge.net
Per poterlo eseguire è necessario che CQRlog sia avviato e che sul sistema sia installato gnuplot 5.0 o superiore.
CQhana was written in order to enrich the excellent CQRlog, an advanced hamradio logger for GNU/Linux, that can be connected directly to the rig.
CQrlog has some statistical functions, but what I need, is a global log analysis, for check the trending of my QSO.
So was born CQhana, a simple shell script, that extracts data from CQrlog Mysql database and make some sintetic graphis, reporting the result to a PDF file.
Below, some example:
You can download it from sourceforge.net
In order to execute CQhana, you need to start CQrlog before and gnuplot 5.0 (or greater) must be installed on your system.
Siccome avevo a disposizione una scheda Arduino comprata tempo fa, ho deciso di utilizzarla, per costruire un CW Decoder, da utilizzare con la mia radio.
Mi sono ispirato ad altri progetti presenti su internet simili, primo fra tutti questo: http://skovholm.com/cwdecoder
Il cuore del software è l'argoritmo di Goertzel che effettua la decodifica del segnale audio (nulla di mio), a cui ho aggiunto l'interfacciamento con il display TFT da 1,8 pollici su cui vengono visualizzate le lettere decodificate, il numero di parole al minuto ed inoltre viene visualizzato, in modo grafico il segnale ricevuto.
Schema
Sorgenti
Qui potete scaricare lo sketch Arduino:
la scatola.. è penosa!.. ma è solo un prototipo :-)
Prossimi passi
ho alcune idee per aggiungere una tastiera al progetto, in modo da poter anche codificare e trasmettere il codice morse.
Ecco le opzioni:
- interfacciamento via bluetooth con Android ed input da tastiera del cellulare
- tastiera mini ps2
- sostituire il video, con un touchscreen, per simulare la tastiera
Since I've an Arduino Uno, bought some time ago, now I decide to build a CW Decoder, to use with my radio
The core of the software is the Goertzel algorithm, that decodes the audio signal (it's not my own work), to which I've added the TFT 1,8'' interface. On the screen you can see all the decoded letters, the WPM and the audio signal graph.
The circuit
Sources
You can download the Arduino sketch from here:
The box is orrible!... but it's only a prototype :-)
Next steps
I've some ideas to add a keyboard to the project, in order to coding and send the morse code.
The options are:
- interfacing with bluetooth to Android and input from cellphone virtual keyboard
- mini ps/2 keyboard
- change this video with another touchscreen, in order to simulate a keyboard