dparson55 / NRFLite

nRF24L01+ library with AVR 2 pin support, requiring very little code along with YouTube videos showing all available features. It can be installed via the Arduino IDE Library Manager
MIT License
155 stars 25 forks source link

Set Power Level #48

Closed jimann100 closed 4 years ago

jimann100 commented 4 years ago

Hi:

NRFLite seems to be more stable when driven by the ESP32 processor than standard nrf24 driver. Unfortunately, I can't find a way to change power levels on the higher powered ebyte transceivers. Is there one?

dparson55 commented 4 years ago

Take a look at #12, hopefully it answers the question.

jimann100 commented 4 years ago

Hi Dave:

After reviewing your code, I realized that you are setting output levels to 0dbm, which I believe are maximum level. #38 also points this out.

Love your code.

Jim

dparson55 commented 4 years ago

Thanks, I'll go ahead and close this then.