Technology and Development

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

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

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

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

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