PICO TNC is the Terminal Node Controler for Amateur Packet Radio powered by Raspberry Pi Pico. This TNC has same functionality as WB8WGA's PIC TNC.
 
 
Go to file
amedes cee207438d update README.md 2021-10-11 02:21:16 +09:00
pico_tnc initial release 2021-10-09 21:10:08 +09:00
.gitignore initial release 2021-10-09 21:10:08 +09:00
CMakeLists.txt initial release 2021-10-09 21:10:08 +09:00
LICENSE initial release 2021-10-09 21:10:08 +09:00
README.md update README.md 2021-10-11 02:21:16 +09:00
command.png update README.md 2021-10-11 02:21:16 +09:00
example_auto_set_url.cmake initial release 2021-10-09 21:10:08 +09:00
pico_extras_import.cmake initial release 2021-10-09 21:10:08 +09:00
pico_sdk_import.cmake initial release 2021-10-09 21:10:08 +09:00
pico_tnc.uf2 add binariy 2021-10-09 21:29:22 +09:00
schematic.jpg initial release 2021-10-09 21:10:08 +09:00
schematic.png initial release 2021-10-09 21:10:08 +09:00

README.md

PICO TNC

PICO TNC is the Terminal Node Controler for Amateur Packet Radio powered by Raspberry Pi Pico.

This TNC has same functionality as WB8WGA's PIC TNC.

PIC TNC features

  • Digipeat UI packet up to 1024 byte length
  • Send beacon packet
  • Support converse mode
  • Support GPS tracker feature
  • Support both USB serial and UART serial interface

Additional features

  • Support KISS mode
  • Support multi-port up to 3 ports

How to build

cd pico_tnc
mkdir build
cd build
cmake ..
make -j4

command line schemantic