On this occasion I will comment on my experience in the total migration to a linux system specifically the lubuntu distribution, with this tutorial it is only intended to present simply another different option, allowing us to continue our tests with greater efficiency in open source and IoT applications. After much meditating on the…
Author: PDAControl
Introduction Plataform InitalState & ESP8266
This time we tested the Initialstate platform, is an IoT platform dedicated to the collection and visualization of data, creating colorful graphics. For our test we will use the ESP8266 Module and a DS18B20 Onewire sensor to collect temperature and then visualize it. Safely send time series data to your account from sensors, devices, software…
ESP8266 & Public MQTT Broker mosquitto.org & Node-RED
In the last tests we have taken the MQTT protocol since it has taken great strength the last few years and we think it is thanks to its simplicity, security, practicality and very lightweight projects IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Internet…
ESP8266 & Public Broker MQTT mosca.io & Node-RED
The MQTT protocol has taken great strength in recent years since it is simple, safe, practical and lightweight perfect for IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Broker for tests, are available to connect from any MQTT client in this case will use…
FRED front-end Node-RED in the cloud
In previous tutorials we have tested with the Node-RED platform a visual wiring tool or connection of technologies applications devices and gadgets created by IBM much used for the Internet of things and this time we will try it in FRED. In previous tests Node-RED was installed locally in my case a server with Lubuntu…
Introduction to Platform Iot Carriots & ESP8266
In this opportunity we will test the Carriots platform, for a long time wanted to try it and make a tutorial and this is the moment. Carriots is a platform that provides PaaS services for IoT and M2M projects, allows the connection of devices for data collection and construction of applications, in a few steps…
ESP8266 & Public MQTT Broker HiveMQ & Node-RED
The MQTT protocol has taken great strength in recent years since it is simple, safe, practical and lightweight perfect for IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Broker for Internet monitoring and control tests, are available to connect from any MQTT client in…
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…
ESP8266 two serial ports with SoftwareSerial library
In certain cases we need to use more than one Serial port in the case of arduino, I use the arduino mega 2560 which has 4 serial ports including the programming port, in the case of arduino’s as the nano has a single programming port and as a solution Have created the softwareserial library, given…