-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AT86RF215: How to increase increase TX power on OpenMote-b #1
Comments
Yea the dBm value displayed by RIOT is bogus. Since the TX power depends on the chosen modulation and frequency (see AT86RF215 data sheet, chapter 11.1 "Output Power at Several Modulations") we would need to maintain several tables in ROM just to display the right value. Instead, dBm displayed is just The added 3 dBm are then achieved by the 3 possible states of the That means that +3 dBm in RIOT are equal to PACUR = 3 and |
I understand. |
Huh that's odd - did you have the right antennas attached? On the sub-GHz band you should be able to get 500m with the low bit rate MR-O-QPSK modulations. |
Hello, I've been trying to reach 14 dBm, however as you said I think it's bogus because I haven't managed to reach more than 100 meters. Do you know where the registry or file is located where the power is increased? |
The register is written here. |
I use MR-FSK with 863.125 GHz as the center frequency. |
Hm can you try with MR-O-QPSK, this generally has the best performance on this chip.
if you are using an interactive shell (and change the interface ID if necessary) |
I think some more information is needed. How much data is being sent and in which intervals? If you need more performance, try a higher UART baudrate and switch to SLIP instead of ethos ( Also I think a forum post would get you some more exposure with your issue. |
Hello, I am working with OpenMote-b modules with the at86rf215 chip, in mr-fsk modulation according to the IEEE 802.15.4 standard. I have been trying to change the Tx power to use it at 14 dBm, in the MakeFile I have used the statement
however the TX power does not increase by 3dBm. I attach the Makefile that I use
Makefile.txt
The text was updated successfully, but these errors were encountered: