We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

lognplot - logging and plotting data from micro's

Formal Metadata

Title
lognplot - logging and plotting data from micro's
Subtitle
Tracing data on a modern laptop
Title of Series
Number of Parts
490
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Embedded systems are hard to debug. Complex systems have a lot of variables. When debugging those systems, we often log data into some files, and visualize them later on, using excel, matplotlib or something else. This talk is about tracing and logging. What are the options we have as embedded software developers? I will present the lognplot tool, a project to plot incoming data on the fly. Embedded systems are hard to debug. Complex systems have a lot of variables. When debugging those systems, we often log data into some files, and visualize them later on, using excel, matplotlib or something else. This talk is about tracing and logging. What are the options we have as embedded software developers? I will present the lognplot tool, a project to plot incoming data on the fly. There are two implementations, one in python, and one in rust with gtk-rs. The data is stored internally in a zoomable format, allowing large sets of data to be browsed easily. During the talk you will learn how to draw a chart, and how to aggregate large sets of data into summaries. I will demo a STM32 serial wire viewer output connected to this tool to enable live tracing of an embedded system.