- Posts: 69
Flysky AFHDS 2A, protocol as used i10, i6, iT4,
- john
- Offline
Please Log in or Create an account to join the conversation.
- povlhp
- Offline
- Posts: 43
Can confirm 8 channels with TGY-i6 and 10-channel firmware.
Please Log in or Create an account to join the conversation.
- povlhp
- Offline
- Posts: 43
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Here's the latest test build:
www.deviationtx.com/forum/protocol-devel...-it4?start=140#49523
And the branch I'm working on, if you want to build it yourself:
github.com/goebish/deviation/tree/protocol_afhds2a
Please Log in or Create an account to join the conversation.
- Evil Pusher
- Offline
- D.I.Y. or die
- Posts: 16
Today is the day. The 3 in 1 module arraived - and it´s installed in the devo 6 - Please, I like to test the AFHDS 2A - may I ask for an Devo 6 Testbuild?
Thank you
D.I.Y. or die
Please Log in or Create an account to join the conversation.
- Arise
- Offline
- Posts: 7
Can anyone please explain in very simple steps the difference between old AFHDS and the new AFHDS 2A? I know that there is also two way, but what means the 2A compared with the original AFHDS?
Also, is there any document describing how the communication AFHDS 2A works? I'm interested in the RX side, more than the TX side.
Also, something completely different, I also have a TGY-i10 with TGY-iA10 module. On the TGY TX, the firmware I believe is stored in a SPI chip which can be dumped with a basic SPI programmer. Also, if someone can provide a dump from a Flysky TX, I can try to crossflash it on my TGY-i10 for testing. Thanks!
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
AFHDS 2A is a completely new protocol compared to AFHDS.
I've not written a description yet, but you can have a look at the TX code already, that should be enough to code the RX side:
github.com/goebish/deviation/blob/protoc...ysky_afhds2a_a7105.c
The eeprom in the i10 is used to store model settings, not the firmware itself, which is stored in the MCU flash.
Please Log in or Create an account to join the conversation.
- Arise
- Offline
- Posts: 7
Thanks for the code, I'll look over it to see what I can understand.
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.
- 2black0
- Offline
- Posts: 11
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Evil Pusher wrote: @ goebish
Today is the day. The 3 in 1 module arraived - and it´s installed in the devo 6 - Please, I like to test the AFHDS 2A - may I ask for an Devo 6 Testbuild?
Thank you
Oh, sorry but I missed your message, email notification doesn't work sometimes ...
Here it is: www.dropbox.com/s/7vjjufhcesddc8m/deviat...0.0-eafe016.zip?dl=1
I'll try to code the complete telemetry model next week end.
Please Log in or Create an account to join the conversation.
- 2black0
- Offline
- Posts: 11
goebish wrote: Yes, but only on the i10 or Deviation.
No I mean, rssi pinout for OSD
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.insidegadgets.com/2015/11/25/extract...osd-for-fpv-display/
Please Log in or Create an account to join the conversation.
- Evil Pusher
- Offline
- D.I.Y. or die
- Posts: 16
THX - great work.
FW is installed on Devo 6 - and works asf. I will start testing tonight.
How should I report?
Thank you.
D.I.Y. or die
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
My new toy (the HackRF one) is eating most of my free time right now
(OOT but I had to post that, I'm finally able to decode packets from a xn297 with the HackRF + some custom code \o/)
Please Log in or Create an account to join the conversation.
- 2black0
- Offline
- Posts: 11
goebish wrote: Ah Ok, looks like it can be done, no need to update the firmware as it's using error rate, but it's not a direct output from a pin, you'll have to use an attiny85 connected to the a7106 module:
www.insidegadgets.com/2015/11/25/extract...osd-for-fpv-display/
because there are PPM and IBUS, we dont need CH6 anymore, so can you generate RSSI pinout in CH6 and can directly connected with OSD
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Programming an attiny85 and connecting it into the iA6B is easy anyway, you should try this route if you really need a RSSI output for your OSD.
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
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.
- Home
- Forum
- Development
- Protocol Development
- Flysky AFHDS 2A, protocol as used i10, i6, iT4,