Replies: 1 comment 9 replies
-
Yes, it should be possible to implement OpenThread on top of a lower speed link. What you are observing sounds like a platform driver issue. Note that OpenThread's sub-GHz implementation is a prototype contributed by Silicon Labs. I would consider reaching out to them if you need help in diagnosing the issue. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello experts, when communicating at 900MHz, the speed remains at 40kbps, and after a period of communication, data cannot be sent again.
I found that the networking was successful, and UDP protocol was used in the middle. I was able to communicate for about 5 minutes, but then I was unable to send data. Calling UDP did not respond.
Please ask whether the current openthread protocol stack can support such low-speed applications, and if so, what parameters need to be changed?
Beta Was this translation helpful? Give feedback.
All reactions