Wednesday, September 19, 2018

Portable Packet Radio (VDEN - 145.730, Virginia Digital Emergency Network)


Packet radio need not be frowned upon, using VHF it can provide a fairly long distant method to exchange messages where microwaves [WiFi] can not go! The types of messaging available vary from the ole packet BBS software built into some TNCs like the one pictured here (Kantronics KPC-3 Plus, it is circa 1988 and will run for a long time off a 9v battery or ext DC power source) or more modern communications like Winlink RMS E-mail sent over radio frequency (RF).

Here is all I needed to login to my packet BBS for this test tonight, a laptop, a tnc, and a hand held radio (plus a serial/usb cable to the TNC and a serial to RF cable to the HT). The netbook is circa 2010 running Kali Linux.

The next time a ham tells you he or she has packet radio gear available for the taking, take it!


Centreville VDEN Packet Node (145.730 FM packet)


I have resurrected my FM packet node for a test on the VDEN frequency of 145.730.

I can hear Buck's Elbow Digipeater in Albemarle, VA (that is 86 miles SSW from Centreville), it may be a remote node that permits someone closer to me to access that node. Time will tell.

County:Albemarle
Primary State:Virginia
Latitude:38.1048578 North
Longitude:-78.7439104 West
Elevation:3163 Feet above MSL



REMOTE>BEACON [09/20/18 00:49:01]: <UI>:Bucks Elbow Digipeater

KK4ZUU-10>BEACON [09/20/18 00:58:16]: <UI>:KK4ZUU Centreville VA FM18GT KK4ZUU-1/PBBS KK4ZUU-7/KA-NODE




I have a test antenna outside, a self-built clone of an Arrow OSJ 2m/70cm j-pole antenna on the desk at about 15' AGL. It once was in my attic, now that I have tuned it for 145.730 (SWR 1.3:1) I will put it back up on its LMR400 cable @ 30w.

The PBBS, Digipeater, and KA mode are enabled, no bulletins on PBBS yet but please leave/send me packet email via RF. I originally had a Winlink RMS node on this hardware, I am uncertain if that will return just yet.

73,
David kk4zuu

Tuesday, September 18, 2018

AREDN - Recover AirMax NanoStation Loco M2


AREDN and Ubiquiti AirMax NanoStation Loco M2 Recovery [Ubiquity Model:LOCOM2US]
9-18-2018
KK4ZUU

DISCLAIMERS: This is provided as a courtesy to save you time, it is not an offer of a warrany/repair/guarantee that it will work for you. It depends (allot) on your ability to follow directions, your basic knowledge of linux (in this case it was mostly done in kali linux, windows users I did place some hints) and computers in-general. BY PROCEEDING YOU AGREE THAT YOU WILL NOT HOLD ME RESPONSIBLE, if it seems like too much for you ask another person for help please.

Now that that is out of the way....

PRODUCT BEING RECOVERED

This covers the Ubiquiti AirMax NanoStation Loco M2 Recovery [Ubiquity Model:LOCOM2US] steps as it pertains to ham or amateur radio and AREDN (arednmesh.org), it is a combination of the vendors documentation (Ubiquiti) and what you need to do to recover a Ubiquiti AirMax NanoStation Loco M2 *ONLY*. If you have a different piece of hardware, it is not the US version of the hardware, or you are not using AREDN, stop...search for what you are doing on your own.

ENVIRONMENT

This was performed using a linux host, kali on a netbook to be exact...a recent MacOS host should be similar as it's running a version of *inux.

Windows users, watch this youtube to see the programs they used (command prompt, a tftp program) but the steps are the same except you use a GUI for the TFTP upload and it's a different series of steps to configure networking in Windows (google is your friend). https://www.youtube.com/watch?v=lc0yQ-KdwOU [a random one I liked for Windows users]

PREPARATION

1. Download the current AirOS or TFTP image for the version of the product you are attempting to recover, in my case it was the factory image
-AREDN-3.16.2.0-ubnt-bullet-m-factory.bin, md5sum: de625e7f6652347b6a109df39678058b [*example, it may have changed...see ardenmesg.org*]

2. Verify the image downloaded cleanly by checking the MD5SUM of the file after download or copy off to another media *CRITICAL*
- md5sum file_name (In Win 7+ you can open ISE [PowerShell] and issue the command get-filehash -algorithm md5 file_name)
- file_name is not literally that, use the name of the file...
- If the MD5SUM does not match what is available on the AREDNmesh website STOP, delete the download, download it and check it again (STOP if no match)
- If you receive any firmware check errors while using TFTP STOP, re-download the file, the md5sum does not match/file is corrupt
- Lastly, with a good md5sum value, copy the downloaded file to code.bin if you are using another host, else copy it locally where you can find it

3. Setup networking on the host you will use to recover the M2, I used a laptop running kali linux. I will only cover the steps I used in kali linux here for networking:
- You only want one network active, the eth cable going to the POE injector directly from the laptop
- Disable all other networks including wireless
- In kali, you need to stop the network manager and disable ipv6 {this is temporary, I will have you reboot later to go back to normal}
- sudo systemctl stop NetworkManager.service
- sudo systemctl disable NetworkManager
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
- sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
- set your IP address to a static one/THIS one/very important: 192.168.1.254 -where eth0 is your wired interface
- sudo ifconfig eth0 192.168.1.254
- start a continous ping to the IP address of the M2 TFTP IP address set by the factory
- ping 192.168.1.20 (initially no response, LET IT RUN...)

4. Hands-on the M2, POE injector, and a local ethernet cable to your host
- Unplug any LAN cable from the POE injector, that will be connected DIRECTLY to your host shortly
- Unplug the power cable from the POE adapter, the POE eth cable to the M2 should still be connected (i.e. - power off M2)
- Using a blunt instrument, you have to hold down the power reset (on M2 or the POE adapter has one) with the LAN cable disconnected
- Plug in the power cable on the POE adapter while HOLDING DOWN the reset button until you see the lights on the back of the M2's wifi signal indicator scanning back and forth
- At this point the M2 should be in TFTP mode & your ping command you left running should have a ping response from 192.168.1.20
-- If you didn't make it this far re-check your network setup, if that is OK you may have made it necessary to do a serial reset of the M2 (not covered here)

Actual TFTP Image Upload

5. Here are the linux commands I typed to tftp the file I downloaded from ardenmesh.org (If everything above did not work, STOP...you missed something above, check/start over)
- Look at your curent path, the file you intend to transfer is assumed to be in the root of your user folder in this example [linux]
- cp ARDEN-#.#.#-bullet-m-factory.bin code.bin [this was done at the end of step two]
- echo -e "binary\nrexmt 1\ntimeout 60\nntrace\nput code.bin flash_update\n" | tftp 192.168.1.20
-- ^that command has to be exactly as-shown [linux] -Windows, use a ftfp program with a gui^
6. Next, your terminal prompt should show the file transfer occurring
- If you get Destination Unknown you made a networking mistake above
- Unknown file name or file not found, you didn't copy the file where your path is to transfer it (verify your ping is getting a response)
- or, your M2 is too far gone, you need to research the serial [USB TTY] cable recovery method..and I have not tried that...see Google

7. CAUTIONS
- Do not let anything interrupt the TFTP file transfer, it takes a while as it is copying 512 bytes of a 4Mb+ image file at a time into the M2's memory [8,100+ blocks]
- A lack of power/patience, screen saver, power saving settings, a power outage, a dog or cat, etc. may equal a bricked M2 [do NOT contact me and tell me I am responsible]
- You will have to try the serial recovery mentioned above if anything interrupts the TFTP operation
- Once the TFTP process begins it is a 2-4h process for the M2, do not interrupt it, read this several times before beginning, do not rush!
- I did stop the ping once I was sure the TFTP file transfer was running, I think it might save a little time (don't stop the file transfer)

73, David kk4zuu

Wednesday, June 20, 2018

Amateur Radio Field Day - 2018


This year my son (NLY) and I will be in Loft Mountain Campground (hoping for not as much rain as forecasted and no lightning).

Our plans include SSB (<50w) operation as well as FT8 (QRP):

Bands: 6m, 10m, 20m, 40m, 80m (hamsticks, SS Whip, or similar)

Talk-in: 146.520 (will move up if busy)

APRS (kk4zuu-6, kk4zuu-9 in-transit)

David
kk4zuu

Saturday, March 10, 2018

VaQP Prep (< 6 days out) and USPS drops the ball (again)


This evening I am charging up batteries used in small devices, making sure all cables are still where I last left them, and that all of it works (bluetooth GPS for CQX, bluetooth Moblinkd TNC2 for APRS). I am finalizing mapping and creating of gps coordinates for CQX.

Today I had the misfortune of having my USPS driver deliver two packages I need for VaQP to a neighbor a street over from me. I was notified of the delivery 10 minutes before he even showed up in front of my house (I was outside going thru my truck 30 min prior). I asked him, as he was about to leave my mailbox at the street, so where are my two packages? Let's just say he was confused and ran over to where he 'thought' he left them but they were not there < 15 minutes after he 'left them' (at the wrong house). I have made two trips to the neighbors house, no one is home so either they went out after putting my packages inside their home or they are away and a neighbor that's collecting their mail and packages didn't see that it's not theirs or someone else snagged them up. I reported it to Amazon, they want me to wait 24h. Good thing I still have time for another shipment. I hate USPS.

Murphy's Law...watch out for it!

David, kk4zuu

VaQP - Mobile Power


This year I needed to replace my vehicle's 12v starter battery with one that can also function as a deep cycle battery as well as replacing my flooded deep cycle 12v battery that's been with me for five years (camping, and ham radio -both in the shack and mobile). I wanted to remove the risks of flooded batteries (off-gassing while charging [explosive/harmful hydrogen gas], spill risk, maintenance requirements) so I started looking at alternatives.

My first battery replacement was the replacement of my trucks 12v flooded starting battery with an Odyssey 75/86-PC1230DT battery, it's made in the USA and rated for starting and deep cycle duties of 55Ah with a rating of 400 cycles at 80% depth of discharge (DoD). The battery charges back up in 4-6 hours per specifications, I don't plan to ever take more than a 20% DoD without starting the engine.

My second battery replacement powers my HF mobile radio. This quest lead me to Bioenno Power and their 12v LiFePO4 battery line of products. I did some battery math and figured my standalone deep cycle flooded battery rating of 70Ah provides 21 Ah at a 30% depth of discharge (DoD). I use a battery booster to hold battery output to my gear at 13.6v. I selected the Bioenno Power 30Ah battery pack, specifically item BLF-1230LB and it's optional AC/DC 6A charger (no DC-DC charger option).

Bioenno Power has a specific set of web pages and data for ham radio applications here.

Why a 'smaller' battery? The vendor states an 80-85% DoD possible with their LiFePO4 battery cells for 1,000+ cycles and no damage or impact to the life of the cells. The model I selected weighs 8.8 lbs, the flooded deep cycle battery I replaced was some 45+ lbs. The battery has a two year warranty vs a 1 year warranty on most dual purpose flooded acid batteries.

Lastly, I needed an AC source to provide power to charge my LiFePO4 battery, and to charge my laptop. I have a GoPower 150w Pure Sine Wave inverter for this task.

I am spooling up for my third year of four being a mobile in VaQP, I learn more each time.

73,
David, kk4zuu

Thursday, February 22, 2018

VaQP (Virginia QSO Party) 2018 - DC Load Testing


I am running a DC/AC load test on my mobile gear, nothing too exciting but it's important to know how much power I need and what I need to bring/replace.

Sunday, February 18, 2018

VaQP (Virginia QSO Party) 2018


I am getting ready for my favorite hamradio activity, I am planning to be a /M (mobile) entry this year. I was /M in 2015 and 2016 and I was at home for 2017 (where my son and I won the High Multiple Operator Single Transmitter category).

Tasks:
- Route mapping
- Lodging plans
- ham software updates/tests
- Consolidate equipment

My route this year will be in the mountains of Virgina along the Blue Ridge Parkway headed south. I have done the Skyline Drive 'thing' twice and I need a change of pace.

Stay tuned!
kk4zuu