开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Scanraw command #console_commands


 

Erik,
? Has the binary format of the scanraw command Changed?? The following conversion no longer seems to work for me:

? ? level (in dBm)? = ( byte 3 (0x5C) + (byte 4 (0x00) * 256) )? / 2 - 128 -> -82dBm

? The above worked for me previously, but for a displayed value ~-25.5dBm?I'm receiving a byte pair of 0x9e and 0x0c.? Thought I'd check with you before spent time debugging my script.

- Herb


 

See this comment
/g/tinysa/message/391

?>level (in dBm)? = ( byte 3 (0x5C) + (byte 4 (0x00) * 256) )? / 2 - 128 -> -82dBm

Now need divide on 32 and sub 128


 

On Wed, Jul 29, 2020 at 08:40 PM, DiSlord wrote:
See this comment
/g/tinysa/message/391

?>level (in dBm)? = ( byte 3 (0x5C) + (byte 4 (0x00) * 256) )? / 2 - 128 -> -82dBm

Now need divide on 32 and sub 128
Thanks DiSlord,
? ? I figured it had something to do with the recent change that needed to be made in TinySA.exe setting.? After I slept on it last night that was the first thing I was going to try this morning.? The issue probably deserves a "How do I convert the binary values returned from the scanraw command?" in the Wiki.

Herb