- Posts: 2631
Flysky AFHDS 2A, protocol as used i10, i6, iT4,
- goebish
- Offline
- I Void Warranties
quad450 wrote: EDIT: I have also found this www.deviationtx.com/forum/6-general-disc...power-afhds-2a#64720
It seems that TX power is set only in afhds2a_init(). So, if TX power is changed after powering on the transmitter, it is not set correctly.
You're right, I've just fixed it.
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
Goebish, thanks your works are always appreciated!!
Please Log in or Create an account to join the conversation.
- daniel.snowsurf
- Offline
- Posts: 23
goebish wrote: @daniel.snowsurf I've hacked a 7e firmware with extended telemetry support for FrSky D & AFHDS 2A protocols at the expense of a few disabled stuffs (VIBRATINGMOTOR, MULTIMOD_SUPPORT, 4IN1FLASH). Also, I had to use size optimization flag for armgcc, I'm not sure this doesn't have any side effects, but everything seems to be fine, this firmware has been used by a few people since June already.
build: www.dropbox.com/sh/v1ckkohd8nmlc5a/AAA_n..._wCGMl8qbdtOgRa?dl=0
source: github.com/goebish/deviation/tree/7e_extended_telem
Thanks for the build. Sorry for answering so late, but I was having problems with the login.
In the meantime got docker runing over VMware and did a build myself, not easy but I got it. Something more drastic, removed the standard GUI completely (I never use it) and got space for the layout editor & extended telemetry.
Please Log in or Create an account to join the conversation.
- batata004
- Offline
- Posts: 2
Do you think it's possible to use nrf24l01 to communicate with i10, i6... radios/receiver? I mean, the A7105 chip is not easy to find here in brazil so I am wondering how easy it would be to receive data from my TGY-I6 radio and sent it to nrf24l01 (connect to arduino).
Thanks.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
It *might* be possible to have a com between nrf24l01 and a7105 with an emulation layer (lots of work!), but only with very specific parameters (a7105 in gfsk mode, 250kbps, 1Mbps or 2Mbps, short packets) ... and that's not even sure it can work, it could fail because they've not the exact same gfsk deviation and probably other stuffs.
Please Log in or Create an account to join the conversation.
- batata004
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- cmonz
- Offline
- Posts: 4
goebish wrote: @daniel.snowsurf I've hacked a 7e firmware with extended telemetry support for FrSky D & AFHDS 2A protocols at the expense of a few disabled stuffs (VIBRATINGMOTOR, MULTIMOD_SUPPORT, 4IN1FLASH). Also, I had to use size optimization flag for armgcc, I'm not sure this doesn't have any side effects, but everything seems to be fine, this firmware has been used by a few people since June already.
build: www.dropbox.com/sh/v1ckkohd8nmlc5a/AAA_n..._wCGMl8qbdtOgRa?dl=0
source: github.com/goebish/deviation/tree/7e_extended_telem
I'll probably not maintain it, that will be up to you to merge this branch with current master in order to update your build (if even possible, this build is already using most of the available flash space: 114.61kB out of 116kB).
ps: special thanks to my old armgcc toolchain (4.8.3) that produces smaller binaries than the current versions
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
For voltage sensor, just experiment with what you have as different kinds of sensors (Rx, Rx built-in sensor, ibus sensor ...) will use a different field.
VOLT1 = Rx voltage
VOLT2 = external voltage sensor 1 (ibus,or sometime built into the Rx)
VOLT3 = external voltage sensor 2 (ibus)
CELL = voltage as reported by betaflight with ibus telemetry enabled
Please Log in or Create an account to join the conversation.
- cmonz
- Offline
- Posts: 4
Please Log in or Create an account to join the conversation.
- Fernandez
- Topic Author
- Offline
- Posts: 983
Please Log in or Create an account to join the conversation.
- cmonz
- Offline
- Posts: 4
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
With the tinyfish (no PA/LNA) I lose telemetry very often, even with the Taranis.
Please Log in or Create an account to join the conversation.
- marcelobm
- Offline
- Posts: 2
I've been having some issue with the afhds02a and the FS-iA6B. I have my devo 7e moded (A7105) and with deviation-devo7e-v5.0.0-8cddd9d,
I manage to bind it successfully but there seems to be a delay of about a second between my input in the transmitter and the action in the servos. I checked with other transmitters like DMX and Walkera and this delay does not happen.
Has anyone encountered this issue? does someone has a clue of how to fix it?
Thank you in advance.
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.
- cmonz
- Offline
- Posts: 4
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Maybe you can ask daniel.snowsurf to share his modded firmware so you can check if the issue comes from my hacked firmware or your cc2500 module ...
Please Log in or Create an account to join the conversation.
- daniel.snowsurf
- Offline
- Posts: 23
https://www.banggood.com/es/A7105-Wireless-RF-2_4GHz-Transceiver-Module-3_3V-Power-Supply-Module-p-909404.html?cur_warehouse=CN
With nightly build it was working fine, no delays. And the same with the custom build with extended telemetry. You can download the build to test it:
devo 7e AFHDS 2A extended telemetry
- No standard GUI
- Extended telemetry only for AFHDS 2A
- Page layout editor
marcelobm and cmonz, if you test the nightly build it should work fine, no delays.
Please Log in or Create an account to join the conversation.
- HTo1980
- Offline
- Posts: 5
goebish wrote: Devo 8
Devo 10
Devo 12
source
I had to merge PPM & SBUS output options into the same item, so this is a 4 choices option:
- PWM + IBUS (default)
- PPM + IBUS
- PWM + SBUS
- PPM + SBUS
Hi everybody,
I am new to this forum so please excuse my noobness. It seems I don't get AFHDS 2A working on my DEVO 10 whatever I try. I installed the very 4in1 module as described here , after that I uncommented the respective modules in the hardware.ini using the devo10-v5.0.0-ed27f5f DFU.
Accessing the model setup I don't find the AFHSD2A protocol selectable in the menu and FlySky won't bind with my FS-A8S. The receiver is OK as checked with the FlySky TX of a friend.
Do you have any suggestions or f/w version for the DEVO 10 with the AFHSD2A protocol selectable as the above URLs aren't valid anymore?
Thanks.
Holger
Please Log in or Create an account to join the conversation.
- HTo1980
- Offline
- Posts: 5
Do you have an idea what else to try getting my devo 10 to work with FlySky/AFHDS2A... FS A8S?
I installed the 4in1 module and uncommented the modules in the hardware.ini. No error messages etc.
The remote works nicely with DSM2/X and some proprietary protocols. Nevertheless, it won't show AFHDS 2A in the protocol section of the remote whatever I do. Since all of the dropbox links for DEVO 10 in this thread seem invalid could you point me to a file including AFHDS 2A, please?
Thanks.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
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,