Technology and Development

Usando o driver MicroPython SSD1306 para fazer interface de um display OLED com ESP8266 e ESP32

Using the MicroPython SSD1306 driver to interfa...

You've probably heard of SSD1306 or SSD1315 organic light-emitting diode (OLED) displays. These monochrome screens typically have a similar price range to full-face screens...

Using the MicroPython SSD1306 driver to interfa...

You've probably heard of SSD1306 or SSD1315 organic light-emitting diode (OLED) displays. These monochrome screens typically have a similar price range to full-face screens...

Compreendendo os fundamentos da programação MicroPython

Understanding the Basics of MicroPython Program...

MicroPython is a software implementation of the Python 3 programming language for microcontrollers. Almost all major microcontroller platforms are supported by the...

Understanding the Basics of MicroPython Program...

MicroPython is a software implementation of the Python 3 programming language for microcontrollers. Almost all major microcontroller platforms are supported by the...

Como usar ESP8266/ESP32 como servidor TCP e cliente com soquetes

How to use ESP8266/ESP32 as a TCP server and cl...

ESP8266 and ESP32 are popular WiFi development boards. These microcontroller boards are ideal for building the Internet of Things (IoT). We cover how to connect ESP8266 and ESP32 (or whatever...

2 comments

How to use ESP8266/ESP32 as a TCP server and cl...

ESP8266 and ESP32 are popular WiFi development boards. These microcontroller boards are ideal for building the Internet of Things (IoT). We cover how to connect ESP8266 and ESP32 (or whatever...

2 comments
Como projetar um gerenciador WiFi ESP32 usando MicroPython

How to design an ESP32 WiFi manager using Micro...

Almost every device we use today – from smartphones, tablets, wearables and even many of our home appliances – connects to the Internet through a home WiFi network (or...

How to design an ESP32 WiFi manager using Micro...

Almost every device we use today – from smartphones, tablets, wearables and even many of our home appliances – connects to the Internet through a home WiFi network (or...

Como animar texto no SSD1306 usando MicroPython e ESP8266

How to animate text on SSD1306 using MicroPytho...

Organic light-emitting diodes or OLED displays have become essential for many embedded devices. OLEDs are considered one of the highest quality monitors for displaying information...

How to animate text on SSD1306 using MicroPytho...

Organic light-emitting diodes or OLED displays have become essential for many embedded devices. OLEDs are considered one of the highest quality monitors for displaying information...

MicroPython: como escrever e ler arquivos de texto em um cartão MicroSD usando ESP32

MicroPython: How to Write and Read Text Files t...

Data logging is an integral part of many embedded projects. Typically, data logging is used to record sensor readings, with or without a timestamp. For example, m...

MicroPython: How to Write and Read Text Files t...

Data logging is an integral part of many embedded projects. Typically, data logging is used to record sensor readings, with or without a timestamp. For example, m...