Technology and Development

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

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

Estação meteorológica online baseada em MicroPython em ESP8266 e ESP32

MicroPython based online weather station on ESP...

MicroPython is one of the best microcontroller firmware that supports a variety of embedded platforms. WiFi development boards such as ESP8266 and ESP32 are among the supported ports...

MicroPython based online weather station on ESP...

MicroPython is one of the best microcontroller firmware that supports a variety of embedded platforms. WiFi development boards such as ESP8266 and ESP32 are among the supported ports...

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