Information Collection / Wiki Projects:
- License Authorities Worldwide, ie:
- Canada - Industry Canada - www.ic.gc.ca
- USA - Federal Communications Commission - www.fcc.gov
- "National" Amateur Radio Clubs, ie:
- Canada - Radio Amateurs of Canada - www.rac.ca
- USA - Amateur Radio Relay League - www.arrl.org
- Links to periodically updated useful data, ie:
- Amateur spacecraft orbital elements -
http://www.amsat.org/amsat-new/tools/keps.php
- Sunspot activity - http://dx.qsl.net/propagation/
- Major hardware vendors, ie: Kenwood, ICOM, etc...
Software projects:
- Suhana Replicator
- Live Linux CD/USB memory key with useful software, ie:
- OSM editor(s), ie: JOSM, Mercator
- Suhana
- Microsat ground station
- Ushihiti
- Poor Mans Packet
Hardware Projects:
- Inexpensive BASIC (2 meter?) transceivers
- Emergency power systems
Hardware/Software projects:
- Store/Forward mailbox system (ie: an updated, USB friendly KPC-3)
- Poor Mans Packet modems.
Yesterday I was out to Radioworld (http://www.radioworld.ca/) had a
look at the neat toys for sale and I picked up a copy of of the 2011
ARRL Handbook (all over 1400 pages of it), and well, I have some
reading to do over the next while...
There is the saying, if your only tool is a hammer then all problems
look like nails. Well, at the moment the cheap (but often effective)
hammer in the micro-controller area is the Arduino
(http://en.wikipedia.org/wiki/Arduino). Basically you can get a
firmware development hardware environment for under $30, with free
software development tools available for Linux, Macintosh and MS
Windows. I would like to see how the Arduino could be applied to Poor
Mans Packet (and the packet repeater project...)...
Colin - VE3ZAA
Yes, well, radios like mine (from the early 1990s) don't have these
features, so any old / primitive radio needs the tones generated
externally. Further, while I don't doubt some clever programming could
send/receive the tones required for 1200 BPS packet off a sound card
that does leave the issue of manipulating the PTT (push to talk)
button. Dealing with the PTT was easy with parallel or serial ports,
but when it seems your only IO port is USB... well, things get a
little messy...
Colin.
I guess the questions I am trying to ask are:
- "In a crisis, how do we make the hams in the crisis area more effective?"
- "How do we do a better job of getting information collected by hams
to the outside world?"
The first question can be partially answered with inexpensive, simple,
easily deployed, robust hardware, along with some software. The second
question is largely a software question. Both of these questions need
to be answered.
As in it is all well and good to have a great ham to Ushahidi gateway,
but if you have a ham in the middle of the crisis area and all her
radio equipment was destroyed at the start of the crisis, well ...
until she gets more equipment she is useless from a communications
standpoint...
So, gentlewomen and gentlemen we have a cooked elephant before us. How
do you eat an elephant? One fork full at a time. This is a MASSIVE
problem, with many aspects and we need to figure out how we are going
to break this down into parts each of us can manage... Further we each
bring different strengths (and weaknesses) to the table, in my own
case I dable in hardware and software, but I am less than brilliant in
both...
The cheap, readily available packet stuff runs at 1200 BPS. You just
can't move much data at that speed.
> As for using FRS, I do know the rules state that you can't modify the radio
> or transmit more than 2 watts. I haven't come across anything about digital
> modulation being specifically banned. I think we need to look into it for
> our pilot project considering the frequencies are similar to those we plan
> on using. Practically though, I hear people pumping out 50 watts and
> talking all over the city on these frequencies so I doubt we'd get in
> trouble if we put out some packet on 0.5W as a test. The legality of this
> plan is another issue. I'll try and look into it further.
That would be great to know.
> I'm currently in the process of getting a TNC (KPC-3+) and while it is an
> older model, we're hopeful to have a functional packet station up and
> running in the near future. This will allow us to actually pilot some of
> the traffic once we have something together. While I agree that this may be
> prohibitively expensive for widespread deployment, I do believe that a
> dedicated TNC will need to be placed at the basecamp to manage all the
> packet traffic going in and out to the internet. As for the end user in the
> field, I like the ideas you guys have been throwing around. Also, could we
> not just use the soundcard that is built into the computer to take care of
> that. It might be slow, but it should still work. Also, I figure that most
> cheap net books would be able to handle that type of work without too many
> problems and considering the price, size and weight of these devices, I
> assume that will be the most used type of computer in this instance.
I have a KPC-3 (not the plus model) at home. As I previously noted, a
sound card could no doubt with some clever programming be able to
generate/decode the tones required for 1200 BPS packet, but leaves us
with the problem of manipulating the PTT (push to talk) "button". In
other words the computer has to have some way to tell the radio, it is
now time to start transmitting. With parallel ports and serial ports
finding ONE pin that could be manipulated for the PTT was fairly (or
totally) trivial, but with USB things get tougher. These days I don't
know if it is possible to find a new laptop with a parallel port or
serial port on the market. On the other hand all laptops seem to have
at least one USB port. So, we want/need inexpensive USB packet modems
(ugly, but that is the way things are...).
Some marriages I can at this point see happening are between the
following projects:
- http://www.cmlmicro.com/products/FAQs/sections/docs/614_TCM3105.pdf
- A SIMPLE packet modem (an updated version of Poor Mans Packet).
- http://www.obdev.at/products/vusb/index.html - A GPL USB 1.1 stack
for the AVR series CPU chips.
- http://arduino.cc/ - AVR based hardware that can be used for
software development (there are at least two stores in the Greater
Toronto Area that sell Arduino boards for under $30 each).
In other words, develop the software on the Arduino as the basis of a
hardware based TNC...