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

Appreciate the work! #3

Open
zhaonanshi opened this issue Aug 27, 2024 · 1 comment
Open

Appreciate the work! #3

zhaonanshi opened this issue Aug 27, 2024 · 1 comment

Comments

@zhaonanshi
Copy link

I have read through the main code and looks like you have made many changes to the previous versions, which add many useful details and functionalities. I noticed that you use timer interrupt based on fixed time intervals to send data instead of scheduling that divided adpd1080 and adc tasks. Is it because we want to send the data as a packet? Can you remind me real quick why you guys decided to do so instead of sending data continuously?
Thanks for the summer work and demo!

@thomas-y-li
Copy link

FreeRTOS is best for medium code complexity and it seemed that the demo would be simple enough to not use it for scheduling. Also, the data format is 10 adpd1080 samples (for 2 time slots) + 1 ADC sample (for 4 channels).

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

2 participants