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 tried sending data via the SMI interface to the cariboulite.
By reading the registers on the AT86RF215 modem I see that the TX interface (from rpi to cariboulite) is correctly configured and ready to receive data.
The register IQIFC2.SYNC never becomes 1 when sending data normally.
If I enable the loopback mode, then the symc is reached.
This is the report from at86rf215_get_iq_if_cfg(&radio->sys->modem,&cfg,1) when sending data
Current I/Q interface settings:
Loopback (RX => TX): disabled
Drive strength: 4 mA
Common mode voltage: 1.2 V
I/Q interface for sub-GHz: enabled
I/Q interface for 2.4-GHz: enabled
I/Q Clock <=> Data skew: 4.906 ns
Status 'Sync Failure': 0
Status 'Failsafe mode': 0
Status 'Is synchronized to incoming I/Q': 0
The text was updated successfully, but these errors were encountered:
I tried sending data via the SMI interface to the cariboulite.
By reading the registers on the AT86RF215 modem I see that the TX interface (from rpi to cariboulite) is correctly configured and ready to receive data.
The register IQIFC2.SYNC never becomes 1 when sending data normally.
If I enable the loopback mode, then the symc is reached.
This is the report from at86rf215_get_iq_if_cfg(&radio->sys->modem,&cfg,1) when sending data
The text was updated successfully, but these errors were encountered: