Technology and Development

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

Como construir um repetidor WiFi portátil usando ESP32 ou ESP8266

How to Build a Portable WiFi Repeater Using ESP...

Typically, a WiFi network has a range of more than 45 meters. Signals are strongest near the router. The further you move, the weaker the signal. The same applies to...

How to Build a Portable WiFi Repeater Using ESP...

Typically, a WiFi network has a range of more than 45 meters. Signals are strongest near the router. The further you move, the weaker the signal. The same applies to...

Como fazer o corretor Raspberry Pi MQTT

How to make Raspberry Pi MQTT broker

MQTT (Message Queuing Telemetry Transport) is a simple messaging protocol often used in IoT applications. The protocol is based on a publish-subscribe system where both ti...

How to make Raspberry Pi MQTT broker

MQTT (Message Queuing Telemetry Transport) is a simple messaging protocol often used in IoT applications. The protocol is based on a publish-subscribe system where both ti...

Como usar MicroPython com ESP8266 e ESP32 para conectar-se a uma rede WiFi

How to use MicroPython with ESP8266 and ESP32 t...

ESP8266 and ESP32 are popular WiFi development boards. These single-board microcontrollers are supported by the MicroPython framework and are often used for the Internet of Things...

How to use MicroPython with ESP8266 and ESP32 t...

ESP8266 and ESP32 are popular WiFi development boards. These single-board microcontrollers are supported by the MicroPython framework and are often used for the Internet of Things...