Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT86RF215 input IQ sync not reached on LVDS interface during TX #189

Open
matteoserva opened this issue Feb 16, 2024 · 1 comment
Open

Comments

@matteoserva
Copy link

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
@matteoserva
Copy link
Author

update:
The bug was in the fpga code. Now it's syncing. I'll make a pull request once I'm ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant