Category: My libraries

esp8266 firmware and filesystem update with FTP client 2

esp8266 firmware and filesystem update with FTP client – 2

In this series of article about firmware and how to update It, I’d like to add a series of alternative methods of updating that are very useful for me.
In this article, we will learn how to add an FTP server to our device and use It to upload firmware and filesystem updates.

EByte LoRa E32 Manager REST WebSocket to configure and test esp8266 esp32 0

EByte LoRa E32 gateway: manage via REST and WebSocket (esp8266, esp32) – 1

I do many projects with EByte LoRa E32, all based on my library, and many people download it, but EByte’s tools are very poor and sometimes faulty. So I tried to create a Web manager that also works as a Gateway, here’s how to interface the Back End.

LoRa E32 E22 ESP32 shield PCB and wake up from WOR 2

Ebyte LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) and new ESP32 shield – 8

Here a tutorial on E32 LoRa (Long Range) device very cheap and very long range (from 3Km to 8Km).
In this chapter we are going to wake on radio the LoRa E32 and microcontroller and we show the ESP32 DEV KIT v1 shield created for this device.

Send email with attachments Arduino SAMD boards 17

Send emails with attachments: Arduino SAMD boards (WiFiNINA) – 3

I would like to introduce version 2 of the EMailSender library, a great evolution compared to version 1, with support for Arduino with w5100, w5200 and w5500 ethernet devices and enc28J60 clone devices, support for esp32 and esp8266 and finally (from version 2.2.0) support for all Arduino (SAMD) devices using the WiFiNINA library (Arduino UNO WiFi Rev.2, Arduino NANO 33 IoT, Arduino MKR 1010 and Arduino MKR VIDOR 4000 WiFi etc.). Now you can add attachments also, loaded from storage device like SD or SPIFFS.