Questions tagged [saleae-logic-analyzer]
is a logic and protocol analyzer used to record, view, and measure digital signals on a PC, using SW from the same brand.
16 questions
1 vote
0 answers
107 views
Decoding Manchester signal from underfloor heating bus with Saleae Logic 2
I'm resurrecting an old project trying to decode a serial protocol from my underfloor heating system (OJ Electronics). Not been able to rule out OpenTherm. Async Serial decoding of underfloor heating ...
0 votes
3 answers
129 views
Ghost PWM Signals [closed]
I am an electronics engineering student currently working on a BLDC motor driver project with my team. My role is in software development. We are using the STM32F100RB microcontroller and coding it in ...
0 votes
2 answers
373 views
Async Serial decoding of underfloor heating bus with Saleae Logic 2
I'm trying to decode a serial protocol from my underfloor heating system (OJ Electronics) Example of bus communication sent every 11s is quite small and looks like: This will need to contain info ...
0 votes
2 answers
708 views
How to find and decode a particular protocol
I'm trying to understand what protocol is used on a particular device in order to decode it and send custom values. So far I was able to record the data with a logic analyzer but couldn't figure out ...
0 votes
1 answer
192 views
JTAG 20-pin only 1 has data
I'm trying to use a Saleaa Logic 8 to find data pins on a 20-pin header from a board with a Intel X Scale (ARMv5) PXA270 processor, but I can only find what looks to be data on pin 9, I've tried (I ...
1 vote
1 answer
313 views
Lighting up LEDS via I2C Bus of a NeoTrellis 4x4 RGB Led Matrix
Many attempts to write to an i2c slave to make rgb leds light up have failed. The hardware in question is found at: https://learn.adafruit.com/adafruit-neotrellis There is an arduino library and a ...
0 votes
0 answers
179 views
Why High Speed CAN messages with a recessive level in ACK slot from OBD II port on 2019 GM Chevy Cruze
I want to collect some CAN traffic from my car. I got two devices. One is Saleae Logic8. The other is Vector VN1630A. I think the CAN protocol is straightforward that we can listen the CAN traffic by ...
0 votes
2 answers
782 views
Change waveform into binary in Saleae Logic Analyzer
I'm using this famous logic analyzer and I would like to know if I can change the waveform into binary, like I've done in this pic (white numbers).
2 votes
1 answer
2k views
Asynchronous serial inversion logic
I am using Saleae logic analyzer to reverse a console port. Saleae is able to successfully decode the signal (asynchronous serial) after performing an "invert" operation on the received signals. I ...
0 votes
3 answers
7k views
How do I analyze this UART signal?
I want to make the same signal like the following images using an Arduino Uno. But I can't find the baudrate of this signal. I calculated baudrate the same way as Wikipedia. But when I used the ...
3 votes
1 answer
1k views
Logic Analyzer shows voltage change in analog but not digital
While using a logic analyzer with analog voltage to test Digital Output Pin voltages on an Arduino UNO, I am seeing the expected digital output and analog output (HIGHs and LOWs for digital and 5V to ...
2 votes
1 answer
2k views
STM32F205VC: USART framing error?
I'm trying to use USART in my program on STM32F205VC, but instead of sending my data I get some weird chars in PuTTY. I've used a Saleae Logical Analyzer and the result looks like this: This is my ...
6 votes
2 answers
2k views
Reverse Engineer Serial Signal
This is a long post as I want to take you through all the work I've done. The TL;DR version is I've got an unknown controller for a mechanical heat pump and I'm trying to reverse engineer the signal ...
4 votes
2 answers
3k views
Circuit to protect Saleae input from high voltages
I was browsing OSH park's shared circuits when I saw this: Logic Analyser Buffer. Since a true 12v RS232 signal will exceed the Salese's voltage limits, something like this could be useful. The diode ...
0 votes
1 answer
3k views
What are these pulses?
To continue of this question... I figured out the main problem and now I have an odd problem. at first, let me to put the codes. "Main.c": ...