Bluepill comes with STM32F103C8T6 controller. This controller can be programmed with arduino ide using USB-Serial board. Connections Boot0 – 3v3 PB2 (Boot1) – Gnd A9 (Tx) – Rx
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
I had been doing lot of experiments with Arduino type boards, I wanted to explore more capable boards with Camera interface to build machine vision use cases. It
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