Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- RaspberryPi-4-HamRadio
- Messages
Search
New Member G0SFJ
Hi, I am Andy G0SFJ, have a Pi - computing isn't really my line, wasn't too impressed by the Pi really, and am now looking at using it for ham radio applications only:
* tnc / aprs *cw keyer *gpredict (could not load it!) * sound card and then some modulation/demod. I think it is underpowered and I found the Composite video unreadable on a small tv set when I was messing around with Python, so am now going to use DVI. BTW there are free Python courses at Coursera and elsewhere. Also I hope to use a wireless access point from D-Link. I am afraid I get lost with Lunix-speak and I hope towards an easy step-by-step soluton to installing these applications. I have also just bought an rs232 interface off ebay (For the tnc) and understand that the vendor is interested in a top-ten of ham radio pcb add-ons. All in all I don't think I'll be contributing much, but reading and hopefully learning...and asking for help sometimes! 73 de andy g0sfj |
|
Re: No help? Wireless D-LINK DWA-131
I'm working on the same issue have you contacted D-Link support yet? I installed wicd which is a network manager but it still won't connect I have a few more things to try but if that dosen't work I will be contacting there support center. Danny ?? WB9RIM From: woodhor
To: Raspberry_Pi_4-Ham_RADIO@... Sent: Sunday, September 9, 2012 1:52 PM Subject: [Raspberry_Pi_4-Ham_RADIO] Re: No help? Wireless D-LINK DWA-131
?
--- In mailto:Raspberry_Pi_4-Ham_RADIO%40yahoogroups.com, "John D. Hays" wrote: > > http://elinux.org/RPi_VerifiedPeripherals > > ------------------------------ > John D. Hays > K7VE > PO Box 1223, Edmonds, WA 98020-1223 > <!/john_hays> > > > > > On Thu, Sep 6, 2012 at 10:35 AM, Donald wrote: > > > ** > > > > > > Still trying to get my D-LINK DWA-131 to work with my rasp pi? > > Has anyone got one working? > > Don > > VE3HOL > > I know that the DWA-131 is shown as compatible in at the following site. > but I do not know how to proceed with getting it to work with my PI! Don VE3HOL |
|
Re: No help? Wireless D-LINK DWA-131
woodhor
--- In Raspberry_Pi_4-Ham_RADIO@..., "John D. Hays" <john@...> wrote:
I know that the DWA-131 is shown as compatible in at the following site. but I do not know how to proceed with getting it to work with my PI! Don VE3HOL |
|
Re: raspberry pi for packet radio
I tried both ways. ?Seemed to work better when I plugged it in direct. = |
|
Re: raspberry pi for packet radio
Pascal Lafond
开云体育Hello John,??? Yes my usb hub is powered 73 de Pascal ve2hom Le 08/09/2012 16:20, John D. Hays a écrit?: ? |
|
Re: raspberry pi for packet radio
Are you using a powered hub? (The Pi doesn't source a lot of current.)
toggle quoted message
Show quoted text
John D. Hays K7VE PO Box 1223, Edmonds, WA 98020-1223? ??
On Sat, Sep 8, 2012 at 12:28 PM, Eric Scott <kc7klz@...> wrote:
|
|
Re: raspberry pi for packet radio
Hi, I used a USB to Serial adapter. ?I did get it to work sort of. ?I was attaching to my Kantronics KPC-3 through minicom. ?I could get it to recognize the serial port, but when I slowed it down to 1200 baud, it crashed. (locked up) ?I had to log into the unit via SSH and tell it to re-boot to get the unit to recover. ?I'm getting a TTL to serial adapter, and I'm going to hook that up to the GPIO ports. ?I'm thinking this will be a
little cleaner than an adapter. ? I can get it to work on my Ubuntu box with the same cables, using the same software. ?So I know it should work. '73 Eric Scott KC7KLZ From: John Wiseman To: Raspberry_Pi_4-Ham_RADIO@... Sent: Saturday, September 8, 2012 11:14 AM Subject: RE: [Raspberry_Pi_4-Ham_RADIO] raspberry pi for packet radio
?
Pascal,
?
The PI GPIO pins operate at 3.3 volts, and the PI is likely to
be damaged by applying 5 volts from a normal TTL port. You will need a level
converter on the TNC to PI lead. I used a simple resistor divider. Most TTL
inputs are happy with the lower voltage from the PI.
Normally the PI
linux kernel allocates the serial port as a console. You need to disable this to
use it for packet.
I've used the linux ax.25 and netrom code, and the linux node.
I haven't tried jnos.
?
73,
John
? From: Raspberry_Pi_4-Ham_RADIO@... [mailto:Raspberry_Pi_4-Ham_RADIO@...] On Behalf Of ve2hom Sent: 08 September 2012 18:30 To: Raspberry_Pi_4-Ham_RADIO@... Subject: [Raspberry_Pi_4-Ham_RADIO] raspberry pi for packet radio Hello all, I have a raspberry pi and I want to use it for making a packet radio server. I have think to use jnos2 and I want to connect it with my mfj-1270c tnc. This one have a ttl port on the back, can I connect it directly to the GPIO port of the raspberry pi? Other question, if I try to use a usb to serial adaptor when I attach the port an arror says "protocol error", don't know if it's because jnos don't like usb serial port. Any clue? Tnx 73' de Pascal ve2hom |
|
pi for packet radio
开云体育The
standard rasbian distribution now includes the ax.25 and netrom modules. You no
longer need a special kernel. Yesterday I created a new image from ,
ran apt-get update and apt-get upgrade, and the new Kernal (3.2.27) had all the
packet modules.
?
73
John
G8BPQ |
|
Re: raspberry pi for packet radio
开云体育Pascal,
?
The PI GPIO pins operate at 3.3 volts, and the PI is likely to
be damaged by applying 5 volts from a normal TTL port. You will need a level
converter on the TNC to PI lead. I used a simple resistor divider. Most TTL
inputs are happy with the lower voltage from the PI.
Normally the PI
linux kernel allocates the serial port as a console. You need to disable this to
use it for packet.
I've used the linux ax.25 and netrom code, and the linux node.
I haven't tried jnos.
?
73,
John
? From: Raspberry_Pi_4-Ham_RADIO@... [mailto:Raspberry_Pi_4-Ham_RADIO@...] On Behalf Of ve2hom Sent: 08 September 2012 18:30 To: Raspberry_Pi_4-Ham_RADIO@... Subject: [Raspberry_Pi_4-Ham_RADIO] raspberry pi for packet radio Hello all, |
|
raspberry pi for packet radio
ve2hom
Hello all,
I have a raspberry pi and I want to use it for making a packet radio server. I have think to use jnos2 and I want to connect it with my mfj-1270c tnc. This one have a ttl port on the back, can I connect it directly to the GPIO port of the raspberry pi? Other question, if I try to use a usb to serial adaptor when I attach the port an arror says "protocol error", don't know if it's because jnos don't like usb serial port. Any clue? Tnx 73' de Pascal ve2hom |
|
Member Intro G1KQH
Steve here,
Use to run an AX25 mailbox sometime ago for many years (GB7RUG), and I might bring this back to online status, access via just the internet for starters, if I could run this all on a PI? So really I am appealing to Paula PZT and John BPQ to write some stuff for the PI to support the application. I would also like the software to be user friendly, not hours of trawling through to make it all work! Yes, I am getting a bit older these days and don't think as quick as I did when we ran these FBB based systems 15 years or so ago. Have not invested in any units yet, as I am a bit confused what main version of Linux is going to be the main supported one for Amateur Radio operation etc? I guess thought seeing that CPC/Farnell now have stock I will be buying a couple of units to play with during this Winter. I also have interest in using the PI with WSPR and PSK31, and driving a few rigs like the FT2000 etc, so plenty for folk to go at and get it over onto the PI system. 73 Steve G1KQH |
|
Re: Progress? (Long)
--- On Thu, 6/9/12, javeaflat wrote:
|
|
Member Intro Ian M0BXR
Hi Iam Ian M0BXR.
Have worked with windows computers for a number of years. For modes like WSPA and QRSS which run continuously the Raspberry Pi should be very useful. Much better too leave on all the time amd no noisy fans in the shack. Should be an opportunity to learn more about Linux and programming and to get some interesting projects working. At the price they are they can be built into dedicated systems. Also interested in hardware projects which interface with the pi. |
|
Re: Database of RPi Ham Radio Applications
Good work Bill, its great to have all that information in one place.
toggle quoted message
Show quoted text
Ian. --- In Raspberry_Pi_4-Ham_RADIO@..., Bill Shell <n6ws@...> wrote:
|
|
Re: Introduction
Had a mailing from CPC today the Raspberry pi is free delivery if you order on part code sc1259002, in stock at 24-96 + VAT
toggle quoted message
Show quoted text
Order by phone and pay by credit card. --- In Raspberry_Pi_4-Ham_RADIO@..., "javeaflat" <ian@...> wrote:
|
|
Re: No help? Wireless D-LINK DWA-131
John D. Hays
K7VE PO Box 1223, Edmonds, WA 98020-1223? ??
On Thu, Sep 6, 2012 at 10:35 AM, Donald <tambeaud@...> wrote:
|
|
Re: Introduction
I have dealt with cpc and farnell for many years, if they have it in stck you can collect the same day from CPC's counter in Preston so ring round and see who has it.
toggle quoted message
Show quoted text
Ian --- In Raspberry_Pi_4-Ham_RADIO@..., "Paula" <g8pzt@...> wrote:
|
to navigate to use esc to dismiss