Tag: Raspberry Pi

  • 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

  • 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

  • Raspberry Pi-Based Ping Testing for 60 Days

    Table of contents Introduction In certain projects, it is essential to ensure the connectivity of the 4G/LTE cellular network at specific locations. To do this, I plan to regularly ping a chosen hostname (such as 8.8.8.8) using a mobile network, with a frequency of once per second. The ping results will be saved to an… Read more

  • How to reset forgotten Raspberry Pi password

    An easy yet challenging task A straightforward yet challenging task is to deal with a QR code scanner Kiosk positioned at the entrance of a container port. The Kiosk utilizes a Raspberry Pi 3B+ (RPi) as a sensor control, connected to a LAN network and utilizing GPIOs. I was tasked with changing the IP address… Read more