EMBEDDED TOOLKIT

SYSTEMS R&D // DEV_TOOLS SUITE

Tools (65)

logic analyzer uart spi i2c

SYSTEM ONLINE

Logic Analyzer (Protocol Decoder)

Visualization of logic waveforms on an oscilloscope or analyzer (e.g. Saleae). Allows you to see what a given byte physically looks like on the TX (UART), MOSI (SPI) or SDA (I2C) line, taking into account start/stop bits and Endianness (LSB First vs MSB First).

Input Data

Physical Byte:
01011010
Single bit duration: 8.68 µs
8N1 frame duration: 86.81 µs

Visualization (As seen on oscilloscope)

IDLE (1)
START (0)
0
D0
1
D1
0
D2
1
D3
1
D4
0
D5
1
D6
0
D7
STOP (1)
IDLE
The graph above is a simplified simulation. It assumes the most common configurations (SPI Mode 0, UART 8N1 with LSB First, I2C with omitted address).

MODULE UNDER CONSTRUCTION

EXPECTED DEPLOYMENT: Q4 2026