Chrome introduced support for Web Serial API which in Origin trials state(Available on all desktop platforms). This opens up lot possibilities to control physical devices which provide a
AI on edge is getting more popular with many embedded chip vendors eyeing on AI market – Intel AISTMicroNXPQualcomUnderstanding this trend, AI service providers like Google , Amazon and
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
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
Note : This blog was written for old version of arduino esp32 core, current version setup is simple, get latest version of arduino and add https://dl.espressif.com/dl/package_esp32_index.json to preferences (File-> Preferences)