- Posts: 2631
Flysky AFHDS 2A, protocol as used i10, i6, iT4,
- goebish
- Offline
- I Void Warranties
Please Log in or Create an account to join the conversation.
- Arise
- Offline
- Posts: 7
I'm not that interested into telemetry stuff and sensors yet, more want to know about the RX part.
Any source code available to try to learn from it in order to make my own rx for example?
There are multiple receivers on the market already (micro/mini receivers), I think some of those could be used and re-programmed with a solid firmware that does everything, and when I say everything it means AFHDS2A/iBUS/failsafe/RSSI. No stupid things like pwm or ppm communication or failsafe over pwm only (really flysky X6B?).
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
github.com/DeviationTX/deviation/blob/ma...ysky_afhds2a_a7105.c
There's no other documentation
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- Paulnea
- Offline
- Posts: 3
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
see: github.com/DeviationTX/deviation/blob/ma...ocol/spi/a7105.c#L82
Not sure how this is controlled in the flysky/turnigy module ...
To control the RF switch you'd have to find 2 free GPIOs on the Devo STM32 mcu, connect them to RF0 & RF1, configure them as push pull outputs ( embedded-lab.com/blog/stm32-gpio-ports-insights/ ) then edit the afhds2a protocol so it has this behavior:
www.deviationtx.com/forum/protocol-devel...4?limitstart=0#44007
... I'd just keep it as you already did and use only 1 antenna
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
Just FYI;
Have a look at this Jeti ds-24, they put two 2.4ghz module each with diversity antenna, in addition they put a 900mhz fhss.
www.google.nl/url?sa=i&rct=j&q=&esrc=s&s...ust=1495453349015055
Please Log in or Create an account to join the conversation.
- joloebig
- Offline
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
I'll divide the value by ten.
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Thanks all..
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
You can use the vbat port, Allcell field can be used to setup low battery.
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
I have now several flight and no dropouts or issue, I think that Flysky Frsky are now the cheap option to go ! also ibus works fine betaflight on any uart, no inversion needed.
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Thanks
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
However someone must download the latetst firmware form the x6b Rx and post it? Possibly firmware between the ia6b are same?
But are you sure it doesn't work properly? You need to set the failsave value per channel in the model channels setup....
I would love to have a failsave feature in deviation, just put sticks in desired positons press button and strore/set failsave, but is not the case here.
(Also a button press store failsave is not available at the RX itself)
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Setting failsafe in the tx won't work using Betaflight cause the flight controller looks for the input signal to drop and when turning off my tx all the channels remain and don't move..If the throttle would drop when turning off the tx like it should then the flight controller would trigger failsafe and disarm the motors other wise it will just fly away..
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Flysky AFHDS 2A, protocol as used i10, i6, iT4,