Saturday, February 13, 2021

RND (KORAD) DC Power Supply Control (Work in Progress)

I am currently learning to program in the Python programming language on a Linux operating system and I can tell you that it is fun. It’s simple and I’m starting to turn my ideas into works, like this example here, controlling electronics using a PC and automating measurements.

The application is currently under construction. For now, I have designed a graphical interface in Glade (Glade is A user interface designer for GTK+ and GNOME) and implemented a serial port connection function.

The goal is to write a complete application for controlling, automating measurements, and saving data to a file, and perhaps a draw graph representation. I am currently testing the application on a PC with Debian Linux OS but I believe it is possible to use it on a Raspberry Pi OS as well.

The whole idea of this project is to learn how to apply Python to automate the measurement and control of electronic devices. One option is to control the Arduino, read digital multimeter measurements and the list goes on.

Github repo: https://github.com/ebaketa/rnd_320-ka3005p

Till the next time!

2 comments:

  1. Awesome resources, DIY Electronics make up their own section of the DIY products market. When you are trying to complete a DIY electronics project, you want the most high-quality parts you can find. We carry some of the top DIY products in the industry in regard to DIY elec

    ReplyDelete
  2. scullaXpers_ra Alan Robison click
    ccomicinha

    ReplyDelete

Programing AT89C2051 using SDCC compiler on Debian Linux

My Homemade AT89C2051 Development Board First and foremost we need to install a compiler and we need a programmer to load the code into the ...