Increasing Tx Power for LoRa transceiver llcc68 (cannot Tx over 2dBm) #1177
Unanswered
fraguia2024
asked this question in
Q&A
Replies: 2 comments
-
WHY???? Second question, do you realise that transmitting continuously is likely to be illegal? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@fraguia2024 I think you might have posted this question in the wrong GitHub repository - the code doesn't look like RadioLib API, more like this one: https://github.com/Lora-net/llcc68_driver However, RadioLib does include an LLCC68 driver, feel free to give that a try - of course, observing all your local legal limitations as @HeadBoffin correctly pointed out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a LoRa llcc68 transceiver and I'm trying to set up an infinite preamble transmission at frequency=868300000 Hz and power>=10dBm.
Despite modifying the range in llcc68_set_pa_cfg() and llcc68_set_tx_params(), it still does not reach more than 2dBm.
Here is my code, trying to obtain a transmission at power = 14dBm and frequency=868300000 Hz, but obtaining 1.98dBm:
Beta Was this translation helpful? Give feedback.
All reactions