Detected 0 radio channels. To operate PX4 you need at least 5 channels
-
@Paul-Carff I was wondering:
- should try to reinstall 0.9.5?
- it is the reciever?
Will await your next suggestion.
-
@Paul-Carff It looks like the correct driver is running but not receiving valid data on the serial port. This could indicate something wrong with the cabling or connectors. It's definitely not something we have seen before. You could try going back to 0.9.5 to see if it starts to work again. If it is still broken with 0.9.5 then that indicates a hardware problem. If it works with 0.9.5 then there is some sort of configuration issue with 1.0.0.
-
@Eric-Katzfey
Reflashed to 0.9.5 and have the same problem (expected this as that was my original issue.)The cable looks good from the receiver to the what looks like a board that is coated in silicon (I didn't want to start disassembling the drone yet.)
I am wondering if it is the receiver that has failed?
-
@Paul-Carff Unfortunately I don't have any other ideas. In theory it is a pretty simple interface. Is it possible to try a different receiver? Maybe that one has a hardware issue of some sort? Usually I will put an oscilloscope on the TX line coming out of the Spektrum receiver to see if I detect it trying to send data.
-
@Eric-Katzfey Thanks Eric - I will check the receiver and I have ordered a replacement to swap out as well. Will let you know what I find.
-
Again, sorry you're seeing this issue!
Check the connections on the side of sentinel, it appears you have power since you see the solid orange-bind LED, but maybe one of the data lines are not seated properly?
This is the binding board info: https://docs.modalai.com/sentinel-spektrum-bind-board/
This is the full part, you can see that it shares the same connector with GPS: https://www.modalai.com/products/voxl-2-gps-mag-rc-assembly?variant=40673762836531If you can, I'd also open up the top and take a quick peak at the bind board connections as well.
Maybe part of that board died on you?You're binding using the voxl2 utilities? We have been using the "-s" option from what I remember, DSMX 22.
On your DX8 and ix14, do you have 22 ms setting, etc?It's worthwhile to try another Spektrum radio receiver.
-
@RichieRich
Connected a new radio and have the same issue.This is curious as I can put it into bind mode via adb shell or ssh and voxl-bind -t or voxl-bind-spektrum -t depending on the SDK version.
So it does communicate.Confirm I am using the 22 ms setting and now that I just re-read your note and looking at the githhub:
Command Line Options
-d, --debug enable debug messages
-h, --help print this help messsage
-t, --DSM2_22 3 pulses (DSM2 1024/22ms)
-f, --DSM2_11 5 pulses (DSM2 2048/11ms)
-s, --DSMX_22 7 pulses (DSMX 22ms)I will give the -s command a test tonight.
I am doing this on my own time in the evenings - sorry I am so slow to respond.
-
@Paul-Carff OMG - I just read my notes when I first configured and I wrote down that I used voxl-bind -s
Can't wait to test when I get home tonight. -
@Paul-Carff
Well that is embarassing. -s not -tThanks all for the help - can close this one out as operator error.
-
@Paul-Carff Thanks for sharing your findings! It's super helpful for future users