Regarding the transmission with a period of 0.01ms using send_periodic() #1677
Unanswered
HirotoVlud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to CAN, Raspberry Pi, and Python. I am trying to perform a periodic transmission of CAN using Raspberry Pi and Python. I am currently using send_periodic() with a period of 0.01ms, but I am having difficulty achieving a range of ±20% (0.008ms to 0.012ms).
The Raspberry Pi version is as follows.
Linux raspberrypi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux
Below is the code snippet.
candump.xlsx
Could someone please advise me if I am doing something wrong or guide me on what I should do to achieve the desired range of ±20% for the transmission period using send_periodic?
Beta Was this translation helpful? Give feedback.
All reactions