Category: Software

WiFi remote debugging on Arduino UNO with DT-06 0

WiFi remote debugging of an Arduino with DT-06

We have already addressed the topic of remote wireless programming via Bluetooth of an Arduino UNO in our previous article titled “Arduino Remote/wireless Programming” however, thanks to the feedback and questions from our readers, we have decided to delve even deeper into this subject, exploring the possibilities that WiFi connectivity offers.

ESP32 firmware and filesystem update with FTP client 2

ESP32 firmware and filesystem update with FTP client – 2

Welcome to the final article in our ESP32 firmware and OTA update management series. Today, we’ll explore using an FTP client to update the firmware and filesystem on an ESP32 device. Join us as we delve into this last technique, equipping you with valuable insights for managing updates on your ESP32 projects.

ESP32 firmware and filesystem update from SD card 2

ESP32 firmware and filesystem update from SD card – 1

In this article, we explore a non-standard but effective method for updating ESP32 firmware and filesystem using an SD card. We’ll discuss the advantages, disadvantages, and provide a step-by-step guide for implementing this technique, building on knowledge from previous articles in our firmware management series.

ESP32 OTA update with Web Browser: HTTPS (SSL/TLS) and self signed certificate 0

ESP32 OTA update with Web Browser: upload in HTTPS (SSL/TLS) with self-signed certificate – 2

In this article, we will explore how to perform OTA updates on the ESP32 using a web browser and HTTPS protocol with a self-signed certificate. HTTPS provides a secure way to transfer data over the internet and is essential for any OTA update process that involves sensitive information. A self-signed certificate can be used to provide encryption and authentication without the need for a third-party certificate authority, making it a cost-effective solution for small-scale projects. By the end of this article, you will have a working OTA update process for your ESP32 project that uses HTTPS protocol and a self-signed certificate.

Raspberry Pi Pico, and other rp2040 boards: WiFiNINA with ESP32 WiFi Co-Processor 0

Raspberry Pi Pico, and other rp2040 boards: WiFiNINA with ESP32 WiFi Co-Processor

Even though Raspberry Pi Foundation has released the Pico W version, I still find this tutorial useful for adding WiFi to rp2040 boards using an ESP32.
We will use an esp32-wroom-32 (or esp32-s) as WiFi coprocessor and the full potential WiFiNINA library to handle it.