7e +telem +layout ed +perm timer, weekly updates

More
22 Jan 2014 22:48 - 09 Jan 2015 17:47 #18950 by HappyHarry
Thanks to PhracturedBlue's great work on combining the switch additions for the 7e into the main Deviation build i no longer need to create build for all the different possible switch combinations. i will however still provide a build with the layout editor, the permanent timer and telemetry all enabled, and this will be that thread containing those builds, this thread will follow the updates in PB's repo but i will only do a new build once a week or so, this will allow people to test the newest code and still have all the options enabled.

as i said all the common switch combinations are now covered in the main code (1 x 3way, 2 x 2way and 2 x 3 way) and along with that there is also a new way of enabling your hardware mods, instead of being in the tx.ini file there is a new file called hardware.ini, and as well as the switch mods the added modules are also enabled in there now.

//********************************************************************************* build updated 9th of August to [url=hhttps://bitbucket.org/deviationtx/deviation/commits/9dae026534bc3cef82aadf607790f0aa452571e4]9dae026[/url], there are three are two is one build attached, see this post >> www.deviationtx.com/forum/builds/2661-7e...ates?start=100#22336 see this post >> www.deviationtx.com/forum/builds/2661-7e...ates?start=140#27581 for details and be sure to download the correct file :)
Attachments:
Last edit: 09 Jan 2015 17:47 by HappyHarry.

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

More
23 Jan 2014 01:09 #18962 by dianjing
thank you for your firware.

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

More
23 Jan 2014 01:15 #18963 by dianjing
i have saw that switch_types: 3x2, 3x1, 2x2 in the hardware.ini.
can it do in 3*2 mode??
i still wait for two 3sw.

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

More
23 Jan 2014 01:37 #18964 by Shanman3us
Replied by Shanman3us on topic 7e +telem +layout ed +perm timer, weekly updates

dianjing wrote: i have saw that switch_types: 3x2, 3x1, 2x2 in the hardware.ini.
can it do in 3*2 mode??
i still wait for two 3sw.


If it's not working 100% right this moment then it will be in the next day or two. It is still a work in progress but all the tweaks will be made and we all get to benefit from it soon.

Thanks to PhracturedBlue and all the others helping him for the continued work on Deviation!

Shanman3us

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

More
23 Jan 2014 11:06 #18985 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
i have updated the build early as a few bugs in the switch settings have been found and quickly fixed, the new build is in the first post.


yes it now can do 3x1, 2x2 and 3x2 switch combinations in the main code, no need for patches anymore 8)

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

More
23 Jan 2014 12:36 #18990 by blackmoon
Replied by blackmoon on topic 7e +telem +layout ed +perm timer, weekly updates
There is no build in the op.

Latest version is available in the nightly builds but I don't think it has the layout editor nor permanent timer.

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

More
23 Jan 2014 12:49 #18991 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
i've just re-attached the build, don't know what happened?

and yes that's right, this is just the same code as the nightly's but with the perm timer and the layout editor enabled

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

More
23 Jan 2014 12:59 #18992 by blackmoon
Replied by blackmoon on topic 7e +telem +layout ed +perm timer, weekly updates
Thank you Phil, as I can't build with all the whistles and bells, with the VM I have.

Should update it but so much to do...

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

More
23 Jan 2014 14:32 #18994 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
no problem :) and yeah time is a valuable resource that needs managed with care ;)

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

More
24 Jan 2014 12:19 #19021 by hongm1212
Replied by hongm1212 on topic 7e +telem +layout ed +perm timer, weekly updates
Waiting for the test.thank you

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

More
24 Jan 2014 20:29 #19043 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
which test? i have got this working on my devo7e and flying heli's fine, i only have one 3way switch set up just now but i will hook up the second over the weekend and test those too. but you are safe to use this build yourself :)

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

More
24 Jan 2014 21:13 - 24 Jan 2014 21:20 #19045 by southtirol32
Replied by southtirol32 on topic 7e +telem +layout ed +perm timer, weekly updates
yes it now can do 3x1, 2x2 and 3x2 switch combinations in the main code, no need for patches anymore 8)

hi i don´t understand an example:


;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
;extra-switches= 2x2
;
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
; 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_switch = A13


it´s correct???or

; enable_switch = 2x2 or 1 //
Last edit: 24 Jan 2014 21:20 by southtirol32.

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

More
24 Jan 2014 21:18 #19046 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
if you have 2 extra 2 way switches added to your 7e (not the original 2 switches, but 2 extra switches) then it would be like this
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
extra-switches=2x2
;

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

More
24 Jan 2014 21:21 #19047 by southtirol32
Replied by southtirol32 on topic 7e +telem +layout ed +perm timer, weekly updates
aha okay, what is with enable switch?? a13?? i hav the nrf module

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

More
24 Jan 2014 21:45 - 24 Jan 2014 21:46 #19048 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
the enable switch is for the new multi protocol board that PB is creating, you won't need to bother with that. for enabling your nrf module you just enable it in the hardware.ini file the same way as you did when it was in the tx.ini file

enable-nrf24l01=A14 (or A13, depends on if it's connected to TMS or TCK)
has_pa-nrf24l01=1 (or 0, depends if your module has a power amp)
Last edit: 24 Jan 2014 21:46 by HappyHarry.

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

More
25 Jan 2014 01:05 #19058 by hongm1212
Replied by hongm1212 on topic 7e +telem +layout ed +perm timer, weekly updates
I am not a developer, I'm just D7E users, according to the method of GALEE I change the three sections of the switch, and use the firmware, but because he has no to mixed control switch firmware, so I hope you can be developed on the basis of the Deviation can be mixed in possession of the three sections of the switch firmware.
Thanks again.
English is very poor, translation software, forgive me.

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

More
25 Jan 2014 19:25 #19098 by southtirol32
Replied by southtirol32 on topic 7e +telem +layout ed +perm timer, weekly updates
hi

; enable_switch = A13,

in the last line, what you mean? it´s this okay i don´t must change the last line?? the nrf module have A13

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

More
25 Jan 2014 20:28 - 25 Jan 2014 20:31 #19102 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates
as long as you don't uncomment the line it wont be read, here is how my hardware.ini looks, i have a 3x1 switch as well as an nrf module and an a7105 module
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
extra-switches=3x1
;
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
; enable-cyrf6936 = B12
has_pa-cyrf6936=1
enable-a7105=A14
has_pa-a7105 = 1
; enable-cc2500 = A14
; has_pa-cc2500 = 1
enable-nrf24l01=A13
has_pa-nrf24l01=1
; enable_switch = A13

as you can see only the lines without the semicolon ';' at the start are read by the Tx
Last edit: 25 Jan 2014 20:31 by HappyHarry.

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

More
25 Jan 2014 20:42 #19104 by blackmoon
Replied by blackmoon on topic 7e +telem +layout ed +perm timer, weekly updates
enable_switch A13 is for the multi-protocol module PB is designing leave it as is.

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

More
25 Jan 2014 20:43 - 25 Jan 2014 20:44 #19105 by HappyHarry
Replied by HappyHarry on topic 7e +telem +layout ed +perm timer, weekly updates

hongm1212 wrote: I am not a developer, I'm just D7E users, according to the method of GALEE I change the three sections of the switch, and use the firmware, but because he has no to mixed control switch firmware, so I hope you can be developed on the basis of the Deviation can be mixed in possession of the three sections of the switch firmware.
Thanks again.
English is very poor, translation software, forgive me.


i also am not a developer, i am just a user like you :) no need to apologise for your english.

as you have the two 3 way switches added like galee then you will just have to set your switch option to 3x2 so it would be
extra-switches=3x2

then if you go into your switch settings you will find 2 new switches available to choose, SW A and SW B and 3 positions for each switch. then you can use them as you see fit in your setup :)
Last edit: 25 Jan 2014 20:44 by HappyHarry.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum