Replies: 1 comment 2 replies
-
        
 The page you refer to is talking about the default configuration of the transmitted packets. In other words, if you call the begin method without arguments, those will be the defualts. However this is not applicable to CAD, which requires more configuration. This is accessible via the library API, both for the blocking as well as the interrupt variants: RadioLib/src/modules/SX128x/SX128x.h Lines 466 to 471 in a7f321f  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In a near future I will be developing P2P communication system using LoRa in the 2.4 GHz band.
For this system I plan to use the CAD mechanism offered by the SX1280.
From what is written in https://github.com/jgromes/RadioLib/wiki/Default-configuration, if I use RadioLib I will be forced to use CAD with 8 symbols of sampling ?
If yes, is there a choice motivating this parameter to be inaccessible ? (Like maintaining a kind of homogeneity with the other usable radio chips of RadioLib ?)
If I wanted to use CAD with other parameters, would it be hard to modify the lib to do so ?
Thanks for this great lib and your implication.
gus
Beta Was this translation helpful? Give feedback.
All reactions