Manage 100 devices in Ubidots Apps, Organizations, Roles and Users

In this opportunity I have decided to test the practicality of the IoT platform Ubidots for user management in the case that it has many devices for several organizations or companies under the same Ubidots platform. More information: ubidots.com In previous tutorials we made the creation of a device configuration and design of a dashboard.  In previous tests…

Complete installation Grafana Dashboard in Raspberry Pi 3 B / B +

  About 2 years ago I made the first tests with Grafana using an ESP8266-01 module, Node-RED, Mosquitto (MQTT) and the InfluxDB database, by that time I did very basic tests which document in the following article: Tutorial ESP8266 Node-RED Granafa InfluxDB MQTT, in this opportunity I will try to explore more features since there is…

Review Solar Panel 10W with Arduino and Node-RED

For a long time I had planned to make some application with photovoltaic panel or common solar panel, in this opportunity I have acquired a monocrystalline solar panel of 10w perfect to power the devices we use in our tutorials. Although this is in design, we will perform a meterological station – Gateway later, and…

Installation IoT Platform Emoncms in lubuntu Linux

We have done a lot of testing on this platform Emoncms part of the OpenEnergyMonitor Project, which has very attractive features if you decide to monitor or control your “bugs” Arduino, RPI, Esp8266 … Although we will emphasize on the platform, it is important to know the main mission of the OpenEnergyMonitor Project. is a tool…

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…

Tutorial ESP8266 Node-RED Granafa InfluxDB MQTT

Based on the previous instructions of the ESP8266 connection with the Node-RED implementing the mqtt protocol, we have performed tests of the connection of several software platforms for the collection and visualization of data. We consider these 2 Grafana and InfluxDB for development and Interactive From the internet of things. Install Node-RED Installation Node red Platform…

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…