Getting Started with Raspberry Pi Pico using uPyCraft IDE
In this getting started guide on MicroPython with Raspberry Pi Pico, we will learn how to use the program Raspberry Pico using uPyCraft IDE and MicroPython. We will see how …
In this getting started guide on MicroPython with Raspberry Pi Pico, we will learn how to use the program Raspberry Pico using uPyCraft IDE and MicroPython. We will see how …
In this tutorial, we will learn how to use Thonny Integrated Development Environment to write programs for Raspberry Pi Pico using MicroPython firmware. By the end of this guide, you …
In this ESP32-CAM project, we will create an IoT CCTV live streaming camera using ESP32-CAM and Blynk application. It will enable us you monitor live streaming and surroundings where the …
In this tutorial, we will learn how to send sensor readings to an Android phone using Arduino nRF24L01+ module, and BLE. The transfer of data will be through Bluetooth Low …
In this IoT project, we will create a water level monitoring web server using an HC-SR04 Ultrasonic sensor and ESP32. It will be a contactless water level measurement system. First, …
In this tutorial, we will learn about NEO-6M GPS module and how to interface it with ESP8266 NodeMCU. We will learn how GPS works and the overview of the NEO-6M …
In this tutorial, we will learn how to interface I2C LCD with Arduino and how to display static, scrolling, and custom characters on I2C LCD. This I2C LCD is a …
In this getting started tutorial, we will learn about the 28BYJ-48 stepper motor and how to interface it with Arduino using a UNL2003 driver. The 28BYJ-48 stepper motor is inexpensive …
In this guide, we will show you how to log sensor readings to Firebase Realtime database along with current timestamps. We will use ESP32 development board along with BME280 sensor …
In this tutorial, we will learn how to perform RS485 serial communication between ESP32 and ESP8266 boards using 5V MAX485 TTL to RS485 module. RS485 communication is used in industrial Modbus …