Category: Knowledge
-
Run a Python program in a terminal that opens automatically
I have developed a Python program called ping_script.py, which runs on a Raspberry Pi and continuously pings a hostname and save the results to text file. For checking purpose, I want to display the ongoing pinging process on a 5″ LCD display when the Raspberry Pi starts up. To get the job done, I tackle Read more
-
Streamlining Pi Board Development with WinSCP and SSH
Connecting a keyboard and a monitor directly to a Pi-based board for development can often be cumbersome, as it requires additional space for an extra monitor and keyboard alongside my PC. To streamline this process, I typically opt for network connectivity by connecting my PC to the Pi board using WinSCP and Putty SSH. Not Read more
-
How to shrink and expand SD card partition running in Orange Pi (A step by step guide)
This blog is separated into 2 parts, Shrinking the image and Expanding SD card. Beware that it is possible to expand SD card partition with Gparted as well, but in this project, we will be using bash file instead. Part 1: Shrinking the image (Using Gparted) Installation of Rufus, Gparted & Win32DiskImager How to move Read more
