Considering an app, need guidance

I’m working on a station automation system using MQTT. One possible application may be remote operation using a KISS modem and iOS app, similar to the old Kenwood Skycommand system. I could probably figure most of it out, but I was wondering if you’d be interested in putting together a few articles explaining how it you interface BTLE KISS modems with iOS, or at least point me/us in the right direction?

thanks,

Eric K0JEG

73

BLE to SPP bridge

Reversed engineer commands (of course there is no official documentation because radio manufacturers hate you)

Thanks. I’m asking more for some guidance for writing to the KISS modem in an app, but every little bit helps.

BLE KISS TNC follow this specification:

The byte stream you send to the TNC has of course to be following the AX.25 protocol. A good primer is:

1 Like

Thanks! This is exactly what I’m looking for.

K0JEG

73