Closed FernandoGarcia closed 2 years ago
You should use OLS instead of pulseview. https://github.com/gillham/logic_analyzer#client-software
I believe this doesn't support sigrok pulseview yet, see this issue. https://github.com/gillham/logic_analyzer/issues/38
Hi!
Thanks for the information!
Looks like the signal in pulseview is inverted as was said here.
Best regards.
Hi @tmk!
Thanks for point the right way.
Now I have managed to decode the protocol of a parking sensor.
I'm so happy!
@gillham, thanks for your great job!
Best regards.
Hi!
Sorry if I'm bothering you.
I'm trying to decode a protocol and I'm using an Arduino Mega running your code as logic analyzer.
The problem is I'm getting divergent values between your logic analyzer code and Arduino
pulseIn
function or even using interrupts.For this reason I'm not able to decode the protocol.
Could you please show me in a simple example what's the method used to measure pulse width in your code?
Looking to your code I wasn't able to understand.
Here the values I'm getting using interrupts:
Here the code:
I'm getting similar results using
pulseIn
function.Thanks in advance.