I wonder about the accuracy specifications in chapter 9 of the ppk user guide. It says +-20% of readout on average value. Is this only the calculated average of the python software?
When I use the logging module to export current over time in a text file which accuracy can I expect? What do Rx_Offset and Rx_Resol mean in Table 9 of the ppk user guide?
I have read your blog poste about the comparison with a keysight power profiler.
In addition I would like to increase the output of samples of the logger module. In the beginning of ppk_plotter.py there is this line
self.avg_interval = self.sample_interval * 10
When I decrease the multiplicator by 2 i see that the loginterval in the textfile decreases also by 2. For a beacon with 1s advertising interval I see now an advertising interval of 500ms which is wrong. Do I have to change another line in the code?
Thank you