Category: WeMos D1 mini

ABB Aurora Web Inverter Monitor Station Introduction 0

ABB (ex Power One) Aurora Web Inverter Monitor (WIM): project introduction – 1

I would like to monitor the status of my ABB Aurora inverter (formerly Power One now Fimer). So with a WeMos D1 mini I create a monitoring station with web interface, notifications and more.
Here we will explore the infrastructure of the project.

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.

LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) microcontroller and new WeMos D1 mini shield 9

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

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

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.