Meter PZEM-004 + ESP8266 & Platform IoT Blynk App

In this opportunity we will integrate our active power meter or electric consumption, Peacefair Pzem-004 with the IoT Blynk app platform available in Android & iOS apps stores using an ESP8266 module, later we will create a dashboard to visualize the 4 available variables as active power, accumulated electrical consumption, voltage and current.    …

Tutorial Platform IoT Ubidots & ESP8266 + Sensor DHT11

This time we have tested the platform Ubidots, is an IoT platform dedicated to the collection and display of data, creating colorful graphics. For our test we will use the Module ESP8266 and a DHT11 sensor to measure the temperature / relative humidity and later visualize it.  Official Website: Ubidots Update Ubidots Libraries V3.0.0 for…

Tutorial ESP8266 DS18B20 Temperature Node-RED MQTT (Mosquitto) IoT

This time the integration of ESP8266 and the Node-RED platform was realized integrating a sensor DS18B20 of Protocol of Temperature Onewire. From an HMI or SCADA Web creator on Node-Red-Dashboard using the MQTT protocol and the pubsubclient library converting the ESP8266 into the MQTT Client will perform the sensor reading periodically. Video Test ESP8266  Temperature DS18B20…

Tutorial ESP8266 Control Servo Node-RED MQTT (Mosquitto) IoT #2

This time the integration of ESP8266 and the Node-RED platform has been made integrating an actuator in this case a servo controlled by PWM with rotation from 0 to 180 degrees. From an HMI or SCADA Web creator on Node-Red-Dashboard using as base the MQTT Protocol and pubsubclient library converting the ESP8266 into MQTT Client….

Installation Mosquitto Broker MQTT in lubuntu (Ubuntu) Linux

That is MQTT ? In short MQTT is a TCP / IP protocol lightweight messaging, the model is publication – subscriber requires a message broker  which is responsible for directing recipients through a topic  in common. It is considered to Andrew James Stanford-Clark as the author of this protocol. More information MQTT Wikipedia. Official Website:…

Installation Node Red dashboard

Node red Dashboard Node red has dashboard to create and view dashboards to interact with the devices in the internet of things. There was an earlier version call node-red-contrib-ui which was replaced by node-red-dashboard created by Dave Conway-Jones (dceejay) thanks for your great contribution.   In this case we will install this add to our…

Installation node Modbus TCP Node Red

In the search for attachable communication protocols Node-Red I found thanks to the collaborative development a library or nodes for communication Modbus TCP IP, the following tutorial is indicated as installing the nodes in lubuntu (Ubuntu). Previous tutorials Recommended Tutorial 1 : Install Lubuntu (Ubuntu) Tutorial 2 : Installation node red platform Tutorial  3 :  Installation…