Replies: 7 comments 5 replies
-
To me that sounds more like an error in the hardware. Which firmware have you flashed? Also, can you do a screenshot of your capture settings? |
Beta Was this translation helpful? Give feedback.
-
Firmware-LogicAnalyzer-5.1.0.0-PICO.uf2
logic-analyzer-firmware_v6.0.0_BOARD_PICO.uf2
Using logicanalyzer from
all-in-one_6.0.0.1-linux-arm64.zip
all-in-one_6.0.0.1-osx-arm64.zip
all-in-one_6.0.0.1-osx-x64.zip
LogicAnalyzer-5.1.0.0-osx-arm64.zip
LogicAnalyzer-5.1.0.0-osx-x64.zip
on different MacBook airs x64 and arm64
Regards
John Luke
… On 22 Mar 2025, at 3:51 AM, Agustín Gimenez Bernad ***@***.***> wrote:
To me that sounds more like an error in the hardware. Which firmware have you flashed? Also, can you do a screenshot of your capture settings?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
rp2040 early model. I have rp2350s but have not soldered in pins yet. Am hoping to wire wrap this up a as dedicated S100
bus monitor. Next test is to try with 2350.
Can now run kicad I have only wired pins 1 and 2 together no resistor diode or ground connection.
Regards
John Luke
… On 22 Mar 2025, at 4:24 AM, Agustín Gimenez Bernad ***@***.***> wrote:
That must be a problem in the hardware for sure... Just in case, send a screenshot of the capture settings. Also, are you using an rp2040 or rp2350?.
Btw, channels don't map 1:1 to GPIOs, check the channel definitions in the firmware
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Firstly, what a wonderful project. Thank you @gusmanb !!! I am having the same issue here and I am using the latest version. LogicAnalyzer version: Model Name: Despite facing many issues running it on However, trying to capture some traces (to decode i2c), I found that only 1 channel was capturing. I even followed the Wiki to short the Trigger pins (#1 and #2) before downloading the uf2 file into the Pico. Some help is appreciated. |
Beta Was this translation helpful? Give feedback.
-
Ok, check a couple of things. First, I understand that you aren't using a board because of the comment of shorting the pins, so ensure that all connections are done properly, protoboards can be a nightmare of bad conectivity. Next, try to swap SDA and SCL and check if still you capture data on channel 1. Finally try to place a wire between +3v3 and channel 3 and see if it is shown as high. Also, for I2C capture you should use a faster clock, if the I2C is operatin at high speed (400Khz) and you capture at 400Khz you will miss all the data in SCL. Try to capture at 1Mhz at least. |
Beta Was this translation helpful? Give feedback.
-
Oh yes. My mistake. Pin 3 is actually ground. I was using pin 4 5 6
Best regards,
Albert
…On Tue, Jul 15, 2025 at 12:28 Agustín Gimenez Bernad < ***@***.***> wrote:
Uh.... Pin 3 on the pico is GND...
[image: Raspberry pico pinout]
<https://user-images.githubusercontent.com/4086913/221229250-51e03a76-2e01-48cc-a218-62fd21a8fbfb.png>
I think that what you are seeing is not SCL but SDA... That makes sense,
you are connecting SCL to ground and SDA to channel 1...
—
Reply to this email directly, view it on GitHub
<#223 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUGIRPFC3AJ7O5LTBDOT33IR7NBAVCNFSM6AAAAABZQLVIDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZWGAYDGOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Dear @gusmanb Thank you for your patience and guidance. I have now done an extensive tests based on your suggestion, as it turns out 2 of my probe cables (Brand NEW) have discontinuity. So, whichever channel I go to, there is absolutely nothing. So, I thought I use another cable for Ch 3 and Ch 4. Whalla ... signal comes out. Thank you again. Working happily decoding I2C.![]() My Capture Set Up![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like a very impressive project but what have I done wrong ?
Have breadboarded pico 1 with 10k resistor and push button.
Channel 1 works as expected but channels 2-8 always return 0 even with 10k pull-up resistor.
Measures 2.75V on scope at pin.
Have tried versions 5 and 6 and x86 and arm on different computers, and virtual box for linux.
Same result on all. Have not been able to load the kicad .sch file, gives error line 7.
What are other peoples experiences under macOS.
Regards
John Luke
Beta Was this translation helpful? Give feedback.
All reactions