SBC – Single Board computer market is popular amongst hobbyists and DIY specialists. Raspberry Pi made a storm when it was launched. There are many similar Pis like
Introduction Before building something big, it is normal to create a model. This concept of model is very common in construction and manufacturing field. With the advent of
What is Meteor? Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connected-client reactive applications, a build
Last year 2017 Google announced its new Internet of Things initiative based on Android, the aptly named Android Things. It was back in May 2015 that Google announced
We have already seen how to connect Arduino UNO with NodeMCU/ESP8266 over UART and send data to MQTT broker here. That project uses lua to program the NodeMCU
The standard ESP32 module (ESP-WROOM-32) present in the market has 512KB SRAM. For most the applications this RAM is more than sufficient. In fact it is nearly 4
Introduction: Often times, in IoT field, one has to use multiple languages – C++ at edge, node.js javascript at server side, and android/iOS/Web for frontend development. Earlier we