deviation-devo F12E

More
09 Apr 2016 19:31 #46210 by teddy04
Replied by teddy04 on topic deviation-devo F12E
I've uploaded the last build an now I have some problems to use the other protocols.

I've activated in the hardware.ini the modules A7105 and NRF24L01 this worked with an older version before but there was the sun drive issue.

Now when I selecting e.g. Hubsan or cx10 protocol it doesn't working.

Should I add the protocols before I create the fs file or they are included in the completely build?

Regards

Please Log in or Create an account to join the conversation.

More
09 Apr 2016 23:04 #46235 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
there are no protocol files for the F12E. Does your Tx detect the module? Do you get a '*' next to the protocols you want? How did you udate the hardware.ini exactly? Can you download the devo.fs from your Tx, zip it up and attach it to a post so I can look at it?

Please Log in or Create an account to join the conversation.

More
10 Apr 2016 08:53 - 10 Apr 2016 08:54 #46250 by teddy04
Replied by teddy04 on topic deviation-devo F12E
here the files from my f12e

there is the hardware.ini and the devo.fs

File Attachment:

File Name: devof12e.zip
File Size:5 KB
Attachments:
Last edit: 10 Apr 2016 08:54 by teddy04.

Please Log in or Create an account to join the conversation.

More
10 Apr 2016 12:40 #46256 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
Your hardware.ini file is broken.
What editor did you use to modify it?
yours looks like this:
; enable-cyrf6936 = B12
; has_pa-cyrf6936 = 1 enable-a7105    = A13
 has_pa-a7105    = 1
; enable-cc2500   = A14
; has_pa-cc2500   = 1 enable-nrf24l01 = A14
 has_pa-nrf24l01 = 1
; enable-multimod = A13

and it needs to look like:
; enable-cyrf6936 = B12
; has_pa-cyrf6936 = 1
 enable-a7105    = A13
 has_pa-a7105    = 1
; enable-cc2500   = A14
; has_pa-cc2500   = 1
 enable-nrf24l01 = A14
 has_pa-nrf24l01 = 1
; enable-multimod = A13

Please Log in or Create an account to join the conversation.

More
10 Apr 2016 12:46 #46257 by Blisk
Replied by Blisk on topic deviation-devo F12E
don't use editor which is with windows or especially not word, because it corrupts files.
Use editors like notepad++

Please Log in or Create an account to join the conversation.

More
10 Apr 2016 14:54 #46265 by teddy04
Replied by teddy04 on topic deviation-devo F12E
many thanks for your support.

i've found my mistake - f**k windows - it doesn't recocnise the new line mark on the end of the line and so it putting these staight in one line.

now it working again and i can now make backup on my models.

will it be support more than 10 models in the future?

Please Log in or Create an account to join the conversation.

More
10 Apr 2016 15:27 #46267 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
You can add as many models as you like, but you only have 60kB to play with. To add more models, just create the needed model files in the models directory (they must be sequentially numbered). I recommend copying the 'default.ini' to 'model11.ini' etc. Models generally run from 1k-2k once configured, but can get up to 5k if you make them very complex. We also support custom icons on the f12e, but they are very small (~500bytes). you should not fill the filesystem all the way as it will get very slow if you do. I recommend not going much above 50kB if you can help it.

Please Log in or Create an account to join the conversation.

More
15 Apr 2016 01:24 #46533 by gongye
Replied by gongye on topic deviation-devo F12E
There are little Hello Pb, I download new firmware from April 9 to 11 F12E ask for deviation firmware brush my F12E, is after the boot interface model with only 1 Icon, look not to the original fine and small helicopter icon and the electric quantity indicating and menu nor homepage interface settings, see control file only devo.fs other documents some of the configuration file what are not. Is not my steps have problems, or have some new methods of operation? Confused! Brush before version does not have this phenomenon,Where did I go wrong?

Please Log in or Create an account to join the conversation.

More
15 Apr 2016 04:18 #46543 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
I hope I understand your question. The F12e is not like other devo transmitters. You must copy the devo.fs file from the zip to your Tx. If you want to modify the files on the transmitter, see this post:

www.deviationtx.com/forum/3-feedback-que...f12e?start=120#46180

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 01:12 #46590 by gongye
Replied by gongye on topic deviation-devo F12E

PhracturedBlue wrote: I hope I understand your question. The F12e is not like other devo transmitters. You must copy the devo.fs file from the zip to your Tx. If you want to modify the files on the transmitter, see this post:

www.deviationtx.com/forum/3-feedback-que...f12e?start=120#46180

Thanks to PB's reply! But the new firmware in the ZIP package only devo.fs this file, and I see the remote controller also has this file, I need to do? I am very stupid, the previous firmware brush after a lot of confusion in the configuration file!

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 01:37 #46591 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
yes you need to overwrite the file on the Tx.

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 02:32 #46594 by gongye
Replied by gongye on topic deviation-devo F12E

PhracturedBlue wrote: yes you need to overwrite the file on the Tx.

File cover finished interface shows, there is a problem is I have a tuner module, how to change the configuration file? No hardware INI file ah? thank you

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 02:35 #46595 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
Download buildfs.exe from here:
dl.dropboxusercontent.com/u/52854517/buildfs.exe

Create a new directory to place the files, then
buildfs.exe --fs <path to devo.fs on Tx> --dir <directory on PC to write to> -x

modify hardware.ini

To create a new devo.fs:
buildfs.exe --fs <path to devo.fs on Tx> --dir <directory where devo.fs was previously extracted> -c

example:
mkdir C:\TEMP\f12e
buildfs.exe --fs F:\devo.fs --dir C:\TEMP\f12e -x

then when done:
buildfs.exe --fs F:\devo.fs --dir C:\TEMP\f12e -c

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 07:51 #46603 by gongye
Replied by gongye on topic deviation-devo F12E

PhracturedBlue wrote: Download buildfs.exe from here:
dl.dropboxusercontent.com/u/52854517/buildfs.exe

Create a new directory to place the files, then
buildfs.exe --fs <path to devo.fs on Tx> --dir <directory on PC to write to> -x

modify hardware.ini

To create a new devo.fs:
buildfs.exe --fs <path to devo.fs on Tx> --dir <directory where devo.fs was previously extracted> -c

example:
mkdir C:\TEMP\f12e
buildfs.exe --fs F:\devo.fs --dir C:\TEMP\f12e -x

then when done:
buildfs.exe --fs F:\devo.fs --dir C:\TEMP\f12e -c


I was too stupid to get one afternoon, buildfs.exe download is finished, but I still can not run, my computer system is XP window, open on the flash back.

Please Log in or Create an account to join the conversation.

More
16 Apr 2016 12:43 #46631 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
I don't have an XP system to test on. you need to run from the 'cmd' prompt, and need to post the error message you have.
Alternatively, you need to install python from here:
www.python.org/downloads/release/python-2711/
and then use this:
raw.githubusercontent.com/DeviationTX/de...vo/devofs/buildfs.py

Please Log in or Create an account to join the conversation.

More
07 May 2016 16:22 #47970 by alebpan
Replied by alebpan on topic deviation-devo F12E
Hi, i have 2 questions.
1.Something that is not understanding good...we can go back to the original firmware?

2.I wonder if we can change the video transmission modules with better and what module we can use?
Has anyone tried?

Thx!!

Please Log in or Create an account to join the conversation.

More
07 May 2016 16:30 #47972 by PhracturedBlue
Replied by PhracturedBlue on topic deviation-devo F12E
Yes you can go back.
I can't help you as far as replacements for the video module..I don't know anything about the alternatives.

Please Log in or Create an account to join the conversation.

More
18 May 2016 01:15 #48614 by gongye
Replied by gongye on topic deviation-devo F12E
In the new version 5, how did you add the F12E firmware?

Please Log in or Create an account to join the conversation.

More
09 Aug 2016 18:04 #52626 by nusbr
Replied by nusbr on topic deviation-devo F12E
Could anyone explain me, how i can generate Model icons for Devo F12E?

Please Log in or Create an account to join the conversation.

More
13 Oct 2016 10:00 #54873 by ToddKC
Replied by ToddKC on topic deviation-devo F12E
Can someone just explain to me how to get this thing to control a blade inductrix? This is way too confusing for me. I installed the nightly build, and set model1 to dsmx and got it to bind, but none of the controls do anything. And as far as using a premade template from someone else, I cannot figure out how to get them onto the f12e. The file manager in the deviation upload tool doesn't work, and neither does the buildfs and devo.fs thing mentioned earlier.

I'm perfectly happy making all my models from scratch, but I need to be shown how apparently. I messed with a lot of settings but cannot get the throttle stick to make the props spin. Also can't figure out how to save the model (it resets to default every time I power off and back on), or to have more than one model.

I know this is all free, but why is there so little info about using this thing? Are there only like 3 of us that own one? Sorry for the negativity but I am really frustrated with this. So far I wish I had just spent a lot more to get the tbs tango.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum