Getting Started with Raspberry Pi Pico (and Pico W)
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 …
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 …
30+ Raspberry Pi Projects, Tutorials and Guides The Raspberry Pi is a small computer board about the size of a credit card. It was developed in the United Kingdom by …
In this guide, we’ll show you seven different ways to send notifications with the ESP32. We’ll cover sending SMS, emails, WhatsApp messages, and Telegram messages. We’ll show you different options …
The new year is just around the corner. This means it’s time for a Year in Review. We’ll share with you a summary of what happened throughout 2022 on the …
The ESP32 supports several different wireless communication protocols. Each protocol has its advantages and disadvantages and one can be more suitable than the other depending on the application. This guide …
This is a troubleshooting guide for the BME280 temperature, humidity, and pressure sensor when using ESP32, ESP8266, Arduino, or similar boards. If you get an error message in your Serial …
In this tutorial, you’ll learn how to deal with workspaces on VS Code to organize your ESP32 and ESP8266 projects. You’ll learn what is a single-folder workspace, a multi-root workspace, …
Build ESP32-CAM Projectsusing Arduino IDE eBook Build 20 projects with the ESP32-CAM using Arduino IDE: photo capture, web servers, email notifications, video streaming, car robot, pan and tilt server, face …
This guide shows how to save data permanently on the ESP32 flash memory using the Preferences.h library. The data held in the flash memory persists across resets or power failures. …
200+ ESP8266 NodeMCU Projects, Tutorials and Guides with Arduino IDE The ESP8266 is an affordable development board that combines control of outputs/inputs and Wi-Fi capabilities. It is one of the …
90+ ESP32-CAM Projects, Tutorials and Guides with Arduino IDE The ESP32-CAM board is an affordable development board that combines an ESP32-S chip, an OV2640 camera, several GPIOs to connect peripherals …
250+ ESP32 Projects, Tutorials and Guides with Arduino IDE The ESP32 is the ESP8266 successor loaded with lots of new features. The ESP32 is a development board that combines Wi-Fi …
2020 is almost over. It’s that time of the year to reflect about what we’ve achieved (or not) throughout this year and set our milestones for next year. In this article, …
Learn how to upload files to the ESP32 board filesystem (SPIFFS) using VS Code with the PlatformIO IDE extension (quick and easy). Using the filesystem with the ESP32 can be …