nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
422 stars 153 forks source link

Radio PowerAmplification level. (Message arrives but mesh.write() returns false.) #114

Closed adamdabrowski04 closed 5 years ago

adamdabrowski04 commented 7 years ago

When testing my system I was getting frames but write() was returning false( it wasn't getting ACK frame). The solution was to turn down radio PA level. During normal operation nodes won't be as close to eacho other as they are now(during testing). Is there a good way to set Radio PA levels automatically ?

Avamander commented 7 years ago

The library does not have built-in method to do so, but you can always do some magic retrying with different PA levels.