A more professional delay code without sleep() in microPython


https://www.electronics-lab.com/project/more-professional-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 “delay()” functions, called “time.sleep()”, “time.sleep_ms()” and “time.sleep_us()”. I intend to show […]

Installation of Casa OS on Raspberry Pi


https://www.electronics-lab.com/project/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 you to run self-hosted apps on your […]

Node Red with MQTT on Raspberry Pi


https://www.electronics-lab.com/project/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 browser-based flow editor, which can be used to create JavaScript […]

Raspberry Pi time-lapse Camera Setup


https://www.electronics-lab.com/project/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 connector and pull up. Software Setup To start this […]

Node Red with Raspberry Pi Tutorial


https://www.electronics-lab.com/project/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 effective open-source platform for developing Internet of Things (IoT) applications that […]