Problem statement : Many of us will be having a printer which has interface. Because of these two reasons, network printer is preferred than USB interface. Availability of
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
Last week my friend Ramesh shared one HBR article: why-technical-experts-make-great-leaders It reminded me of old Steve Jobs interview. Steve Jobs in his ” First Macintosh team video (1985)”
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
We can program NodeMCU (ESP8266) in several ways. Most of the times I use it with lua (with nodemcu firmware inside it). We can also program NodeMCU hardware
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
We have already seen how to connect arduino uno to NodeMCU (ESP8266) here . In this blog we connect Arduino UNO with ESP32. When connecting UNO with nodemcu we