Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 639 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 639 Bytes

Esp32 Bluetooth KISS Demo

Demonstration of KISS TNC protocol running on Bluetooth serial.

More generally, this demo abstracts the KISS interface to be assigned to any Stream object!

This demo implements the KISS protocol only.
It does does not implement AFSK modulation/demodulation or AX.25 packetization.

The default configuration assigns the Bluetooth serial stream to the KISS interface, and assigns the (USB) Serial device as the target for log messages. These assignments are easy changed within the Setup function of the main arduino sketch, and can be reconfigured on the fly.