IoT

Node.js and Internet of Things

Riding on the widespread popularity of JavaScript (particularly event-driven Node.js) in combination with low cost prototyping hardware, a new set of projects have emerged letting client side web developers use their skills to start controlling elements in the physical world. This posting has several interesting videos around this topic: Matteo Collina: “MQTT” and “Node.js”- Messaging the Internet of

Battery powered IoT temperature logger testing

Two days I posted some pictures of my newest IoT gadget in Today’s IoT device posting.  This device was second version of my IoT temperature meter, now powered with two AA batteries. This device is built around tiny ESP8266 module I introduced in WIFI module ESP8266 for IoT article. The temperature data is read from

Today’s IoT device

This is second iteration of IoT temperature meter. Again based on ESP8266 module, but more compact. Now powered with two AA batteries. Here is view to data. Posted from WordPress for Android

IoT Temperature Meter

This is a test project to build IoT temperature meter using ESP8266 WiFi module, DS18b20 temperature sensor and nodemcu. It sends temperature data to ThingSpeak. This test is based on ESP8266 + ds18b20 + thingspeak+ nodemcu article and it’s files on GitHub plus ds18b20.lua. ESP8266 + ds18b20 + thingspeak+ nodemcu article describes how to build