pico_tnc/README.md

32 wiersze
587 B
Markdown
Czysty Zwykły widok Historia

2021-10-09 12:10:08 +00:00
# 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
2021-10-10 17:21:16 +00:00
```
cd pico_tnc
mkdir build
cd build
cmake ..
make -j4
```
2021-10-09 12:10:08 +00:00
![command line](command.png)
[![schemantic](schematic.jpg)](schematic.png)