Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logic analyzer - I2C decoder #237

Open
abondis opened this issue Feb 28, 2023 · 5 comments
Open

logic analyzer - I2C decoder #237

abondis opened this issue Feb 28, 2023 · 5 comments

Comments

@abondis
Copy link

abondis commented Feb 28, 2023

I'm having an issue with the logic analyzer in I2C mode
it seems that I'm able to see the WRITE commands in the serial decoding window, but for some reason it gets cleared very fast.
Is there a way to:

  1. keep everything in this decoding window?
  2. freeze, for example capture X seconds and freeze then analyze later?
@EspoTek
Copy link
Owner

EspoTek commented Mar 1, 2023

Hi mate. As far as I'm aware, the serial decoding screen should literally never clear, unless you're sending a whole lot of newlines.

Is it formatted as hex or ASCII?

@tonyn79
Copy link

tonyn79 commented Jan 29, 2024

Almost a year old, but I am having trouble with the i2c analyzer. I have a esp outputting to an oled and every once in a while I can see the WRITE: followed by a handful 0x00. But it is only 1 or 2 lines of that, then nothing else. Has anyone got i2c to decode successfully?

@EspoTek
Copy link
Owner

EspoTek commented Jan 31, 2024

What frequency is it running at? 100k should be fine, 1MHz won't work.

@tonyn79
Copy link

tonyn79 commented Jan 31, 2024

I have tried at 100 and 400. I can see the wave forms in logic analyzer but no dice so far on serial output. I confirmed with another usb analyzer and it is outputting the packets. My use of the ESPOTEK is logic analyzer inputs (1 and 2) going to sda, scl. Both LA turned on with serial decoding. Every once in a while I see WRITE: with a number of 0x00, but thing consistent coming through. Any ideas to what I may be doing wrong?

@EspoTek
Copy link
Owner

EspoTek commented Jan 31, 2024

This might sound silly, but have you tried swapping the SDA and SCL inputs around? If not, there might be some sort of odd regression in the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants