-
Notifications
You must be signed in to change notification settings - Fork 119
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
Comments
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? |
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? |
What frequency is it running at? 100k should be fine, 1MHz won't work. |
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? |
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. |
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:
The text was updated successfully, but these errors were encountered: