Chirp Notes - 17th July 2024

BLE Serial

https://github.com/Jakeler/ble-serial

Install

https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux

Set USB permissions

sudo usermod -a -G $(stat -c %G /dev/ttyUSB0) $USER
sudo usermod -a -G dialout $USER