menu

The Shack

Sunday, 9 May 2021

Spiderweb 2.0: new release

Ciao a tutti!
Ho scritto questa applicazione per aggiungere un' web  interfaccia web a DXSpider e mostrare gli spot presenti sul cluster. 


Ora  la release 2.0 "Tarantola" è stata rilasciata.

Thursday, 12 March 2020

DX Cluster

E' on-line il mio DX Cluster


Per potervi accedere:


Potete trovare i sorgenti dell'interfaccia WEB al seguente link: https://github.com/coulisse/spiderweb
La vera parte core è stata realizzata installando DXSpider: http://www.dxcluster.org/
Il software è installato su un "micro" server su Microsoft Azure.
DX Cluster is on-line


For access:


You can find the web interface sources at the following link: https://github.com/coulisse/spiderweb
The core cluster is done installing DXSpider: http://www.dxcluster.org/
The software is installed on a "micro" server on Microsoft Azure.

Sunday, 3 September 2017

GDX: DX Cluster viewer for GNU/Linux

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.




 Potete trovarlo su GitHub
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.




 You can find it on GitHub

Saturday, 26 November 2016

CQhana


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 

Download CQhana
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 

Download CQhana
In order to execute CQhana, you need to start CQrlog before and gnuplot 5.0 (or greater) must be installed on your system.

Sunday, 18 September 2016

Arduino CW Decoder

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

ed a seguire anche questo:
http://iv3ogt.altervista.org/Homebrew/cw_decoder/ 

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:
Download IU1BOW CW Decoder





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

I was inspired from other similar project on the net, first of all this:
http://skovholm.com/cwdecoder

and also from this:
http://iv3ogt.altervista.org/Homebrew/cw_decoder/ 

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:
Download IU1BOW CW Decoder





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


Sunday, 17 January 2016

AV-640

Ed ecco qui la mia nuova verticale  Hi-Gain AV-640


La sto provando un questi giorni... buona, anche se lo spazio è quello che è, fosse in un campo aperto andrebbe certamente meglio!

Here my new vertical antenna  Hi-Gain AV-640


I'm trying it... good, but not excellent... also because the room is little; it would be better to place the antenna in an open field!

Friday, 11 December 2015

Solar activity / Attività solare

Uno strumento di facile interpretazione, per la previsione del ciclo di attività solare:



Ulteriori grafici ed inicazioni possono essere trovati al seguente link: sidc.be
A simple tool for the activity sun cycle forecast:



You can find more charts at the following link: sidc.be

Tuesday, 8 December 2015

eQSL Magnet

Era da un po' che volevo farlo, perché ero stufo di scaricarmi manualmente le eQSL dal relativo sito web, una per una, perdendo molto tempo.

Quindi ho creato una estensione per Firefox "eQSL Magnet", che potete scaricare dal seguente link (al momento disponibile solo per GNU/Linux):


eQSL Magnet
Qui invece potete trovare l'Help

E' ancora una versione alfa e c'è molto da fare, ma chiunque può modificarla e svilupparla.
 



Download eQSL manually from the website it's quite boring and I lost a lot of time

So i made a Firefox extension "eQSL Magnet", that you could download at the following link (at the moment only for GNU/Linux):


eQSL Magnet
Here you can find the Help

This is yet an alfa version and a lot of work need to be do, anyway everyone could work on the sources
 



Friday, 9 October 2015

Report for CQRLog


CQRlog è un logger avanzato per Radioamatori disponibile per sistema GNU/Linux, che si interfaccia direttamente con la radio.
Una delle sue funzionalità è quella di generare un report html / adif estraendo il log dal proprio database.


Siccome per esigenze particolari, avevo bisogno di avere un log testuale e di ricevere lo stesso via mail, ho sviluppato un semplice script perl che permette di farlo.
Potete scaricarlo direttamente da sourceforge.net
Download Report_for CQrlog



CQRlog is an advanced hamradio logger for GNU/Linux, that could be connected directly with the rig.
An important function is that is it possible to extract from its database a html report or an ADIF with the contacts log.


Since for my personal requirements, I need a textual log and want receive it by mail, I made a simple perl script that do it.
You can download it from sourceforge.net
Download Report_for CQrlog


Friday, 1 May 2015

40 mt dipole

Visto che ora il palo di sostegno c'è (quello usato per la cobwebb), ho pensato di utilizzarlo per appenderci un semplicissimo dipolo per i 40 metri a V invertita.

Ecco qui il particolare del balun 1:1, realizzato con tubo in PVC, seguendo gli schemi indicati qui

Per quanto riguarda la lunghezza dei fili, ci sono moltissimi link in rete che possono aiutare per il calcolo. Per esempio questo.


Purtroppo, lo spazio è poco e la realizzazione è stata un po' un compromesso, non è molto alto da terra e l'angolatura tra i due fili, non è simmetrica.

Performance:
L'unica antenna con cui è stato possibile fare un raffronto, è con la EFHWA multibanda (10-20-40), montata slope. Si nota subito che il dipolo è migliore, avendo almeno 1 - 2 punti S in più. Comunque sono riuscito a parlare in Australia, quindi sono soddisfatto... mi sà che tolgo la EFHWA.

Since now I've the pole (the same used for the cobwebb), I used it also for hang a simple 40 mt inverted vee, dipole.

Here the detail of the balun 1:1; I made it with a PVC tube, following these schemes here

Concerning the wire length there are many links over the net, that can help to get right measures. For example this.


Unfortunately, the room is little... so it is not very high and the angle between the wire is too tight.

Performance:
the only antenna wherewith I made a comparison is the sloping multiband (10-20-40) EFHWA. I immediately notice that the dipole is better with 1 - 2 S more then EFHWA. With this dipole i spoke with Australia and so I'm satisfied ... I'm going to remove the EFHWA.

Monday, 27 April 2015

Cobwebb 2!

Dopo una mattinata di lavoro, la ricostruzione dell'antenna cobwebb è terminata.




ecco un particolare del fissaggio delle diagonali. Al centro sono presenti due tubi di alluminio, in cui sono infilati i sostegni per i pomodori...



Performance:
La prima impressione è che le performances non siano eccezionali, quantomeno non sono superiori ad un dipolo. In ogni caso ho lavorato Stati Uniti e Nuova Zelanda (anche se quest'ultima con un  55)
After work for a morning, the re-build of the cobwebb antenna is finished.




here a detail of the fastening of the diagonal rods. At the center there are two alluminium tubes and inside that are threaded the tomato rods...



Performance:
The first impression is that the performances are not exteme, not more than a dipole. However I connected the USA and New Zeland (this one with 55)

Sunday, 19 April 2015

Cobewebb:down!

La cobwebb (10-12-15-17-20 metri) è terminata... la parte più noiosa è stata mettere i controventi al palo, ma alla fine è andata su.



Dopo pochi giorni è nevicato ed il risultato è stato un disastro. I tubi in PVC non hanno retto e si è accartocciata!

Così sconfortato, ma non vinto ho deciso di rifarla; curiosando un po' nei vari negozi di "fai da te", alla fine ho optato per comprare delle canne di bamboo, utilizzate normalmente come sostegni per i pomodori. Queste canne sono molto sottili, sono lunghe  1,80 mt e sono ricoperte da uno strato protettivo di pellicola plastica.

Ecco l'antenna in fase di ricostruzione




the cobwebb (10-12-15-17-20 metri) is finished... the most boring part was join the upwinds to the mast , but at the end I put it up.



After few days, It was snowed and it was a disaster. The PVC tubes didn't endure the weight and the antenna is falling

So disheartened , but not won , I decided to do it again ; browsing a bit ' in shops in " do it yourself" , in the end I opted to buy the bamboo canes, used as tomato supports. These canes are very thin, 1,80 mt long and covered by a thin plastic film.

Here the antenna during rebuild




Sunday, 14 December 2014

Cobwebb

E' iniziata la costruzione, dell'antenna in questione, seguendo quanto indicato a questo link:
http://www.karinya.net/g3txq/cobweb/

Ho assemblato il balun, le piastre per il sostegno e le canne (in pvc) per la crociera.

Spero di terminare la costruzione a breve ed essere on-air per Natale!

Seguiranno foto.
The built is started, following the instruction at this link:
http://www.karinya.net/g3txq/cobweb/

I made the balun, the plates for support the PVC tubes.

I hope to end the construction, and to be on-air for Xmas!

I'll post some photographs

Friday, 22 August 2014

Stazione

Di seguito vi descrivo la mia stazione

Siccome ho conseguito la patente di radioamatore a novembre 2013, per Natale mi sono regalato un FT-897D della Yaesu.

Al FT-897 ho collegato il pc (un eeepc della Asus, con s.o. Lubuntu), tramite interfaccia CAT e con interfaccia per i modi digitali (secondo le gentili indicazioni fornite da I6IBE http://www.radioamatoripeligni.it/i6ibe/pdf/cat.pdf)

Il software utilizzato è CRQLOG (per il log) e FLDIGI (per i modi digitali)

Ho inoltre collegato un s-meter esterno autocostruito, descritto nel seguente articolo:
http://www.radioamatoripeligni.it/i6ibe/pdf/ftmeter.pdf

Antenne:
Come antenna ho installato da subito una EFHWA autocostruita per i 20 mt e successivamente ho aggiunto una EFHWA multibanda 10-20-40 mt, descritta al seguente link: http://pa3hho.wordpress.com/antennes/multiany-band-end-fed-english/


Per le bande 2 metri / 70 cm per ora ho costruito la seguente antenna:
http://www.qsl.net/na4it/dbgp.html