New Hubsan Upgraded Version on the way

More
28 Dec 2013 15:28 #17292 by goebish

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

More
28 Dec 2013 15:28 #17293 by PhracturedBlue
Replied by PhracturedBlue on topic New Hubsan Upgraded Version on the way
I just committed a change that lets you set the step-size for proto_opts.
Take a look at ppmout.c for an example of how to do it.
you should be able to do:
  _tr_noop("Video Hz"),  "5645",  "5945",  "5", NULL,

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

More
28 Dec 2013 15:30 #17294 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Thanks PB !
I'll try to make a patch tonight, in the mean time people can ask me fixed frequency versions if they want to test.

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

More
28 Dec 2013 15:34 - 28 Dec 2013 15:48 #17296 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way

Xermalk wrote: Edit: and will we be able to set the freq in 1 mhz steps?
Wehn i tired the bugged devo 10 version i seem to have neded up in the middle of 2 frequencies on the vtx. So i belive its possible to use smaller steps.
would be nice to have the ability to use one of the aux knobs to tune the frequency. As one could easily find the optimal freq /range that way.


No, it will be a setting in a menu, no aux knobs, but yes it looks like we can set the frequency in 1MHz steps, pretty interesting vTX (and vRX, one should try to hack it someday, I think I saw i2c or serial test points nearby the module ;))
Last edit: 28 Dec 2013 15:48 by goebish.

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

  • rbe2012
  • rbe2012's Avatar
  • Offline
  • So much to do, so little time...
More
28 Dec 2013 15:49 #17301 by rbe2012
Replied by rbe2012 on topic New Hubsan Upgraded Version on the way

PhracturedBlue wrote: I just committed a change that lets you set the step-size for proto_opts.
Take a look at ppmout.c for an example of how to do it.
you should be able to do:

  _tr_noop("Video Hz"),  "5645",  "5945",  "5", NULL,


Vlad will love this for the DSM resolution.

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

More
28 Dec 2013 15:55 - 28 Dec 2013 16:07 #17302 by Xermalk
Replied by Xermalk on topic New Hubsan Upgraded Version on the way
Ohh, do i smell a potential hack that might increase its output power?
Hubsan has mumbled something about space for a power amp on the vtx. That gave it 1000m range in the official thread.

But then they went silent when we asked about what power amp was needed.

Edit: Hrm, im having some issues with the devo10 / 5945 version i grabbed yesterday.

It seems to constantly reset the tx.ini module values to this.

[modules]
enable-cyrf6936=None
has_pa-cyrf6936=1
enable-a7105=None
has_pa-a7105=1
enable-cc2500=None
has_pa-cc2500=0
enable-nrf24l01=None
has_pa-nrf24l01=0


/had do do a double trip to the field today becuase of this when i was going to maiden my secondhand bixler. Thankfully its just 7 min by car :)
Last edit: 28 Dec 2013 16:07 by Xermalk.

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

More
28 Dec 2013 16:11 - 28 Dec 2013 16:12 #17306 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Weird, maybe a bug in the latest dev sources ?

My code shouldn't do anything to tx.ini, it only sends 2 additional frames just after bind.
Last edit: 28 Dec 2013 16:12 by goebish.

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

More
28 Dec 2013 16:19 #17307 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Well... maybe I should flash it to my own TX :blush:, even if I don't have a H107D (I've got a a7105 inside).

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

More
28 Dec 2013 16:27 #17308 by WheresWaldo
Replied by WheresWaldo on topic New Hubsan Upgraded Version on the way

goebish wrote: Weird, maybe a bug in the latest dev sources ?

My code shouldn't do anything to tx.ini, it only sends 2 additional frames just after bind.


This was a bug fixed in PB's repo last night.

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

More
28 Dec 2013 16:41 #17310 by Daryoon
Replied by Daryoon on topic New Hubsan Upgraded Version on the way
Yes. It was a bug that has been fixed in yesterday's code.

I was encountering it too while testing last night. But I was aware of the bug already, so I knew it was not related to the new Hubsan code we were testing.

That's why I didn't mention it.

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

More
28 Dec 2013 16:49 #17312 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way

Xermalk wrote: Edit: Hrm, im having some issues with the devo10 / 5945 version i grabbed yesterday.

It seems to constantly reset the tx.ini module values to this.

[modules]
enable-cyrf6936=None
has_pa-cyrf6936=1
enable-a7105=None
has_pa-a7105=1
enable-cc2500=None
has_pa-cc2500=0
enable-nrf24l01=None
has_pa-nrf24l01=0


I can reproduce this issue on my Devo 10, looks like a bug in latest Deviation sources, each time the firmware writes tx.ini it resets the [modules] section.

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

More
28 Dec 2013 16:52 #17313 by PhracturedBlue
Replied by PhracturedBlue on topic New Hubsan Upgraded Version on the way
As has been stated. The issue was fixed yesterday. It should work fine now.

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

More
28 Dec 2013 17:00 #17315 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Ok, thanks, updating :)

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

More
28 Dec 2013 17:20 #17316 by Xermalk
Replied by Xermalk on topic New Hubsan Upgraded Version on the way

goebish wrote: Ok, thanks, updating :)


Mind releasing a new version for the devo 10 when your done updating?

i have a indoor fly tomorrow and id rather not end up with a reset tx.ini file again :silly:

For freq 5885 or 5945.

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

More
28 Dec 2013 17:49 #17317 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Work in progress...

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

More
28 Dec 2013 17:54 #17319 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way

Xermalk wrote: Mind releasing a new version for the devo 10 when your done updating?


5885,
speedy.sh/T7qpR/devo10.dfu

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

More
28 Dec 2013 18:50 - 28 Dec 2013 18:53 #17322 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way

Xermalk wrote: Mind releasing a new version for the devo 10 when your done updating?


Can you try this version please:
speedy.sh/f8Kqk/devo10.dfu

It should have the vTX Freq protocol option working :)

Model Menu -> Model Setup -> click on the protocol name (Hubsan4) to access the screen... I had a hard time finding it :blush:

edit: oops, I should test my firmware before uploading it, it resets to 5885 at power on, I must have overlooked something.
Last edit: 28 Dec 2013 18:53 by goebish.

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

More
28 Dec 2013 18:58 #17323 by Xermalk
Replied by Xermalk on topic New Hubsan Upgraded Version on the way

goebish wrote:

Xermalk wrote: Mind releasing a new version for the devo 10 when your done updating?


Can you try this version please:
speedy.sh/f8Kqk/devo10.dfu

It should have the vTX Freq protocol option working :)

Model Menu -> Model Setup -> click on the protocol name (Hubsan4) to access the screen... I had a hard time finding it :blush:

edit: oops, I should test my firmware before uploading it, it resets to 5885 at power on, I must have overlooked something.


Sure, ill test it once you have fixed it :) can i step it in 1 mhz steps? Or its using 5mhz just like hubsan?

And whats the lowest frequency it allows? Id love to see if i can get the vtx to send on frequencies lower then the ones hubsans tx allows.

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

More
28 Dec 2013 19:17 #17324 by PhracturedBlue
Replied by PhracturedBlue on topic New Hubsan Upgraded Version on the way

goebish wrote: Work in progress...

Will this cause any issues with the older hubsan models, or did you define it as a new protocol?

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

More
28 Dec 2013 19:20 - 28 Dec 2013 19:21 #17326 by midelic
Replied by midelic on topic New Hubsan Upgraded Version on the way
when scrolling in the menu ,changing the vtx I see there is no telemetry.....no receiving packets .
Also the hubsan lipo icon disappears from the screen
Last edit: 28 Dec 2013 19:21 by midelic.

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

Time to create page: 0.096 seconds
Powered by Kunena Forum