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've compiled the source code in the release (1.0), and it seems that it has a different behaviour than the actual released SD card image.
Is there a reason for this? Is there anywhere I can access the actual source code for the released image?
To add more detail of what I see:
The release image performs as expected when connected to an external clock. When detecting a sample 100kHz signal, it detects 99.6 kHz with external clock (which is good) and 93 kHz without external clock.
The source code when compiled does not seem to use an external clock and seems to use a different internal clock system. It detects 102 kHz whether or not external clock is connected and whether or not the clock is set to internal or external. Meaning, it does not use the external clock at all.
The reason I need the proper source code is I am trying to modify it to work with both external clock and external PPS at the same time. The release image is only for one at a time right now. However, we have physically modified the AntSDR to separate the external PPS and clock input.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've compiled the source code in the release (1.0), and it seems that it has a different behaviour than the actual released SD card image.
Is there a reason for this? Is there anywhere I can access the actual source code for the released image?
To add more detail of what I see:
The reason I need the proper source code is I am trying to modify it to work with both external clock and external PPS at the same time. The release image is only for one at a time right now. However, we have physically modified the AntSDR to separate the external PPS and clock input.
All reactions