Category: Arduino

WebSocket Arduino esp8266 esp32 client 4

WebSocket on Arduino, esp8266 and esp32: client – 1

Modern web applications need to update data in real time, for years we have used polling with REST calls but now we can no longer ignore the WebSocket protocol.
Here I am going to present a WebSocket client with esp8266, esp32 and Arduino Mega with enc28j60.Here a WebSocket client with esp8266, esp32 and Arduino Mega and enc28j60.

ABB PowerOne Aurora Web Inverter Centraline Set time and manage battery UPS 0

ABB Aurora web inverter monitor (WIM): set time and manage battery UPS – 5

I’d like to monitoring my ABB Aurora inverter. So with an WeMos D1 mini I create a centraline with web interface, notification and other.
Here we are going to explore how to create an UPS and how correctly set date.

ABB PowerOne Aurora Web Inverter Centraline Wiring Arduino to RS485 6

ABB Aurora Web Inverter Monitor (WIM): wiring Arduino to RS-485 – 2

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.
Now we are going to wire our Arduino to the Inverter.

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.

Send email with attachments Arduino library 20

Send emails with attachments (v2.x library): Arduino Ethernet – 1

Today for Arduino ethernet.
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 or SPIFFS.