One of the applications installed in the Virtual Machine (VirtualBox) PDAControlMV based on Linux Lubuntu 20.04 LTS is Arduino IDE. How to download and Install PDAControlMV Arduino IDE Perhaps it is the most known and used programming IDE, it is also available in our virtual machine PDAControlMV. Materials and where to buy them Buy it…
Tag: arduino
Introduction to mDash platform for administration of IoT Devices
On this occasion I present the platform or an administration service for IoT devices called mDash, belonging to Cesanta, the creators of the IoT Mongoose Os development firmware. mDash allows firmware updates OTA (over-the-air) and remote administration, alerts and notifications, remote device control, file management with devices, all these features are for Espressif’s modules ESP32…
Meter PZEM-004 + Arduino Nano Modbus RTU (RS232) & Platform IoT Node-RED
Originally this test is performed in June 2018 in less than one year, for reasons of availability do not publish, technically just missing the documentation, then I will present the results, well they say there is better late than never. In this opportunity our PZEM-004 meter or it is also possible with our PZEM-004T communication…
Meter PZEM-004T with Arduino ESP32 ESP8266 Python & Raspberry Pi
In this opportunity we will collect tests with my new electric consumption meter PZEM-004T, making integrations with some of the most known hardware platforms ESP8266, Arduino Nano, ESP32, Arduino UNO + Shield Ethernet W5100 and Python in Raspberry Pi. For a long time I wanted to try the PZEM-004T of Peacefair, I bought my meter…
Measuring DC Voltage with Arduino and Node-RED
There are a lot of tutorials DC voltage measurement with Arduino, in this case I found a tutorial that I consider the best functional method to measure DC without requiring input values of resistance, only requires some resistance and a multimeter, In next tutorials we will start with solar panels and we need to measure…
Controlling Arduino from Node-RED with Firmware Firmata
In this opportunity we will use Node-RED to control an Arduino MEGA 2560 R3, thanks to the collaboration of a colleague Absolutely Automation I indicated this method that allows to easily control an Arduino if complications. Also in one of the comments does anyone consult if there is a more practical way to control from…
Installation Arduino IDE & Boards ESP8266 in Lubuntu
To avoid losing synergy in our tests in Arduino IDE, this time we will install Arduino IDE in our new operating system lubuntu “linux” and we will configure the boards to program the ESP8266. Installation Arduino IDE, Haste the current version 1.8.3. Installation of Boards libraries and examples for ESP8266. Tutorial Recommended: Full migration to…
Arduino writing Mewtocol Protocol from PLC’S Panasonic
Thanks to the request of one of my subscribers I have created this tutorial, which will be written in a Panasonic PLC (Nais) of the FPX Series Family. These PLCs are very practical and a high percentage of machines have it as a unit control. On this occasion I will use an Arduino MEGA 2560…
Quick View to Platform Emoncms OpenEnergyMonitor in Hosting
I guess all we have connected a sensor to the Arduino, Raspberry pi and/or ESP8266 or another platform we wanted to see our sensors and bugs from the internet presented a possible solution. We will focus on 2 themes Emoncms OpenEnergyMonitor and hosting in the Cloud. Source: Wikipedia About 3 years ago I found the…
Tutorial ESP8266 12E Modbus RTU Master (Improved)
We have performed several tests regarding Arduino integrating Arduino-PLC and Arduino-HMI Panasonic for Industrial applications, in this opportunity we have found other libraries for Arduino as Master Modbus RTU, which we will use only in Modules ESP8266, main advantages of the library has Easier facility regarding read and write log settings. Initially the libraries only…