Help Wanted! #127
Replies: 19 comments 39 replies
-
Hope this is what you are after. |
Beta Was this translation helpful? Give feedback.
-
Hi, Cheers Bruce |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, Cheers Bruce |
Beta Was this translation helpful? Give feedback.
-
Hi, A few more for the collection. Cheers Bruce |
Beta Was this translation helpful? Give feedback.
-
Hi, Here is another one. Cheers Bruce |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Have you had a look at the ngscopeclient project? Might be of interest to you as it appears to be actively maintained. |
Beta Was this translation helpful? Give feedback.
-
A KA and a standard packet sequence from a LS USB from a mouse. It's only sampled in 8Msps, but that should be enough to decode properly. |
Beta Was this translation helpful? Give feedback.
-
USB Full Speed captured at 100Msps from an firmware update of a Black Magic Probe |
Beta Was this translation helpful? Give feedback.
-
There's no smartcard ISO 7816 (wired) entry in the table above, but sigrok do have one - https://github.com/svenso/sigrok_iso7816 It's very hard to capture any decent amount of data considering the standard clock/data ratio is 372 clocks per databit. The reader I used has a clock at approx 5MHz so I sampled this file at 25Msps. Hopefully there's enough data in the ADPU to have the decoder at least start doing its job. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Returning to the topic of getting trial data for device decoding... RGB LED string decoder (WS281x), captured with LA60pre. (The Sigrok decoder in LA60pre is able to interpret this capture.) The pattern sequence is intended to be [OFF, OFF, State_A, State_B, State_C, State_C, State_B, State_A, OFF, OFF] . Part of this sequence is correctly shown in the capture. |
Beta Was this translation helpful? Give feedback.
-
Pulse-width modulation I think you have had one offer, but it is still marked 'missing.' Here is another offering: 4 channels, all 100Hz base frequency, with different Duty Cycles as implied by the Channel name tags. Capture performed by released version 5.1 of LA. The LA60pre2 code can Open this capture and correctly decode it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Here is SWD (Serial Wire Debug) sample, captured on STM32F0308-DISCO, when connecting with the target using STM32CubeProgrammer. |
Beta Was this translation helpful? Give feedback.
-
Hi all!
I'm preparing something that is going to increase the number of protocol analyzers massively, a bridge to allow the usage of Sigrok decoders 😄
The base concept is already working, the system is capable of loading the decoders, execute the analysis and represent the data, is still basic but it works. Here is a small example of the SPI decoder.
As you can see in the image the number of decoders supported is really high compared to the original ones, basically all the non-stacked decoders are supported (in the future I might also add support for the stacked ones, but let's go step by step 😃 )
I have created the bridge from the ground up just using the documentation, there is no code reused from Sigrok and thus, I surely have errors on the implementation.
And there is where I need your help.
The decoders for what I have data do work, but I would need data from more protocols/devices to test as many decoders as possible.
If you can provide a capture for any of these protocol/devices please, upload it to this thread, I will update the list of missing ones as the people provides them.
This is the list of decoders and the status of the data requirement:
Once the ammount of decoders tested is enough to have confidence that the system is more or less stable I will release a beta to the users that request it. I will also announce it here.
The faster we get the captures the sooner that I will be able to release the version, so if you can provide anyu capture for one of the untested decoders, please contribute 😄
Thanks all!
Beta Was this translation helpful? Give feedback.
All reactions