- Posts: 2631
New Hubsan Upgraded Version on the way
- goebish
- Offline
- I Void Warranties
Please Log in or Create an account to join the conversation.
- Xermalk
- Offline
- Posts: 181
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
Hope it will be included in a next NB realease ...
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
I will test with my H102D too
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
[protocol_opts]
vTX MHz=5885
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.
- SeByDocKy
- Offline
- Posts: 1016
goebish wrote: You can :
...but there's a vTX frequency setting menu.[protocol_opts] vTX MHz=5885
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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).
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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.
- midelic
- Offline
- Posts: 174
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
}
}
******************
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
thanks in advance
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- New Hubsan Upgraded Version on the way