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

Formale Metadaten

Titel
lognplot - logging and plotting data from micro's
Untertitel
Tracing data on a modern laptop
Serientitel
Anzahl der Teile
490
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.