Category: Arduino

15

How to interface Arduino, esp8266 or esp32 to RS-485

RS-485 work as a broadcast; when you send a message, all devices connected to the wire receive that, so peoples use It is better to implement a lot of protocol to send a message to a specified device or a broadcast address. This article uses regular communication from two devices in a very simple way.

74

FTP server on esp8266 and esp32

For static information (Web pages for examples), that not change frequently, esp8266 or esp32 have internal SPIFFS (SPI Flash File System) and you can upload data via Arduino IDE as explained in the article “WeMos D1 mini (esp8266), integrated SPIFFS Filesystem” but for fast operation and future support It’s usefully use FTP.

LoRa E32 device for Arduino, esp32 or esp8266 WOR (wake on radio) the microcontroller also and new Arduino shield 38

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

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 shield created for this device.

How to use SD Card Adapter esp8266 and Arduino 8

How to use SD card with esp8266 and Arduino – 1

When you use a microcontroller an important features is store data, for logging or setting, for a web server or to show image. The better solution is an SD card, because It’s simple, small and low power device.
Now we are going to look how to connect and use with standard SD library with Arduino and esp8266.