New Hubsan Upgraded Version on the way

More
29 Dec 2013 14:27 - 29 Dec 2013 14:30 #17401 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Looks like it is... and I wouldn't be surprised to find gyro/acc data (could be useful for an osd) and other interesting debug values in the frames ;)
Last edit: 29 Dec 2013 14:30 by goebish.

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

More
29 Dec 2013 16:16 #17405 by Xermalk
Replied by Xermalk on topic New Hubsan Upgraded Version on the way

goebish wrote: Looks like it is... and I wouldn't be surprised to find gyro/acc data (could be useful for an osd) and other interesting debug values in the frames ;)




Great job everyone.

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

More
29 Dec 2013 16:41 #17407 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way
Great job everyone too

Hope it will be included in a next NB realease ...

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

More
29 Dec 2013 16:46 #17408 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Look like vTX frequency selection is already in the latest nightly (12/29).

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

More
29 Dec 2013 16:49 #17409 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way
HoHo,

I will test with my H102D too

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

More
29 Dec 2013 16:50 #17410 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
Oh yes please :)

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

More
29 Dec 2013 16:55 #17411 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way

goebish wrote: Oh yes please :)


You have to add some new section in the corresponding model.ini ?

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

More
29 Dec 2013 16:58 #17412 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
You can :
[protocol_opts]
vTX MHz=5885
...but there's a vTX frequency setting menu.

on My Devo 10 I've to go to Model Menu -> Model Setup -> then click the protocol name (Hubsan4).

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

More
29 Dec 2013 17:07 #17414 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way

goebish wrote: You can :

[protocol_opts]
vTX MHz=5885
...but there's a vTX frequency setting menu.

on My Devo 10 I've to go to Model Menu -> Model Setup -> then click the protocol name (Hubsan4).



Good news .... Seems also to work with my Heli H102D.

With this helicopter, you can activate from the TX recording on sd-card located on the Heli. So I guess this information is transmitted in a specific channel

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

More
29 Dec 2013 17:08 - 29 Dec 2013 17:09 #17415 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
If you have a logic analyzer and are willing to open your radio and solder 4 wires I'm pretty sure we can crack the SD recording feature in no time ;)
Last edit: 29 Dec 2013 17:09 by goebish.

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

More
29 Dec 2013 17:11 - 29 Dec 2013 17:17 #17416 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
... as this is a single on/off feature I suspect it could be a bit to set in "jj" bytes, just like for leds and flips feature.

If you're OK I'll make you test a few firmwares to check this possibility once I'm done with the H107D telemetry (haven't started to code).
Last edit: 29 Dec 2013 17:17 by goebish.

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

More
29 Dec 2013 17:13 #17417 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way

goebish wrote: If you have a logic analyzer and are willing to open your radio and solder 4 wires I'm pretty sure we can crack the SD recording feature in no time ;)


I just ordered it .... Will receive it within 2 weeks.

Ok great new also ... when I changing the vTX value on the devo, it's applying directly on the heli :) and with my Hubsan FPV TX i just adapted to chosen frequency. So Great job :)

(je crois que tu es français)

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

More
29 Dec 2013 17:13 #17418 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
oui ;)

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

More
29 Dec 2013 17:17 #17419 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way

goebish wrote: ... as this is a single on/off feature I suspect it could be a bit to set in "jj" bytes, just like for leds and flips feature.

If you're OK I'll make you test a few firmwares to check this possibility after I'm done with the H107D telemetry (haven't started to code).


Sure ....

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

More
29 Dec 2013 19:13 - 29 Dec 2013 19:13 #17424 by midelic
Replied by midelic on topic New Hubsan Upgraded Version on the way
goebish,
some quick code in arduino maybe it can help for devo
*********************
unsigned long pause;
uint8_t x;
uint8_t y;//vlipo
pause=micros();
_spi_strobe(0xA0);//std-by
write_packet();//all data sent packets go here
_spi_strobe(0xD0);//Strobe TX
while(1){
x=_spi_read_adress(0x00);//read mode register(0x00) 0x40 adress
           if(! (x & 0x01))//
             break;//if 1A break
}
_spi_strobe(0xC0);//Strobe RX
while((micros()-pause)<10000){//timing 10ms
x=_spi_read_adress(0x00);//40-19
if(x & 0x01){// 0x19
continue;
}
else{
Read_packet();//if 0x18 read packet all read packets go here
y=packet[13];//nn
_spi_strobe(0xC0);//Strobe RX
}
}
******************
Last edit: 29 Dec 2013 19:13 by midelic.

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

More
29 Dec 2013 19:15 #17425 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way
A picture of the VTX of the Hubsan H102D.... When I will receive the logic analyser, you will tell me where to plug

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

More
29 Dec 2013 19:15 #17426 by SeByDocKy
Replied by SeByDocKy on topic New Hubsan Upgraded Version on the way
A picture of the VTX of the Hubsan H102D.... When I will receive the logic analyser, you will tell me where to plug


Attachments:

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

More
29 Dec 2013 19:33 - 29 Dec 2013 19:34 #17427 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way

SeByDocKy wrote: A picture of the VTX of the Hubsan H102D.... When I will receive the logic analyser, you will tell me where to plug


You don't need to plug on the vRX module, but on the spi bus between the mcu and the a7105 RF chip, will require another picture.
Last edit: 29 Dec 2013 19:34 by goebish.

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

More
29 Dec 2013 19:37 #17428 by goebish
Replied by goebish on topic New Hubsan Upgraded Version on the way
But can you take an HD picture of this vRX ? I'm interested in the pinout but can't read in your picture (too blurry), I'd like to know if it use serial or i2c or anything else...

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

More
29 Dec 2013 20:13 #17431 by HappyHarry
Replied by HappyHarry on topic New Hubsan Upgraded Version on the way
guys i'm being given an H107L as a late christmas present and i'm wondering is it possible to pull the a7105 module from the stock tx? or will i need to order one elsewhere? if so any reccomendations?

thanks in advance

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

Time to create page: 0.122 seconds
Powered by Kunena Forum