Ebyte LoRa E22 device for Arduino, esp32 or esp8266: specs and basic use – 1
Here is a tutorial on Ebyte E22 LoRa (Long Range) library device very cheap and long-range (from 4Km to 10Km).
Start with specs and basic use.
Here is a tutorial on Ebyte E22 LoRa (Long Range) library device very cheap and long-range (from 4Km to 10Km).
Start with specs and basic use.
ESP32 have 2 multiple UART, they are very usefully for debug, and this device have also a core logging system that you can use to debug and control your code.
Here my library that implements the complete communication protocol of ABB (ex PowerOne) Aurora Inverter suitable with Arduino, esp8266 and esp32.
When you create a device you probably need to know the correct time, on wifi device the resonably choiche is to use Internet to get time via NTP.
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. CORS request, OPTION and POST.
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. The CORS request tunnel, OPTION and GET verbs.
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.
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. POST, PUT, PATCH, DELETE.
Today for esp8266 and esp32.
Here I’d like to explain the version 2 of the EMailSender library, a big evolution respect to version 1, with support for Arduino with w5100, w5200 and w5500 ethernet shield and enc28J60 clone devices, and support for esp32 and esp8266.
Now you can add attachments also, loaded from storage device like SD, SPIFFS or LittleFS per esp8266.
Serial Peripheral Interface Flash File System, or SPIFFS for short. It’s a light-weight file system for microcontrollers with an SPI flash chip. The on-board flash chip of the ESP32 has plenty of space for your files.