Elektrine lite

← Feed

@samhenrigold@hachyderm.io

Post #3144726

2025-10-07 00:45 UTC

The actual calculation is dead simple. When converting signal strength to bars, CommCenter loads each threshold from memory and compares until it finds the right range. This code is not the problem...

Replies (1)

  • @samhenrigold@hachyderm.io 2025-10-07 00:46

    ...this is. This is the lookup table. When you convert the bytes to actual dBm values, you get: -115, -111, -107, -103, and -99 (the closer to zero, the better the signal) For example, here you need -107 or better signal to see 3 bars.

    Open ##3144727