Technology and Development

Motor de passo Nodemcu esp8266 NEMA 17 controlado por WiFi

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 – Gerando PWM em ESP8266 e ESP32

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: Comunicação de dados serial em ESP8266 e ESP32 usando UART

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...

Ponto de acesso WiFi baseado em ESP8266/ESP32 usando MicroPython

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...

Introdução ao ESP8266 e ESP32 no Arduino IDE

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 – Entrada/saída digital em ESP8266 e ESP32

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...