ESP8266 NodeMCU WebSocket Server: Display Sensor Readings
In this guide, you’ll learn how to create a WebSocket server with the ESP8266 NodeMCU board to display sensor readings on a web page. Whenever the ESP8266 has new readings …
In this guide, you’ll learn how to create a WebSocket server with the ESP8266 NodeMCU board to display sensor readings on a web page. Whenever the ESP8266 has new readings …
In this guide, you’ll learn how to create a WebSocket server with the ESP32 to display sensor readings on a web page. Whenever the ESP32 has new readings available, the …
In this project, you’ll learn how to send email notifications with the Raspberry Pi when it detects motion. We’ll program the Raspberry Pi using Python and to read from the …
In this guide, you’ll learn how to send an email from your Raspberry Pi using a Python Script and SMTP servers. The example we’ll show can also be run on …
Learn how to program the Raspberry Pi Pico using Arduino IDE software. The Raspberry Pi Pico is a low-cost microcontroller board developed around the RP2040 chip by the Raspberry Pi …
This article is a getting-started guide for the Raspberry Pi Pico W microcontroller board. It was built around the RP2040 chip, provides many GPIOs to connect peripherals, and can be …
In this tutorial, you’ll learn how to send emails with the ESP8266 NodeMCU board using an SMTP server. We’ll show how to send an email with raw text, HTML text, …
In this guide, you’ll learn how to upload files to the ESP32 Filesystem (LittleFS) by using a plugin for Arduino IDE (1.8.X). LittleFS is a lightweight filesystem created for microcontrollers …
In this guide, you’ll learn how to set the Raspberry Pi GPIOs as digital inputs and how to read their state using a Python program. As an example, we’ll read …
In this guide, you’ll learn how to read analog signals on the Raspberry Pi GPIOs using a Python program. The Raspberry Pi can only read digital signals. To read analog …
In this guide, you’ll learn how to generate PWM signals on the Raspberry Pi GPIOs. As an example, we’ll show you how to dim the brightness of an LED by …
In this guide, you’ll learn how to send ESP8266 notifications to Pushover. Pushover is a notification service that integrates with many applications. You can send push notifications to all of …
In this guide, you’ll learn how to send ESP32 notifications to Pushover. Pushover is a notification service that integrates with many applications. You can send push notifications to all of …
In this guide, you’ll learn how to set the Raspberry Pi GPIOs as digital outputs and control them using a Python program. As an example, we’ll show you how to …