3agv2004 / domoticaOS

Automatically exported from code.google.com/p/souliss
0 stars 0 forks source link

Move RF_SETUP for nrf24 inSketch #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In \souliss\frame\vNet\drivers\nRF24\src\nRF24L01.h settings 

#define RF_SETUP from 0x06 to 0x26

I got an inmprovement into nrf24 comunication. It would greate to add this 
parameter inSketch

Marco

Original issue reported on code.google.com by marco.po...@gmail.com on 24 Feb 2015 at 10:17

GoogleCodeExporter commented 9 years ago
Is this a global setting, same for all radios?

Original comment by dario.di...@souliss.net on 24 Feb 2015 at 11:05

GoogleCodeExporter commented 9 years ago
Hi Dario,
i set this on framework so it impact all radios on all nodes.
You can consider to set it to 0x06 in the framework, or move it insketch.
There was a thread on old forum regarding this.
Personally I use this parameter se to 0x26 on all my node with nrf24 radio and 
i got a really improvment.

Marco

Original comment by marco.po...@gmail.com on 24 Feb 2015 at 12:25

GoogleCodeExporter commented 9 years ago
If is a general parameter, there is no need to move it inSketch. If is a better 
value, we can use it as default.

The best is crosscheck the behavior with other people, to ensure that is a 
proper setting for other cases.

Original comment by dario.di...@souliss.net on 25 Feb 2015 at 12:43