stratux icon indicating copy to clipboard operation
stratux copied to clipboard

Issues with V3 SDR

Open 185Tom opened this issue 4 years ago • 3 comments

  1. Stratux version:1.5b2

  2. Stratux config:

    SDR

    • [ ] single -[ x] dual

    GPS

    • [X ] yes
    • [ ] no type:

    AHRS

    • [X ] yes
    • [ ] no

    power source:

    usb cable:

  3. EFB app and version: Foreflight 11.7.1

    EFB platform: (e.g., iOS 12.4.1)

    EFB hardware: (e.g., iPad Mini 3)

  4. Description of your issue: I just installed a new UAT SDR V3 and noticed two things. It does not report tower signal levels as the older version did and also it comes online just after the Stratux had finished booting not waiting the 1:30 that the previous version did.

If possible, enable "Replay Logs", reproduce the problem, and provide a copy of the logs in http://192.168.10.1/logs/stratux/ and http://192.168.10.1/logs/stratux.log.

185Tom avatar Sep 13 '19 10:09 185Tom

Known bug. RSSI values are sent from the radio now, they need to be interpreted properly in processRadioMessage().

https://github.com/cyoung/stratux/blob/master/main/lowpower_uat.go#L117-L121

There's no startup delay on the UATRadio because it isn't a large power consumer like the other SDRs.

cyoung avatar Sep 13 '19 14:09 cyoung

Thank you for the reply. I am not quite up to speed how to alter the code. Will there be a published updated code out soon? Thanks again,Tom

-----Original Message----- From: cyoung [email protected] To: cyoung/stratux [email protected] Cc: 185Tom [email protected]; Author [email protected] Sent: Fri, Sep 13, 2019 10:24 am Subject: Re: [cyoung/stratux] Issues with V3 SDR (#791)

Known bug. RSSI values are sent from the radio now, they need to be interpreted properly in processRadioMessage().https://github.com/cyoung/stratux/blob/master/main/lowpower_uat.go#L117-L121There's no startup delay on the UATRadio because it isn't a large power consumer like the other SDRs.— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

185Tom avatar Sep 14 '19 11:09 185Tom

Is there a website I can go too get up to speed a bit on modifying the code?

Thanks for any help,

Tom

185Tom avatar Sep 14 '19 17:09 185Tom