¿ªÔÆÌåÓý

Re: S-Meter code help... #ubitx-help


 

Well...the issue is that the ubitx arduino program (and the bitx40 programs for that matter), were written with the expectation that you would only need to update the display if you changed frequency or went into the menus.? That made sense, because those programs only NEEDED to change what was displayed if there was a frequency change (or menu selection, as in the ubitx version).

Look in the 'loop' function in the ubitx code? - you might consider hacking in a function call to the display function you are using for your meter.? I haven't tried it, but it MAY increase noise as the display would then get updated constantly.? If that solves your problem, a more advanced approach would be to code in some logic that only updates the meter every fifth or tenth or twentieth (you get the idea) time through the loop, as it likely doesnt make sense to do it EVERY time through.

Hope this helps

Sean W7SKD

Join [email protected] to automatically receive all group messages.