E Thomas
E Thomas
@punkkills My thinking was to make it accessible to so it could be experimented with. :] So far I've found that at the maximum-filtering value (1) the displayed RSSI readings...
Yeah, I think increasing the divider in the 'filterRatioFloat' setups (in the node .ino) from 1000.0 to 10000.0 is worth doing. Even with that and "Filter Ratio" set to 1...
Rebased to master-20181112
@punkkills My experience with the modules has been that they have a very consistent peak-RSSI level, typically in the 205-215 range. The peak can rise a bit (maybe 5-10) as...
@punkkills Sure, no problem. I'd say it's not that the peak RSSI is always saturated during a pass (though it often is), but it can be saturated on any given...
Rebased to master-20181112
Being able to specify it as 1-8 makes the Arduino-flashing process easier.
Also, just modified the doc to reference the new NODE_NUMBER define.
Rebased to master-20181112
I think it'd be good if the node ino code could support either method -- specifying the node ID directly, or "auto detect." I've got a PR posted [here](https://github.com/scottgchin/delta5_race_timer/pull/72) that...