Welcome to CS-Student!
The mission of this website is to share STEM knowledge I have experienced
The mission of this website is to share STEM knowledge I have experienced
The GPIO pin status on a Raspberry Pi is managed through the /sys/class/gpio/ directory in the Linux file system. This directory contains a series of files and directories that allow…
To effectively fix problems with webpages, both front-end and back-end development require different tools. The Chrome Developer Tools is a powerful toolkit specifically designed for front-end developers. It…
IP-enabled devices generally offer a web-based interface for managing and configuring them. In this particular case, I have created web-based login page, dashboard and configuration page for a…
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…
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…
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…