You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you tested Sub-1GHz tuning ranges for Tx and Rx?
Is there a sharp limits to 389.5-510 MHz / 779-1020 MHz ?
Is it PLL lock issue? or dividers?
The text was updated successfully, but these errors were encountered:
The documentation for the modem at86rf215 only states that
The frequencies must be within the supported range, otherwise the behavior is undefined. The device is not protected
against incorrect frequency settings
From the datasheet i don't see anything preventing me from putting arbitrary values in the register containing the center frequency.
The cariboulite library, cariboulite_radio.c, performs an additional check on the requested frequencies and blocks values outside the allowed range.
I expect the internal PLL to not lock outside its range.
Do you have a specific use case in mind? Why don't you use the wideband channel and avoid that limitation?
Great project!
I was wondering if you tested Sub-1GHz tuning ranges for Tx and Rx?
Is there a sharp limits to 389.5-510 MHz / 779-1020 MHz ?
Is it PLL lock issue? or dividers?
The text was updated successfully, but these errors were encountered: