Technology and Development

O que é o protocolo leve da Internet (LwIP)?

What is Lightweight Internet Protocol (LwIP)?

Connecting embedded microcontrollers to the Internet is a crucial task in modern applications. Embedded controllers, especially in consumer devices and wearables, now require this...

What is Lightweight Internet Protocol (LwIP)?

Connecting embedded microcontrollers to the Internet is a crucial task in modern applications. Embedded controllers, especially in consumer devices and wearables, now require this...

MicroPython – Protocolo SPI em ESP8266 e ESP32

MicroPython – SPI Protocol on ESP8266 and ESP32

SPI and I2C are the common serial communication protocols used by sensors to communicate with microcontrollers and microcomputers. Both protocols are master-slave protocols. The sen...

MicroPython – SPI Protocol on ESP8266 and ESP32

SPI and I2C are the common serial communication protocols used by sensors to communicate with microcontrollers and microcomputers. Both protocols are master-slave protocols. The sen...

Como usar os modos de suspensão do ESP8266 no MicroPython

How to use ESP8266 sleep modes in MicroPython

Network applications consume a lot of power. If such applications are battery-powered, there is a risk of the battery running out due to the high power demands of network functions....

How to use ESP8266 sleep modes in MicroPython

Network applications consume a lot of power. If such applications are battery-powered, there is a risk of the battery running out due to the high power demands of network functions....

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

Como fazer a interface de um sensor de temperatura DS18B20 com o driver Onewire do MicroPython

How to interface a DS18B20 temperature sensor w...

The 1-Wire protocol is a proprietary standard for serial data communications from Maxim Integrated. This protocol is a low-speed, half-duplex, master-slave data communication standard...

How to interface a DS18B20 temperature sensor w...

The 1-Wire protocol is a proprietary standard for serial data communications from Maxim Integrated. This protocol is a low-speed, half-duplex, master-slave data communication standard...

Primeiros passos com ESP8266

Getting started with ESP8266

ESP8266, a System-on-Chip (SoC) manufactured by ESpressif, is the most popular IoT development platform and is a complete and independent Wi-Fi networking solution. The SoC consists of a microcon...

Getting started with ESP8266

ESP8266, a System-on-Chip (SoC) manufactured by ESpressif, is the most popular IoT development platform and is a complete and independent Wi-Fi networking solution. The SoC consists of a microcon...