-
-
Notifications
You must be signed in to change notification settings - Fork 650
sx127x 20dBm support #79
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
Conversation
Looks good to me |
I do not see anything wrong with this improvement, but i would suggest to not duplicate functions, cause this library contains already one function to change the power during Tx so, i would suggest to add the function set20dBm_sx127x() as an option inside the setTxPower() function before its if statement about the PA_OUTPUT_RFO_PIN ( Line 342 in 5d6a7a3
|
Good idea! |
The question:
|
currently not supports 20dbm? |
Currently this library allows you only to transmit with a maximun of 17 dBm |
@dontsovcmc i think that the better way is to change inside the OCP directly |
@sandeepmistry, what are you think about this improvments?
remark: OCP - current protection limit. |
@dontsovcmc here is my thoughts on what I'd like to see:
@dontsovcmc @wero1414 any thoughts on the above? |
Agree if you filter in agreement the level of transmission power you can set the correct configuration to control de current, for me its a real good improvement. |
Closing in favour of #153. |
#77