Technology and Development

Nodemcu esp8266 NEMA 17 stepper motor controlle...
This tutorial is about how to control stepper motor over WiFi via desktop or mobile browser using nodemcu esp8266 WiFi module. Nodemcu will work as a server and serve a...
Nodemcu esp8266 NEMA 17 stepper motor controlle...
This tutorial is about how to control stepper motor over WiFi via desktop or mobile browser using nodemcu esp8266 WiFi module. Nodemcu will work as a server and serve a...

MicroPython – Generating PWM in ESP8266 and ESP32
Pulse width modulation (PWM) is one of the five basic functionalities of any microcontroller. The other four are digital input, digital output, analog input and ser communication...
MicroPython – Generating PWM in ESP8266 and ESP32
Pulse width modulation (PWM) is one of the five basic functionalities of any microcontroller. The other four are digital input, digital output, analog input and ser communication...

MicroPython: Serial data communication on ESP82...
Microcontroller boards require data communication with many other devices that include sensors, actuators, other microcontrollers and microcomputers. This transfer or exchange...
MicroPython: Serial data communication on ESP82...
Microcontroller boards require data communication with many other devices that include sensors, actuators, other microcontrollers and microcomputers. This transfer or exchange...

ESP8266/ESP32 based WiFi Access Point using Mic...
Many IoT applications are controlled with the help of a web page or HTML website running on a local area network (LAN) or wireless local area network (WLAN). Some examples...
ESP8266/ESP32 based WiFi Access Point using Mic...
Many IoT applications are controlled with the help of a web page or HTML website running on a local area network (LAN) or wireless local area network (WLAN). Some examples...

Introduction to ESP8266 and ESP32 in Arduino IDE
ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages include MicroPyth scripting...
Introduction to ESP8266 and ESP32 in Arduino IDE
ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages include MicroPyth scripting...

MicroPython – Digital input/output on ESP8266 a...
The first step in programming embedded devices is to perform digital input/output. Digital input/output refers to reading parallel data. The same logic signals are used...
MicroPython – Digital input/output on ESP8266 a...
The first step in programming embedded devices is to perform digital input/output. Digital input/output refers to reading parallel data. The same logic signals are used...