sx126x_driver icon indicating copy to clipboard operation
sx126x_driver copied to clipboard

Driver for SX126x radio

Results 4 sx126x_driver issues
Sort by recently updated
recently updated
newest added

There seems to be a mismatch between the size of the local arrays that hold the return value at functions in sx1262.c and the actual return value as it is...

May I suggest a range check in the function `sx126x_status_t sx126x_set_rx_duty_cycle( const void* context, const uint32_t rx_time_in_ms, const uint32_t sleep_time_in_ms )` The sx126x only provides 24 bits for setting the...

when reading the buffer RX ( **sx126x_read_buffer** ) , if I read as many bytes as the **sx126x_get_rx_buffer_status** function says, there is random data. In order to retrieve my frame...

this enum only has one . So maybe this code only used in GMSK? typedef enum lr_fhss_v1_modulation_type_e { LR_FHSS_V1_MODULATION_TYPE_GMSK_488 = 0, } lr_fhss_v1_modulation_type_t;