Author: Felix Tang
-
My own creation – the robotic finger
Introduction This project represents the culmination of my high school journey, where I have focused on creating an electronic device. The main aim of this project is to gain knowledge and skills in developing an Internet of Things (IoT) device for home automation. The end result is a product that enables me to control a… Read more
-
Effortless Setup of a 3.5-inch TFT LCD Touch Display XPT2046 on the Raspberry Pi
Let me talk about the adding of a 3.5 inch TFT LCD touch display XPT2046 on Raspberry Pi. It is easy and straight forward. Plug the display on to the Raspberry Pi, with the pins flushed all the way to the corner. The touch screen should be illuminated white when the power source is connected… Read more
-
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