News

Real Time Plotter V2 Introduction The Real Time Plotter is a Python application designed to plot real-time data received from a serial port. It uses PyQtGraph for plotting and pySerial for serial ...
Mini-Radio Control GUI This Python application provides a graphical user interface (GUI) to control an ESP32-based SI4732 radio receiver via a serial connection. It allows users to easily manage ...
Based on Python and PyQT5, serial-plotter is a new beginning, with an emphasis on correct data acquisition and real-time data visualization with a little processing thrown in. Think, acquire data ...
I bought an air quality sensor for my Raspberry Pi, and they've written this Python script to show how to use it: try: import struct except ImportError: import ustruct as struct import serial uart ...