- Posts: 278
WLToys Q303
- ajtank
- Topic Author
- Offline
I have raised some questions here and have not yet received any response. According to the RF Explorer reading, the transmit power has only 4 levels instead of 8 in the deviation menu. I cannot measure the absolute value but can only list the effective settings:
Power level 1: 150mW = 100mW
Power level 2: 30mW
Power level 3: 10mW = 3mW
Power level 4: 1mW = 0.3mW = 0.1mW
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
github.com/DeviationTX/deviation/tree/master/src/protocol/spi
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Have a look at the nrf24l01.c source file (src/protocol/spi), 100uW, 300uW and 1mW are using the same power settings, same for 3mW & 10mW and 100mW & 150mW.
Please Log in or Create an account to join the conversation.
- ajtank
- Topic Author
- Offline
- Posts: 278
Thanks for showing a newbie where to look for the answers. Could the transmit power menu be adapted to different protocol / transceivers?
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
ajtank wrote: it binds successfully. All channels are found to work too.
Ok, made a pull request
github.com/DeviationTX/deviation/pull/78
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
ajtank wrote: Could the transmit power menu be adapted to different protocol / transceivers?
It could be done, but that would add complexity and size to the code (which is a no no for the 7e) and one would have to set which PA is used for each installed RF chip.
Maybe it should only be notified in the user manual and wiki.
^^ I leave this task to someone that has a better english than me
Please Log in or Create an account to join the conversation.
- Bangdc
- Offline
- Posts: 7
So you mean any fake Nrf24L01+ chip will not able to use Auto Ack?goebish wrote: We know for sure they are fake nrf24l01 because auto acknowledge doesn't work, see this comment on hackaday:
hackaday.com/2015/02/23/nordic-nrf24l01-...ake/#comment-2474764
nrf24l01 protocols using 250 kbps bitrate:
ASSAN
BlueFly
CFlie
FQ777
HiSky (3ch ground protocol only)
FY326
iNAV
ne260
MJXq (E010)
mt99xx (i6S)
KN (optional)
SLT
SymaX (X5)
V202 (optional)
That doesn't mean that neither of those protocols will work with a 4-in-1, looks like bitrate is not the only factor ...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- WLToys Q303