Technology and Development

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

MicroPython – Lendo sinais analógicos em ESP8266 e ESP32

MicroPython – Reading analog signals in ESP8266...

Most sensors have an analog output. Few sensors come with an integrated controller and can transmit output measurements via a digital protocol. That's why the conversation...

MicroPython – Reading analog signals in ESP8266...

Most sensors have an analog output. Few sensors come with an integrated controller and can transmit output measurements via a digital protocol. That's why the conversation...

MicroPython: Funções, temporizadores e interrupções relacionadas ao tempo no ESP8266 e ESP32

MicroPython: Time-Related Functions, Timers, an...

Timers are one of the common hardware features in all microcontrollers. Timers and timer interrupts are of great use in microcontroller applications. The interruptions...

MicroPython: Time-Related Functions, Timers, an...

Timers are one of the common hardware features in all microcontrollers. Timers and timer interrupts are of great use in microcontroller applications. The interruptions...

Introdução ao MicroPython no ESP8266

Introduction to MicroPython on ESP8266

MicroPython is an implementation of Python 3 for microcontrollers. It's an incredible firmware that combines the powerful features of the Python programming language with the low-level access of micro...

Introduction to MicroPython on ESP8266

MicroPython is an implementation of Python 3 for microcontrollers. It's an incredible firmware that combines the powerful features of the Python programming language with the low-level access of micro...

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