Replies: 2 comments 2 replies
-
I'm not entirely sure what are you trying to accomplish - only reading data when RSSI is above some threshold? If so, then keep in mind reading the RSSI is an SPI transaction and that takes time.
Not exactly, it samples the data pin when it detects rising edge on clock pin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes the goal is to only read data when RSSI is above a certain threshold.
I'm certainly open to suggestions
…On Fri, May 10, 2024, 3:38 PM Jan Gromeš ***@***.***> wrote:
I'm not entirely sure what are you trying to accomplish - only reading
data when RSSI is above some threshold? If so, then keep in mind reading
the RSSI is an SPI transaction and that takes time.
Direct Mode reads when clock is high.
Not exactly, it samples the data pin when it detects rising edge on clock
pin.
—
Reply to this email directly, view it on GitHub
<#1090 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AULD4G5CRXVXJFL3LHPWFYTZBUO4FAVCNFSM6AAAAABHQ5NNXGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOBYHE3TO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Direct Mode reads when clock is high. What I am wondering is can I only start/stop reading when clock is high based on RSSI.
The below is concept code that would be in a loop, with RSSIFlag indicating that there is an RSSI param entered by me, and RSSI being the desired RSSI floor. This is rough, I can see a few place I will have issues as is.
So many edits: Worked it out a bit more, I'll probably just end up testing once I get home.
Beta Was this translation helpful? Give feedback.
All reactions