Liqrf (linux iqrf programmer) is ready but we need to somehow compile hex files for TR-21A modules. In this how-to I’ll provide script for doing this.
1. First you need to install wine for executing windows applications.
2. From iqrf webpage download startup package and extract.
Example sources can be found in src directory.
3. Copy CC5x.exe from 3rdParties to src directory.
4. Use this cc21a.sh for building executable for TR-21A module (TR-31B are not supported yet by liqrf so makes no sense to compile).
cc21a.sh code:
#!/bin/bash wine CC5x.exe -a -bu -Q -Vn "$@" -p16F88
Use then liqrf to load hex file to your TR-21A module. That’s all folks.
Marek

