Tag Archives: GUI

Plot Live Data in Python Using PyQt5

In this video lesson we show you how to plot live data in Python using PyQt5. In this lesson, we generate the data in python on the fly, but in future lessons we will bring the data in from the Arduino Project over WiFi using UDP. For your convenience, the code we developed in this lesson is below:

 

Use PyQt5 to Create a Graphical User Interface for Arduino Project Over WiFi


 

In this video lesson we introduce you to creating Graphical User Interfaces (GUI) to control your arduino project over WiFi using PyQt5. For this first introduction, we show you how to create the PyQt5 Widget on your PC using Python. Then your homework will be to control your arduino using the widget over WiFi. For your convenience, the code we developed in the lesson is presented below.

 

Raspberry Pi LESSON 37: Run a Remote Graphical Desktop From the Raspberry Pi

In earlier lessons we showed you how to remotely login to your Raspberry Pi using the putty SSH program. This is great for many things, but sometimes you would like to have the full Raspberry Pi graphical desktop available from a remote computer. In this lesson we show how to run the Pi Graphical User Interface remotely. The software is TightVNCserver, and it really works great. The video above steps you through installing and running the software.