Tag: Raspberry Pi

A more professional delay code without sleep() in microPython
Introduction If you use Arduino you may use it to implement code with delay() or delayMicroseconds(). Let's write more professional code without sleep() in microPython. If you are just starting with microPython, I invite you to start the right way. MicroPython has its own...
Continue Reading
Installation of Casa OS on Raspberry Pi
In this tutorial, I will show you how to build a beautiful home server with Raspberry Pi and CasaOS. Things Needed All you need is a Raspberry Pi 4B board, That's all. Introduction to Casa OS CasaOS is a simple, easy-to-use, elegant open-source home cloud system that allows...
Continue Reading
Node Red with MQTT on Raspberry Pi
This tutorial will guide you to integrate the MQTT on Raspberry Pi via the Node-Red platform. Node-RED is a flow-based development tool for the visual programming of hardware devices, and it is widely used for the Internet of Things. In addition, Node-RED provides a web...
Continue Reading
Raspberry Pi time-lapse Camera Setup
This tutorial will walk you through setting up your own Raspberry Pi time-lapse Camera setup from beginning to end. Hardware components Raspberry Pi 4 Model B Raspberry Pi Camera Module Hardware Setup To install the camera use the ribbon cable and press the side of the...
Continue Reading
Node Red with Raspberry Pi Tutorial
Node-RED is a powerful open-source visual programming tool for building Internet of Things (IoT) applications. In this tutorial, we’ll cover what Node-RED is, how to install it, and how to use the visual interface to create a simple flow. What is Node-RED? Node-RED is an...
Continue Reading