- Posts: 2631
FQ777-124 Pocket Drone
- goebish
- Offline
- I Void Warranties
Please Log in or Create an account to join the conversation.
- BirdBarber
- Offline
- Hummingbird Assassin
- Posts: 134
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
From what I calculated the lowest setting = ~5mW (-18 + 25 = 7dBm, roughly the same power than stock transmitter)
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Assuming a rfx2401c PA (+25dBm, saturates at 22dBm) is connected to the nrf24 this gives:
TXPOWER_100uW: nrf_power = 0; // -> -18+25 = 7dBm ~= 5mW
TXPOWER_300uW: nrf_power = 0;
TXPOWER_1mW: nrf_power = 0; ;
TXPOWER_3mW: nrf_power = 1; // -> -12+25 = 13dBm ~= 20mW
TXPOWER_10mW: nrf_power = 1;
TXPOWER_30mW: nrf_power = 2; // -6+25 = 19dBm ~= 80mW
TXPOWER_100mW: nrf_power = 3; // +25(sat)= 22dBm ~= 158mW
TXPOWER_150mW: nrf_power = 3;
Please Log in or Create an account to join the conversation.
- paglia
- Offline
- Posts: 11
BirdBarber wrote: Your voltage regulator may be overheating and causing unstable voltage, it's only rated to about 200ma total from what I've been told. And that's when running on NIMh which don't heat up the regulator nearly as much as a LiPo because they are closer to the final regulated voltage. So it doesn't have a whole lot of power to spare for the add in boards.
Maybe you should try setting the transmit power down to 10mw or 30mw and see if it helps, it should still have enough transmitter range to fly it beyond visual range.I've heard other people say you need to add a 2nd voltage regulator if you're going to use 100mw or above, but I haven't verified this myself.
See this post for details: www.deviationtx.com/forum/7-development/...dule?start=780#52623
Thanks a lot! you think it's better to put the nimh batteries instead of lipo? can decrease the range dsm2\x protocol with nimh batteries??
Please Log in or Create an account to join the conversation.
- BirdBarber
- Offline
- Hummingbird Assassin
- Posts: 134
The extra voltage of the LiPo is all wasted in the form of heat and doesn't increase the power or transmit time, it only makes the voltage regulator run hotter. The range would be identical at the same transmit power because the voltage regulator supplies 3.3V to the transmitter with either battery. The only difference is that NiMh start with a lower voltage so the voltage regulator has less excess voltage to get rid of in the form of waste heat. So it's possible to set the transmit power a little higher using NiMh before the voltage regulator overheats because it isn't working as hard.
With DSM2 / DSMX you are using the stock CYRF module inside the transmitter instead of the add in NRF24L01. If you haven't done the 'range mod' to the 7E, then it's CYRF module has a non adjustable 10mW transmit power. In stock form the 7E CYRF module isn't adjustable like the NRF24L01 module or the CYRF modules in other Devo models. So the actual transmit power of DSM2/X is identical on a stock 7E with either battery, it just runs hotter with a LiPo.
Did dropping the transmit power make any difference? Looking at goebish's last 2 posts it looks like you should set the transmit power to '10mW' or lower since the '3mW'' & '10mW' settings are actually putting out 20mW, which is more than enough for this quad. If you use the '1mW' setting then it is actually putting out 5mW, which is 1mW higher than the stock transmitter that came with the quad.
Please Log in or Create an account to join the conversation.
- paglia
- Offline
- Posts: 11
So I have tried 10mw and it seems fly good now!
Please Log in or Create an account to join the conversation.
- kahuna001
- Offline
- Posts: 34
Please Log in or Create an account to join the conversation.
- BirdBarber
- Offline
- Hummingbird Assassin
- Posts: 134
A LiFe battery is in-between NiMh and LiPo in voltage. So it will charge fast and will overheat the transmitter a little, but not nearly as much as a LiPo.
The 7E has a cheap 'linear' voltage regulator. It gets rid of excess voltage as heat. It's also a small regulator, so it doesn't really have much extra current output for add-in boards. Some other transmitters use a 'switching' voltage regulator. They use a more complex circuit that gets rid of excess voltage more efficiently and don't waste it as heat. In those transmitters a higher voltage will extend the run time of the transmitter since power isn't wasted as heat. But no battery will increase the transmit power, the transceiver modules only see an identical regulated 3.3V no matter what battery you are running.
A battery with a very small continuous output current (ma or 'C' rating) could in theory cause the transmitter to not run at full power, but all battery types for the 7E have way more than enough output current to run it properly, so it's not an issue.
Please Log in or Create an account to join the conversation.
- BirdBarber
- Offline
- Hummingbird Assassin
- Posts: 134
I reinstalled your deviation-devo8-v5.0.0-999a4f1.dfu and filesystem on an 8S with discreet NRF24L01+PA+LNA and gave it 6 test flights. Everything worked great with zero problems or lag. I tested all modes: normal, flip, RTH and headless many many times. I would say it's ready to go as paglia's problems were with the voltage regulator and not the new protocol.
This little quad sure is zippy and a blast to fly on rainy days. Thanks to all that worked on the protocol.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
No one should be using a 2S Li-Po in a 7e with the stock regulator, if you really want lithium based batteries, get a 2S Li-Fe, which has a voltage close to using 4x AA alkaline cells.
Please Log in or Create an account to join the conversation.
- bikemike
- Offline
- Posts: 42
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.deviationtx.com/forum/protocol-devel...200-rf-chip?start=20
I gave up eventually because I couldn't get my hands on a hs6200 breakout or a machine that's using it myself ...
Please Log in or Create an account to join the conversation.
- paglia
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- petsmith
- Topic Author
- Offline
- Posts: 63
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.deviationtx.com/forum/protocol-devel...6379-fq777-951#53907
If someone has a XN297 FQ777-124 I'd really like that you check if it's using the same protocol ...
Please Log in or Create an account to join the conversation.
- NutraBind
- Offline
- Posts: 9
does the support for FQ777-124 included in the nightly builds or do I need to use the deviation-devo10-v5.0.0-4f78a00 from the Dropbox link above?
Thanks.
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.
- NutraBind
- Offline
- Posts: 9
The pocket drone now binds both with Devo 7e and Devo 10 using the latest nightly (2ce0f46).
Please Log in or Create an account to join the conversation.
- Anugrah
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- FQ777-124 Pocket Drone