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...
... Byon, Aha! At last I seem to understand pptest2.c and I now understand your brilliance! The idea is that with a 20MHz clock and a OPTIONS 0 (which implies ...
I have my two PICPACs and have compiled, assembled and downloaded software to both. I connected the output of one (Pin 1 & 6) to the Audio In Jack of the other...
But to startUP Gavin is necessary to know if your PICPAC decode signals wen you put a PACKET AFSK from a radio signal at is input!! If you send me your...
Lucio, I've sent you some TX and RX software. I don't have a source of packets other than my own... hence generating in one PICPAC and sending to the other. ...
Hi, just wanted to let youins know I have a new group for anyone who is a pickup truck ham and has amateur radio equipment installed in it. You don't have to...
Hey guys, My name is ANTZ, student at devry university and I just bought this PICPAC"16F876" from Byonics and it didn't come with the software and I'm having...
Go here http://www.ccsinfo.com/picc.shtml Download the free compiler and you can write C code for the 876. Jason KE4NYV www.ke4nyv.com RPC Electronics ...
There is a book you could buy... "Embedded C Programming and the Microchip PIC" by Barnett, Cox and O'Cull The book has a learning edition of the CCS compiler...
Tonight I broke out my PP and tried to load it up with some code from the samples directory and when I try to do a load the PP will accept the first line of...
Line delay was the problem, set it to 100mS and that fixed it. Thanks, Jason KE4NYV www.ke4nyv.com RPC Electronics www.ke4nyv.com/rpc ... important. ... from ...
I'm looking for a hex file to decode aprs to the gps as a waypoint. I don't want to reinvent the wheel. I don't need the display to work. Thanks Rich L KB7YEB...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the picpac group. File :...
picpac@yahoogroups.com
Jul 7, 2004 1:04 pm
198
Rich, I just uploaded an application that I completed about a week ago. I started off with some of the examples that Byon developed, and wrote an app that...