dgatf / msrc

Multi Sensor for RC with RP2040 - FrSky D, SmartPort, XBUS, SRXL, IBUS, SBUS, Multiplex Sensor Bus, Jeti Ex Bus, Hitec
GNU General Public License v3.0
165 stars 39 forks source link

having a similar problem to closed issue XBUS-Connection to AR8020T-Receiver #95 #120

Closed BatesKG closed 4 months ago

BatesKG commented 8 months ago

Hello. I'm trying to use this project with an analog speed sensor (FuriousFPV), an RP2040 Zero board, and an AR8020T receiver that is bound to an ix20. In the BoardConfig gui, I can see changing values getting from the sensor to the RP2040 in the debug screen, but the IX20 is not seeing the airspeed sensor. Are the code changes in issue #95 now part of the downloadable binary from the main page? Or the binary that is 1K smaller from the issue 95 page? I've tried both binaries and neither seem to work. Thanks for any info you can provide.

KevinB

dgatf commented 5 months ago

I've tested and it is working. It might be the binary was not the last one. I've added some additional debug output. You should see something like this: Captura desde 2024-02-23 15-40-54

Please follow following steps:

  1. Download the binary https://drive.google.com/file/d/1pzIt4XdcLxiSUfSTfyoh_w5tLTFd9JN2/view?usp=sharing
  2. Check that pullups on SDA and SCL lines are installed (I've tested with 1k)
  3. Power on the receiver after MSRC. Do this manually (If it works, later you can do with a transistor switch)
  4. Check the debug and post it
dgatf commented 4 months ago

Reduce boot time to improve xbus initialization. Commit a1bfc8d