Tauno Monitor

I have released a new version of the serial monitor application “Tauno Monitor” for Linux and added a “Clear” button and timestamps display option. The goal is to keep it simple and minimal. Available at Flathub https://flathub.org/apps/art.taunoerik.tauno-monitorand Snap Store https://snapcraft.io/tauno-monitorSource code at GitHub https://github.com/taunoe/tauno-monitor

Serial Monitor for GNOME desktop

I built myself a Serial Monitor app that integrates with the GNOME desktop. Learned a lot about how to build GTK4 apps and publish them as Flatpaks or Snaps.Maybe it is also useful for someone else so I published it on Flathub: flathub.org/en/apps/art.taunoerik.tauno-monitor and Ubuntu Snap Store snapcraft.io/tauno-monitorThe source code is available on Github: github.com/taunoe/tauno-monitor

Tauno Serial Plotter

Tauno-Serial-Plotter is simple serial plotter for Arduino and others boards. Written in Python3. In the last few weeks, I have learned how to package my Serial Plotter app into Ubuntu Snap format and made it available in Snapgraft.io snap store. Also, I have a plan to make it available as a Flatpak. It took aContinue reading “Tauno Serial Plotter”

Serial Plotter code

This is my standalone serial plotter. I like to use Arduino, Esp866 etc. and then i started to learn python and decided to make something useful. Something that i will use and what is missing now for me. Although Arduino Ide contains serial plotter. It is little bit different. Written in python 3 and Qt5.Continue reading “Serial Plotter code”