- Posts: 799
Radiolink AT9 as a platform for Deviation?
- dc59
- Offline
anasm2010 wrote: hello
i hope more people will be interested and will help on the deviation of the at9.
In my side im working in a mod to control the H8mini quadcopter using a NRF24L01 over the trainer port. I will share when I end
Is it similar to Goebish's project ?
github.com/goebish/nrf24_multipro
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- bianchifan
- Offline
- Posts: 49
I.E. detailed pics of the mechanics?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
www.deviationtx.com/wiki/hardware/radiolink_at9
The AT10 should be following soon. The FCC was nice enough to provide a schematic for it too:
www.deviationtx.com/wiki/hardware/radiolink_at10
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- bianchifan
- Offline
- Posts: 49
Thx for your answer, do you think Devo7/10 are the better choice?vlad_vy wrote: Not the best quality, it has bearing on one side only, second side mounted on pot shaft.
I'm not in the theme, I built a TX with a cheap Banggood-Walkera, ther were no gimbals but wabbles.
Lot of work to make them run - for a while, maybe.
Originally I liked to grab infos on the AT10 I found on RCGroups.
Some people tell, it's a Futaba clone (I dod not knows what's that..Futaba.
I never saw a Futaba, Graupner e.t.c
Some people like Taranis-Gimbals, others vote them for crap.
But I fear, they are used too highly expensive stuff of several thousand $s.
I'm just looking for a nice housing with precise and reliable gimbals.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
www.robotshop.com/en/axis-joystick-gim.html
www.banggood.com/Frsky-Taranis-X9D-Plus-...embly-p-1022093.html
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I figured out that the problem with uploading to the Radiolink using 'dfu-util' is that the flash has a 2k page size, but the bootloader only supports a 1k transfer-size. dfu-util does an erase/write for each transfer, which means we erase the page we just wrote every other time. The fix is to do an erase pass first, and then follow it up with a write pass. I've modified my dfu_util to do this, but I'll need to update deviation_upload to support this as well to make it easy for others to use. In the interim, the radiolink software is (barely) usable.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
It seems AT9 would be deviated! but what's your plan about RF module?
will you test it with stock RF module(ZigBee ?) + RadioLink protocol or replace the RF module with another one for test?
Thanks!
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
I think I will get one AT9.
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
So it's better not to pretend now that we can handle native protocol but to replace it altogether.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
We're still to decide how to handle miserable amount of EEPROM this TX has - either to allocate 256K of flash (it has MCU beefy in flash - 512K - which we can't use for firmware, but it can change any time - they can realize they don't need it either and stop putting such processors in future models), or add SPI flash to the module this TX needs anyways.
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.
- PhracturedBlue
- Offline
- Posts: 4402
They all have a 320x24016bit screen. I think the firmware is only setup to support 16 colors though (I'm not really sure, I haven't actually tested the stock firmware).
I think the AT10 is basically identical to the AT9 with the exception of the cursor lever and extra dial. I am not sure yet what to do with the interface on this one. we only have the equivalent of 5 buttons (Exit, Mode, Dial Press, Dial Left, Dial Right) and The entire interface is designed for 6 buttons.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Because the AT9 has limited space for a filesystem, I don't think we'll get the full benefit of the 320x240 screen. My current plan is to build a reduced-color gui (probably just 16-color icons/buttons) to start with. Then we're thinking that we can add some SPI flash to a 4-in-1 module to give us proper file-system support with full color icons and full font support. if I can get that working, I should have a basic demo running pretty soon.
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Radiolink AT9 as a platform for Deviation?