I noticed they also had paralley 16x2 OLED displays. Has anyone tried one of these? ... backlit ... -~--> ... --~-> ... http://docs.yahoo.com/info/terms/...
... I don't have the PICPAC, but I am an avid PIC programmer. So if you send me the code I'll look it over. And if you describe the predictable problems very...
I am new to groupand APRS and have a basic question: Has anyone used the PICPAC to display APRS messages from a remote APRS station/repeater/ Do the messages...
Has anybody yet written any code to get the picpac to transmit properly? I'm just picking up where I left off a while ago, and thought I'd see if anybody had...
List members, due to the recent "attack" of spam on many of the Yahoo groups, including all of mine, I have decided to make this group a Restricted/Closed...
Thanks Jason! "It is not our abilities, but rather our choices that define us." ... From: J. Rausch [mailto:ke4nyv@...] Sent: Wednesday, December 10,...
Go get em Jason. I just wish we could do more than bam the suckers! 73, Patrick, W7VL ... From: J. Rausch To: picpac@yahoogroups.com Sent: Wednesday, December...
Hi Steve, I have been wanting to get around to the same thing. Lat time I talked to Byon, he said that he was working on the PICPAC code and was hoping to...
I started to make it, but it turned tricky quickly. So my current plan is to write a packet in, GPS in, display received station position and range, send...
Hmm... I thought I had published transmitting code already. I know I have written it. If it isn't already in the zip file, I will post what I have. Byon...
... Byon, have we told you how much we appreciate all the work you do on these projects? If I'm not mistaken, you are using the CC5X compiler, right? I need to...
... Heard and seconded, James!... I would've dismissed APRS as being too expensive to be useful without the TinyTrak. I'm looking forward to seeing the Picpac...
Will this be available in C? ... From: "Byon Garrabrant" <byon@...> To: <picpac@yahoogroups.com> Sent: Friday, December 12, 2003 9:27 PM Subject: Re:...
Can please anyone help me to change the source code (decode1.asm) to fully support a 20x4 LCD display? Thanks a lot. Reza Soleimani If you'll change the...
Is the 16F876 going to have enough RAM and flash to accomodate a full APRS TNC and HAM HUD functionality? If not there is an alternative PIC chip worth...
I just went to CompUSA today and bought two Earthlink Mailstation 150 units for $9.99 ea. One is going to a relative who will use it for email but I got a...
Hi, I've just built my two PICPACs... thanks Byon... excellent kit. My initial task is to put groups of 10 bytes in one end of a PICPAC via the serial port and...
Hello Gavin, i have the opposite conditions of you, i can't decode any signals Packet frame, also trying reasonable audio level inputs. Only software that i...
Most of the sample code knocking about is synchronous.. i.e. it is assembler than includes inline delays... I would like to make my code interrupt driven by...
Is there code that will simply send a Hello World UI Frame from one PICPAC to be received by another? I would like to test all the hardware before starting to...
My cunning plan is to have an interrupt cause the sampling of each bit of the incoming data stream; I would sample each bit in 3 places; once in the center and...
Lucio, I'm just starting out so haven't got far enough to give a good response... My first plan is to get a Hello World packet sample working... I see Byon's...
... The receive code I have written is non-blocking, interrupt based. The transmit code is blocking, delay based. You are correct that a 20Mhz resonator will...
Byon, I guess I must be looking in the wrong place... I have three sources: Files Section here, PICPAC.ZIP from the web site and various bits from TAPR. I see...