Come riconoscere la polarizzazione dei moduli HB100
Ricordo che tutti i collegamenti fra radioamatori usano come standard la polarizzazione orizzontale.
Di conseguenza se alimentate l'LNB con 12V questo si posizionerà automaticamente sulla polarizzazione verticale.
Dovete, per evitare i classici 30Db di perdita ruotare l'LNB di 90°, il cavo deve uscire di lato.
Altrimenti usate uno stepUp coverter per alimentare l'LNB a 18 volt, in questo caso la polarizzazione sarà corrette con il cavo nella posizione standard, verso il basso.
Per info sugli LNB: https://en.wikipedia.org/wiki/Low-noise_block_downconverter
Blog of IN3AQK ham radio operator, qrp and sota enthusiast, software developer, pilot and much more!
lunedì 11 giugno 2018
Risorse CW
CW Playground
MORSE BASIC SCHOOL
Prevede una trasmissione circolare settimanale di 12-15 minuti ripetuta 2 volte
martedì sera in locale su 28.050 e il giovedì sera su 7.038 a 10 wpm alle 20:15 GMT.
Le trasmissioni vengono diffuse esclusivamente in diretta con tasto verticale da JN45SK
Rapporti di ascolto e correzione testi alla mail: morsebasicschool@gmail.com
C'è anche una pagina facebook dove vengono postate anche delle registrazioni di ascoltatori ad uso di chi è fuori portata o impossibilitato dall'orario.
Buon cw e buona radio a tutti.
Seve
martedì 1 maggio 2018
Gestionale per Aeroclub
Gestione Aeroclub:
Una web application completamente integrata per aeroclub, scuole di volo.
Fruibile da qualsiasi postazione connessa alla rete internet senza richiedere particolari requisiti hardware utilizzando un semplice browser web.
Gestionale per la registrazione dei voli con associato pilota, aeromobile, un aeroporto di partenza, uno di arrivo.
Possibilità di stampare stralci voli e conto voli, sia da parte della segreteria del club che dei soci, con accesso internet tramite web e diverse autorizzazioni e livelli di accesso.
Il software è in grado di effettuare la contabilità delle ore volo dei velivoli, tenendo conto delle scadenze ed ispezioni periodiche.
Ogni socio o allievo viene registrato in un'anagrafica che consente di associare uno o più livelli di accesso e diritti all'interno dell'applicativo, in modo da avere un accesso con un interfaccia personalizzata.
Nel caso di un Aeroclub viene effettuata anche la gestione dello scadenziario del pagamento delle quote associative, scadenziario visite mediche, scadenziario licenze ed abilitazioni.
Il software è completamente basato su tecnologie web ampiamente disponibili ed open source, come PHP, Mysql, PostgresSQL che permettono l'utilizzo di server Linux o servizi di Hosting con costi alla portata di qualsiasi Aeroclub.
A differenza di altri software similari:
L'applicazione non viene fornita in Cloud, non si deve pagare una fee annuale.
Si interagisce direttamente con lo sviluppatore che prepara l'applicazione per le specifiche esigenze
Predisposta per gestire Club che svolgono attività di volo a vela
Per contatti utilizzare il form di contatto
Brochure
Brochure English
Brochure Italiano
Link con vari esempi dell'applicazione:
Elenco delle funzionalità
Esempio inserimento Voli Aliante più Traino
Esempio scadenze velivoli
Esempio controllo scadenze piloti
Esempio lista voli pilota
domenica 15 gennaio 2017
First IOT attempt
This is my first IOT Internet of Things attempt, based on a Arduino YUN.
Is located in my Shack and connected to a 10 Watts solar panel, with two 7Ah PBgel Batteries in parallel.
Update of 2017:
Now the system is based on a Raspberry PI B+ connected to internet that sends tu Things Speak and the Hamradio APRS Network
Data of my attic updated in real time!!
Is located in my Shack and connected to a 10 Watts solar panel, with two 7Ah PBgel Batteries in parallel.
Update of 2017:
Now the system is based on a Raspberry PI B+ connected to internet that sends tu Things Speak and the Hamradio APRS Network
Data of my attic updated in real time!!
lunedì 9 gennaio 2017
thd7gps arduino firmware for Kenwood THD7 to translate nmea 183.3 to nmea 183.2
thd7gps
Source code and project on github
https://github.com/in3aqk/thd7gps
This is a Arduino firmware able to convert NMEA 183.3 strings to NMEA 183.2. It's necessary to let the old Kenwood TH-D7 hamradio rtx with unmodified firmware to work with new Nmea GPS.
The TH-D7 uses two NMEA sentences out of the many sent by the GPS unit every second: the $GPGGA and the $GPRMC.
Early firmware version did not recognize the commas separating the various fields inside these sentences, using instead a fixed-length method that could lead to wrong data interpretation.
For Example:
NMEA 183.3 GPS sends:
$GPRMC,192944,V,3733.8310,N,01504.5017,E,20.0,270.8,081205,2.0,E,S23 $GPGGA,192958,3733.8070,N,01504.4222,E,8,09,2.0,335.4,M,38.3,M,,4A
NMEA 183.2 GPS sends:
$GPRMC,192944,V,3733.831,N,01504.501,E,20.0,270.8,081205,2.0,E,S23 $GPGGA,192958,3733.807,N,01504.422,E,8,09,2.0,335.4,M,38.3,M,,4A
Pay attention the checksum on these examble string are probably wrong.
The 4 decimal digits in the Lat and Long fields instead of the 3 expected by the TH-D7 are the source of the incompatibility. The arduino code strips the extra digit and resent it to the TH-D7 in NMEA 183.2 format
The hardware in base on
- Arduino nano
- GPS whit nmea output
- Max 232 level converter
Hardware and firmware is able to:
- receive the NMEA strings with a software serial port
- identify the $GPGGA and $GPRMC sentences
- remove the least significant decimal digits exceeding the 3 expected by the radio
- recalculate the checksum
- transmit the nmea string to the radio with a software serial port
Reference http://www.qsl.net/n6qab/n6qabgps1.htm
(c) 2017 Paolo Mattiolo In3aqk
martedì 29 marzo 2016
martedì 22 dicembre 2015
Digital modes links collection
Software
- WSJT Home page http://physics.princeton.edu/pulsar/k1jt/
- WSPR http://wsprnet.org/drupal/node
- WSPR Download http://physics.princeton.edu/pulsar/k1jt/wspr.html
- WSJT tradiotional version http://physics.princeton.edu/pulsar/k1jt/wsjt.html
- WSJT-X X version http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
- JT65HF another jt65 software simple than wsjt http://jt65-hf.com/
- FLDIGI multi mode http://www.w1hkj.com/
Bandplan
- JT65 Frequencies http://hflink.com/jt65/
Chat
Reporter Propagation Live situation
- Psk Reporter https://pskreporter.info/pskmap.html
- Dx Maps http://www.dxmaps.com/spots/map.php
domenica 20 dicembre 2015
FSQCall new hamradio digital model
An interesting digital mode is FSQCall
The reference documentation is at:
http://www.qsl.net/zl1bpu/MFSK/CALLweb.htm
http://www.qsl.net/zl1bpu/MFSK/FSQweb.htm
Operating rules: http://www.qsl.net/zl1bpu/MFSK/Rules.pdf
Fldigi implementation of FSQCall: http://www.w1hkj.com/FldigiHelp-3.22/fsq_page.html
The reference documentation is at:
http://www.qsl.net/zl1bpu/MFSK/CALLweb.htm
http://www.qsl.net/zl1bpu/MFSK/FSQweb.htm
Operating rules: http://www.qsl.net/zl1bpu/MFSK/Rules.pdf
Fldigi implementation of FSQCall: http://www.w1hkj.com/FldigiHelp-3.22/fsq_page.html
domenica 13 dicembre 2015
APRS-IS with Python
Some notes about using APRS-IS with Python
APRS-IS web site http://www.aprs-is.net/
Python aprs libraries, thanks to the work of W2GMD GREG B ALBRECHT:
https://github.com/ampledata/aprs for the APRS
https://github.com/ampledata/kiss needed by the above Python APRS Lib
List of Aprs-is servers
Documentation links:
Aprs protocol referencies
Current list of Aprs Symbols
Aprs SSIDs
Mapping tools:
The fantastic www.aprs.fi mapping tool.
The last result:
APRS-IS web site http://www.aprs-is.net/
Python aprs libraries, thanks to the work of W2GMD GREG B ALBRECHT:
https://github.com/ampledata/aprs for the APRS
https://github.com/ampledata/kiss needed by the above Python APRS Lib
List of Aprs-is servers
Documentation links:
Aprs protocol referencies
Current list of Aprs Symbols
Aprs SSIDs
Mapping tools:
The fantastic www.aprs.fi mapping tool.
The last result:
martedì 4 agosto 2015
domenica 12 luglio 2015
My first APRS Packet on ISS
Today I've sent and repeated my first APRS Packet through the International Space Station ISS.
The aprs path was ARISS.
Equipment:
TH-D7 many years old
Wimo sota Log Periodic Antenna
Power about 3 watt
During the pass I've "READ" a lot of other stations from all over Europe.
Being from Suedtirol, Dolomity Mountains, my message was Italy Dolomiti.
So the belove screenshot is like a qsl for me.
You can seen on the balloon that i was repeated by RS0ISS :
This the raw string
2015-07-12 08:34:33 CEST: IN3AQK-7>TV3U01,RS0ISS*,qAR,LA3QMA-SG:`'(<0x1f>l <0x1c>./>ITALY DOLOMITI
The aprs path was ARISS.
Equipment:
TH-D7 many years old
Wimo sota Log Periodic Antenna
Power about 3 watt
During the pass I've "READ" a lot of other stations from all over Europe.
Being from Suedtirol, Dolomity Mountains, my message was Italy Dolomiti.
So the belove screenshot is like a qsl for me.
You can seen on the balloon that i was repeated by RS0ISS :
This the raw string
2015-07-12 08:34:33 CEST: IN3AQK-7>TV3U01,RS0ISS*,qAR,LA3QMA-SG:`'(<0x1f>l <0x1c>./>ITALY DOLOMITI
![]() |
www.aprs.fi |
![]() | |||||
http://www.ariss.net/ |
Iscriviti a:
Post (Atom)
Canale YOUTUBE QRP e SENTIERI IU1PZC
Canale youtube assolutamente da visitare di un Radioamatore appassionato di radio QRP e Sentieri! IU1PZC http://www.youtube.com/@qrpesentier...

-
The Fuchs Antenna was introduced by Arwed Fuchs, an Austrian Radio Amateur in 1928. It was used as a high efficiency single band half-wa...
-
Primissimo test sul campo del mio LoRa APRS iGate Ho effettuato inizialmente alcune prove con un modulo LoRa RA-02 e la distribuzione Linux ...