David Albrecht
David Albrecht
Ok, the comparison on the scope between the two kernels uncovered where the sample rate is differing. Now we just need to figure out _why_. In `5.15.70-v7l+`, the time between...
Hi @beadon, are you available to continue troubleshooting this? I keep thinking about it and it's one of those problems that's going to continue being a thorn in my side....
Hi @beadon, no worries at all - same for me. Yes, I've tested the sampling rate in C and it does not vary between kernel versions (at least, not so...
You know what, I think the short break that I took from this issue was beneficial overall. We might be barking up the wrong tree here. I went back through...
Ok, so I adjusted the test script to pull the scope pin high immediately before [calling spi.xfer()](https://github.com/David00/rpi-power-monitor/blob/kernel-testing/test.py#L30), and then set it low on the very next call: ```python for _...
@beadon, it looks we're good now after @doceme's patch and bump to py-spidev v3.6. I'm working on a new custom OS build based off the latest Raspberry Pi OS Lite...
It is tricky to do multi-step operations in Grafana. I'd recommend using either a subquery or a continuous query to help prepare the data before Grafana tries to pull it....
Thank you for sharing what ended up working for you - hopefully this helps future readers! I'm also glad to hear that the estimated costs are close to your real...
@nclavric - Searching the table is a feature I've been wanting for a while too now... so I just built it. See https://github.com/CiscoDevNet/iPSK-Manager/pull/22
Yes, I see the "suspended" entry too. I was hoping it was just something with my installation but since you see it too, it must be a bug. I'll take...