Technology and Development

Como construir uma estação meteorológica sem sensor baseada em MicroPython

How to build a MicroPython-based sensorless wea...

Is it possible to update the weather on an embedded or wearable device without interfacing with any temperature or humidity sensors? With access to the Internet of Things (IoT), devices...

How to build a MicroPython-based sensorless wea...

Is it possible to update the weather on an embedded or wearable device without interfacing with any temperature or humidity sensors? With access to the Internet of Things (IoT), devices...

Introdução ao ESP8266 e ESP32 no Arduino IDE

Introduction to ESP8266 and ESP32 in Arduino IDE

ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages ​​include MicroPyth scripting...

Introduction to ESP8266 and ESP32 in Arduino IDE

ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages ​​include MicroPyth scripting...

Como fazer o primeiro programa Python com Beaglebone Black

How to make your first Python program with Beag...

Beaglebone black supports several high-level languages ​​like C, C++ and scripting languages ​​like java, python. Application programming is mainly written in C language for controller...

How to make your first Python program with Beag...

Beaglebone black supports several high-level languages ​​like C, C++ and scripting languages ​​like java, python. Application programming is mainly written in C language for controller...

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