Pages: [1]   Go Down

Author Topic: 1200 baud APRS TNC KIT  (Read 4905 times)

KC8UIR

  • Member
  • Posts: 2
1200 baud APRS TNC KIT
« on: July 10, 2003, 03:22:09 PM »

I'm currently working on a UI packet based TNC for APRS.  It gives send and recieve capability in a small package.  I have a rough write-up on my website http://www.burrotech.net/hamradio/avrtnc.php including pictures of the working prototype. My plan is to  produce a kit that would make it cheap and easy for new hams to get into packet radio/APRS, attract new people, as well as give current APRS users a customizable tnc for many different applications. I'm trying to gauge interest for the kits.  If you are interested contact me at my yahoo account or the address on my webpage.  I'm estimating the kit to be in the range of $70-80.

73's
Will
KC8UIR
Logged

KB9YNB

  • Member
  • Posts: 115
    • homeURL
1200 baud APRS TNC KIT
« Reply #1 on: July 15, 2003, 11:07:03 AM »

A TNC for $80?  you're on.  Tell me when  I can get one.  Also, I'm an Electrical Engineer, so if you need a beta tester...... :^)

Keep up the good work!

Ryan

KB9YNB
Logged

KG4MVB

  • Member
  • Posts: 1
1200 baud APRS TNC KIT
« Reply #2 on: July 20, 2003, 12:31:39 AM »

I'm 90% through with a software transmit only modulator.. application is half-duplex telemetry. I went with software method: A) To keep parts count/power usage down, B) MX614s are getting scarce.  This is roughly equivalent to the single-chip APRS trackers, but more flexible as I can modify the source to suit _my_ needs, and besides, I'm used to AVRs, not pics.

Current code takes up about 1K of flash and ~20 bytes of ram/register (14 bytes static + stack) on an 8535. Unoptimized C code, 10 khz sample rate, DDS similar to the miniDDS design. I haven't decided, but I may release the source under the GPL or LGPL.

The other idea I am tossing around is a complete software modem; the megas have enough oomph for a couple of fixed-point FIR filters, and that's all you really need to demodulate the data (well, an opamp and RS-232 level shifter too; the lower 2-3 bits of the onchip ADCs are not the most accurate.) AND Atmel just released the Mega8535, DIP package, 5V, 16 mhz, hardware mult, $5-6 quantity _1_ from digikey... Sample at 8 khz.

It could easily buffer a complete packet either send or receive; if you are careful programming (ASM probably) you may be able to keep working data in registers and buffer two packets in ram.

Another option is the butterfly, once it is actually available. That's based on the mega169, has 512 KByte of extra data flash, LCD, rs232 shifter, joystick input, and piezo speaker. That's $20.. add case, connectors, and opamps, $30-40 for a nice standalone logging TNC kit. The only major trouble is it appears to be using the 4 mhz internal RC oscillator, which is not known for temperature stability or accuracy, but it does have a 32khz RTC to calibrate against as well as a temperature sensor onboard.

1200 baud is not that hard.

Any comments?
Logged
Pages: [1]   Go Up