This is a page describing my experiments with the TI CC1312 radio chip intended for extending the Net-44 network
Early july 2024
Since 2017 I have been living in Värmland, where HAM activity is quite low. Connecting to Net-44 has not been an option,
since the distance to the nearest connection point is some 50 km, and the curvature of the earth means I would need a high location at each end.
I read about the CC1312 chip, and checking the datasheet noticed that the chip could be programmed up to 1300 Mhz.
TI have based their development system on CCS, so I downloaded that and installed it on a Linux machine
Unfortunately the development system does not support this frequency band so well, so I had to figure out workarounds
In a few days I could produce a rf carrier, and verify with spectrum analyzer. I could also measure output power, but found it was marginal.
The reason for the lack of power is that the TI development module as well as some IOT modules i purchased had a balun and filter made for 868 Mhz. I modified a module with an improvised balun, using a half wave coax balun and was able to get useful power at 1260 Mhz.
July and half of August was spent doing field testing, hacking and trying to adapt the balun for better sensitivity and higher power. Measurements were done on an old HP431 power meter from the 60's which works OK up to 4 Ghz. Firmware verison is today at V 0.61, but version 1.0 of the firmware is due soon. This only includes one "mode", transparent transport of data injected into the module serial port and exiting on an identical module serial out.
This enables transport of SLIP, so an internet link can be set up with two modules.
Brief explanation of the commands available in V 0.61
Help displays the command names. Some commands are just
a single keyword, which will show the state / status.
Frequency takes a single value in Mhz, only legit frequencies
are allowed ( to prevent typos that might result in illegal operation )
Adresses are set in decimal to a single 8 bit value.
$ help
List of commands
help
frequency
myaddr
peeraddr
show
rssi
mode
save
beacon
$
Frequency command accepts frequencies between 862 - 876 Mhz or
for the licenced amateur 1241 - 1299 Mhz.
$ frequency
F in Megaherz 868
$
Myaddr sets the node address between 1 - 254.
Normally myaddr is set from the lowest bute in the IEEE MAC address.
$ myaddr
My addr : 54
Peeraddr sets the peer address between 1 - 254.
Set to broadcast address by default
$ peeraddr
Peer addr : 255
$
Show displays information about the node firmware.
$ show
SM4FBD-radio V 0.5 Status
Frequency : 868
Myaddr : 54
Peeraddr : 255
Temp : 27 C Batt : 3.359 V Secs: 69638
Sent Received Bad
54 0 0
$
Rssi displays the last packet RSSI and the "idle" rssi.
From this it should be possible to determine signal margin.
$ rssi
Rssi : -50 dBm idle rssi : -121 dBm
$
The mode command changes packet filtering modes dependent
on desired operation. Not implemented yet.
$ mode
Mode
0
$
$ beacon 1000
The beacon command causes the node to emit a "terminal readble beacon message" such as
Seq 111 AmprNet.se Node 88 MAC 00:12:4b:39:4d:58 Bat 4.089 Last RSSI -75 dBm
once a minute.
This is used for debugging / testing of a newly installed radio net.
When used with a numeric argument, it repeats this process # times, after which it
disables the beacon. A beacon command without numeric argument turns beacon off.
$ save
Save saves the settable parameters in NVRAM for next power up.
$
Example logging (what node 36 hears as node 86 and 90 and 36 sends beacons)
[2024-09-03 19:17:13.996] Seq 254 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:17:14.004] Seq 254 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:18:02.962] Seq 250 AmprNet.se Node 36 MAC 00:12:4b:aa:41:24 Bat 3.289 Last RSSI -93 dBm
[2024-09-03 19:18:13.997] Seq 255 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -80 dBm
[2024-09-03 19:18:14.005] Seq 255 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -80 dBm
[2024-09-03 19:19:02.963] Seq 116 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -94 dBm
[2024-09-03 19:19:13.998] Seq 0 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -80 dBm
[2024-09-03 19:20:02.965] Seq 117 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -93 dBm
[2024-09-03 19:20:13.999] Seq 1 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:20:14.008] Seq 1 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:21:02.966] Seq 118 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -92 dBm
[2024-09-03 19:21:14.001] Seq 2 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:21:14.009] Seq 2 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:22:02.968] Seq 119 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -92 dBm
[2024-09-03 19:22:14.002] Seq 3 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:22:14.010] Seq 3 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:23:02.970] Seq 120 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -89 dBm
[2024-09-03 19:23:14.003] Seq 4 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:24:02.971] Seq 121 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -90 dBm
[2024-09-03 19:24:14.004] Seq 5 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -81 dBm
[2024-09-03 19:24:14.012] Seq 5 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -81 dBm
[2024-09-03 19:25:02.973] Seq 122 AmprNet.se Node 86 MAC 00:12:4b:18:b3:56 Bat 4.160 Last RSSI -94 dBm
[2024-09-03 19:25:14.005] Seq 6 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
[2024-09-03 19:25:14.013] Seq 6 AmprNet.se Node 90 MAC 00:12:4b:18:b2:5a Bat 4.000 Last RSSI -79 dBm
Why are the first two lines identical??
Because the first beacon is rebroadcast by node 86, where serial RX and TX are jumpered
This causes node 86 to send exactly what it receives, which is the beacon from node 90