Put your weather station on the air!

  Рет қаралды 9,347

KM6LYW Radio

KM6LYW Radio

Жыл бұрын

Let's put a weather station on the air, allowing us to get weather updates on our HT's and other APRS-enabled radios.
Steps covered in this video:
sudo su - root
apt-get install weewx
follow prompts to setup weewx
cd /tmp
wget github.com/cavedon/weewx-aprs...
wee_extension --install=master.zip
vi /etc/weewx/weewx.conf
[APRS]
output_filename = /dev/shm/aprs.pkt
include_position = 1 ### change this to 1
symbol_table = /
symbol_code = _
comment = ""
systemctl stop weewx
systemctl start weewx
confirm /dev/shm/aprs.pkt exists after 10 minutes or so
apt-get install direwolf # gives us "kissutil"
cd /usr/local/bin/
wget raw.githubusercontent.com/cra...
chmod 755 aprs-send-weather.sh
vi aprs-send-weather.sh
User serviceable parts:
USER="KM6XXX-3"
PASS="12345"
gen PASS password here: apps.magicbug.co.uk/passcode/...
exit # become pi user again
send packet over RF, get "aprs-send-weather.sh"
/usr/local/bin/aprs-send-weather.sh
Tell cron to run that at the top of every hour
crontab -e ## append the following line
0 * * * * /usr/local/bin/aprs-send-weather.sh

Пікірлер: 36
@ruxpi
@ruxpi Жыл бұрын
I really like your amateur radio videos, entertaining, educational, and we'll presented. Thanks!
@KO4VNX
@KO4VNX 8 ай бұрын
This is a great video! Not too lost in the weeds, not too dummied down, hard to balance those two like you did!
@KO4VNX
@KO4VNX 8 ай бұрын
Hahahhaa, I use direwolf to pull down add-ons for old WoW private servers! Hilarious that we can use this for practical, useful things!
@coreyperez13
@coreyperez13 6 ай бұрын
This was pretty cool. I just bumped into your channel looking at starting an APRS weather station for North Pole, Alaska. Thanks! KL4DA
@matteng2332
@matteng2332 Жыл бұрын
Great video, I always wondered how they did that. Definitely going to add one to my project list.
@jphillips260
@jphillips260 Жыл бұрын
Craig you strike again! Thank you for making the final piece of this chain. It's been a roadblock for me for years.
@mariaviklund4546
@mariaviklund4546 Жыл бұрын
Amazing! Thanks for the commands in the discription. That was genious!
@awksedgreep
@awksedgreep Жыл бұрын
So much easier than what I did. Manually wrote the controller code for a sparkfun diy station pushing data via mqtt and node red into a time series db with the next steps being moving that data to aprs with node red plugin. Kinda makes me want to start over with a purchased weather station and simplify.
@KM6LYW
@KM6LYW Жыл бұрын
sounds cool Mark, is there some sort of RF/SDR receiver that can read common weather stations? I noticed my station is in the 70cm band, so i don't get data when I'm talking on UHF. It'd be cool to just have an RTL-SDR receiver and send packets from that. The weather station/USB display heads aren't always reliable.
@awksedgreep
@awksedgreep Жыл бұрын
@@KM6LYW I haven’t tried it. Mine is all manually created microcontroller code that publishes to mqtt. Node red today puts that in a time series db and graphs with grafana. I have the plugins for aprs but don’t know how they work yet. Will be interesting forming something direwolf can consume. That’s my next step. Well that and taking advantage of the lightning sensor. Want to shut down radios and disconnect antennas if within say 2km or so.
@TheDark0rb
@TheDark0rb Жыл бұрын
@@KM6LYWrtl_433 should do the trick for a lot of them
@dennisdeville8984
@dennisdeville8984 Жыл бұрын
Can this work with other ports on the radio like maybe the rj12...not sure how to go from USB to that though
@richvantrease
@richvantrease Жыл бұрын
I like the looks of your TNC, where did you get that, or did you make it yourself?
@richvantrease
@richvantrease Жыл бұрын
Answered my question in your video, thank you!
@LeeAlder
@LeeAlder Жыл бұрын
Question can this be adapted for Storm Spotters to send weather conditions back to main weather hub ?
@KM6LYW
@KM6LYW Жыл бұрын
yah, all data is collected on aprs.fi -- tons of aprs/cwop weather stations there. if your station gets out on RF, and is heard by an igate, it will show up on aprs.fi
@t48wolf
@t48wolf 8 ай бұрын
Could not save modified config file due to permission error seems like installing in root is the issue. For that matter just how did you modify the file it comes up in view only mod following your instructions I went to the directory and open it but since I was not in root it would not let me save the file.
@Martin-hq1if
@Martin-hq1if 3 ай бұрын
Hi Craig, is you File Readdy for the Netatmo Wieather stations?
@KM6LYW
@KM6LYW 3 ай бұрын
Check with the WeeWx developers to be sure.
@K9TPT
@K9TPT 16 күн бұрын
How do I connect my weather station to the PI? Thank you
@KM6LYW
@KM6LYW 16 күн бұрын
In this case, with a USB cable
@jphillips260
@jphillips260 9 ай бұрын
Has anyone found a weather station that's available to buy today that works with weewx? I'm concerned most of the ones for sale arent available with USB ports
@eblast105
@eblast105 7 ай бұрын
Acu-rite 01536
@georgedandrade-hp1gds296
@georgedandrade-hp1gds296 2 ай бұрын
Hi I have a weather station that don't have USB to get data from sensors, only have an IP in my router. May you advice a freeware software in windows and Linux for extract in real time data from my weather station, and store in a data base to forward APRS and have my own statistics without depending on internet.?
@KM6LYW
@KM6LYW 2 ай бұрын
lookup "weewx" and see if your station is supported with that software
@elpeligroso1
@elpeligroso1 Жыл бұрын
Ok so this is a bit of Noob question string but I just started up a Digi and after I recoup some cash (Cheep hobby lol) I'll be adding a weather Station prolly an Acurite to it, so I went to install WeeWX and such and well I'm stuck at the downloads. Typed in all the ones you noted after changing to superuser and Github doesn't like me :-( any Ideas. yeah cart before to horse since I don"t have the weather station but the fiddle is strong with this one. Oh and between you and KM4ACK there hasn't been many other APRS setup KZbin's I've saved and gone back to multiple times Thanks KJ6CXL
@mohammedbuti8707
@mohammedbuti8707 Жыл бұрын
Can you please help me I can not install the aprs pluging
@mohammedbuti8707
@mohammedbuti8707 Жыл бұрын
Are you there
@n8sot
@n8sot 7 ай бұрын
Do you operate HF with an Amp??? Im asking, because I smoked my Lacross receiver while operating 40 and 80 meters with about 800 watts. The wife just got us a new weather station and im worried about doing the same thing. The only thing I can come up with so far is unplug the receiver everytime I operate. Any Ideas???? Thanks! 73 N8SOT
@Arknz-bw1uv
@Arknz-bw1uv 9 ай бұрын
Hi, I am new to HAM and live very rural in New Zealand. Are you able to send the signals through LoRa ARPS using the digipi? Love the content, subscribed ZL4TAN.
@KM6LYW
@KM6LYW 9 ай бұрын
I haven't tried myself, as I don't have a lora transceiver, or anyone within miles of my location that has lora. let us know if you get it going!
@j.b.708
@j.b.708 27 күн бұрын
hamradiated.
@williamday562
@williamday562 Жыл бұрын
Error msg Can't get address for TCP KISS TNC, direwolf.hostname, Name or service not known
@williamday562
@williamday562 Жыл бұрын
I am using an SDR dongle to pull weather info then send out using internet
@williamday562
@williamday562 Жыл бұрын
Commented out the TNC section
DigiPi - Ham radio data hot spot!
29:07
KM6LYW Radio
Рет қаралды 10 М.
APRS Auto-responding Stations!
13:31
KM6LYW Radio
Рет қаралды 5 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 32 МЛН
Я обещал подарить ему самокат!
01:00
Vlad Samokatchik
Рет қаралды 3,9 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН
You Will Want this Ham Dashboard
18:47
KM4ACK
Рет қаралды 32 М.
Getting Started with APRS and Direwolf
36:00
Christopher Lum
Рет қаралды 26 М.
Raspberry Pi Zero and UPS as a ham radio beacon do I get DX ?
6:26
lonewolfhamradio
Рет қаралды 2,4 М.
Pirate Radio Transmitters Found Hidden After 40 Years
10:32
Ringway Manchester
Рет қаралды 199 М.
Illegal CB Radio Operators Hunted Down & Fined!
7:59
Ringway Manchester
Рет қаралды 642 М.
How to make a simple APRS weather station
12:56
Keeping Connected
Рет қаралды 281
The Beginner's Guide to APRS: Automatic Packet Reporting System
1:00:25
Davis Vantage Pro 2 Wireless Home Weather Station Complete Review
28:43
HamRadioConcepts
Рет қаралды 120 М.
Direwolf.conf for your APRS Digipeater
23:23
KM6LYW Radio
Рет қаралды 10 М.
Automated Home Weather Station (Satellite Image Collector)
11:51
saveitforparts
Рет қаралды 65 М.
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 9 МЛН
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 4 МЛН
Хакер взломал компьютер с USB кабеля. Кевин Митник.
0:58
Последний Оплот Безопасности
Рет қаралды 501 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 63 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,1 МЛН