Hi Gordon,
?
The sBitx and zBitx series use a directional coupler to measure SWR and Power:
?
?
From the code, after reading the value from the ATTiny85 vfwd:
? ? sprintf(buff,"%d", (vfwd * 40)/68);
? ? set_field("#fwdpower", buff);
?
40/68 is the scaling of the ADC and the 50-Ohm conversion of voltage to power.
?
Your comment on accurate power readings is correct.? It will not report an accurate value in anything other than a 50-Ohm load.
?
73
Evan
AC9TU