Technology and Development

Como usar os modos de suspensão e despertar do ESP32 no MicroPython

How to use ESP32 sleep and wake modes in MicroP...

In a previous article, we covered sleep modes in ESP8266. ESP32 is another popular Wi-Fi development board from Expressif Systems. It is more feature-rich than the ESP8266, but also with...

How to use ESP32 sleep and wake modes in MicroP...

In a previous article, we covered sleep modes in ESP8266. ESP32 is another popular Wi-Fi development board from Expressif Systems. It is more feature-rich than the ESP8266, but also with...

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

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

MicroPython: Como programar um relógio de tempo real (RTC) em ESP8266 e ESP32

MicroPython: How to Program a Real Time Clock (...

A real-time clock (RTC) is a computer clock for keeping time and is one of the most popular microcontroller features. Microcontrollers without integrated RTC require an external RTC chip...

MicroPython: How to Program a Real Time Clock (...

A real-time clock (RTC) is a computer clock for keeping time and is one of the most popular microcontroller features. Microcontrollers without integrated RTC require an external RTC chip...

Como usar o temporizador watchdog do MicroPython no ESP8266 e ESP32

How to use MicroPython watchdog timer on ESP826...

A watchdog timer is an internal or external timer that monitors a microcontroller's program to ensure that the application remains operational without failure. Serves as a...

How to use MicroPython watchdog timer on ESP826...

A watchdog timer is an internal or external timer that monitors a microcontroller's program to ensure that the application remains operational without failure. Serves as a...