Tagged: Wemos D1 mini

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.

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.

WeMosD1Mini esp8266 Sleep modem light deep wake 6

WeMos D1 mini (esp8266), the three type of sleep mode to manage energy savings – Part 4

When you create a new IoT project probably you need to connect microcontroller to a battary power source, but if you don’t use a power saving options your battery will run out in no time.
As a lot of IoT microcontroller, WeMos D1 mini have some power saving mode.
The types are modem sleep, light sleep and deep sleep.