Skip to content

Instantly share code, notes, and snippets.

@jk0
Created May 1, 2015 15:47
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jk0/2d263a1bac50b0cd1e71 to your computer and use it in GitHub Desktop.
Save jk0/2d263a1bac50b0cd1e71 to your computer and use it in GitHub Desktop.
TCP/IP Over AX.25
Equipment
Raspberry Pi - http://amzn.com/B00MV6TAJI
USB Bluetooth Adapter - http://amzn.com/B009ZIILLI
2x BaoFeng UV5R Radio - http://amzn.com/B007H4VT7A
2x Nagoya NA-771 Antenna - http://amzn.com/B00KC4PWQQ
2x Mobilinkd TNC2 - http://store.mobilinkd.com/products/battery-powered-bluetooth-kiss-tnc
2x Mobilinkd TNC2 Cable - http://store.mobilinkd.com/products/kenwood-wouxun-baofeng-tnc-cable
Documentation
sudo apt-get install bluetooth bluez-utils blueman ax25-tools ax25-apps
echo “packet0 <CALL>-1 115200 255 2 145.6 MHz (1200 bps)” >> /etc/ax25/axports
sudo kissattach /dev/rfcomm0 packet0 10.0.0.1
mkfifo pipe
nc -nvlp 8080 <pipe | bash >pipe
http://www.mobilinkd.com/wp-content/files/MobilinkdTNC1UsersGuide-112.pdf
@UAVEEGDRONE
Copy link

Awesome job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment