Category: Project
Under this project category will include all the project I have done so far
-
Web-Based console for Raspberry Pi: JSON data
In this Raspberry Pi project, JSON data is utilized as an interchange format between the front-end HTML/JavaScript and the back-end Python programs. In this post, let’s delve into the topic of JSON data, specifically focusing on its role in this project and providing examples of how it is used in the programs. JSON (JavaScript Object… Read more
-
Web-Based console for Raspberry Pi: python code to control GPIO
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 you to interact with the GPIO pins. When you configure a GPIO pin as an input or output, a corresponding entry is created in the /sys/class/gpio/ directory. The naming… Read more
-
Web-Based console for Raspberry Pi: debug methods
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 offers an extensive set of features and utilities to help debug issues, optimize performance, and improve the user experience of websites and web applications. To access it,… Read more