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.

Logic is a logic analyzer used to record, view, and measure digital signals. In addition, Logic currently has 17 different protocol analyzers including serial, I2C, SPI, CAN and many more. Logic can sample each of its 8 channels at up to 24MHz and can record up to 10 billion samples.

Salaeae

14 questions
6
votes
2 answers

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 and data....so if you think you can help, then…
4
votes
2 answers

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 and resistor seem straight forward enough. The…
RyanN
  • 143
  • 1
  • 8
3
votes
1 answer

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 approx. 0V for Analog). I'm using a Saleae logic…
2
votes
1 answer

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 am trying to figure out how this transform(invert)…
user1587457
  • 123
  • 5
2
votes
1 answer

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 full app code: #include #include…
user61143
  • 128
  • 9
1
vote
1 answer

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 python library, but its hard to find out what i2c…
1
vote
1 answer

Is the output clock correct?

I have written and using a STM32F030F4 for toggle a pin. I configured all things and my program is this (I use GPIOA->ODR ^= GPIO_PIN_2 for toggle GPIOA2 in Infinite loop ): #include "stm32f0xx_hal.h" /* Private variables…
Roh
  • 4,598
  • 6
  • 41
  • 86
0
votes
2 answers

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 like target temp, channel (0-14), demand on/off…
Rincewind
  • 13
  • 2
0
votes
2 answers

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 what protocol it is and which baudrate. I'm…
Jwdsoft
  • 155
  • 1
  • 11
0
votes
1 answer

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 think) all the rest of the pins, is it possible to…
batflaps
  • 109
  • 2
0
votes
0 answers

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 connecting our device to CANH and CANL. So I…
Joe
  • 59
  • 5
0
votes
2 answers

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).
Jose de arimatea
  • 113
  • 4
  • 13
0
votes
3 answers

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 baudrate I got framing error. The duration of the start…
neosarchizo
  • 125
  • 1
  • 8
0
votes
1 answer

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": /* Includes ------------------------------------------------------------------*/ #include…
Roh
  • 4,598
  • 6
  • 41
  • 86