Technology and Development

Desinfetante de mãos automatizado usando Arduino

Automated hand sanitizer using Arduino

This tutorial explains how to automate a bottle of hand sanitizer. Disinfectants can be found for use in many public places (and especially recently, due to the pandemic).

Automated hand sanitizer using Arduino

This tutorial explains how to automate a bottle of hand sanitizer. Disinfectants can be found for use in many public places (and especially recently, due to the pandemic).

Como ler a entrada do teclado USB no Arduino

How to read USB keyboard input on Arduino

Generally, Arduino boards can only serve as USB slaves. They cannot operate as USB hosts. This is why it is impossible to connect USB devices like a USB keyboard or...

How to read USB keyboard input on Arduino

Generally, Arduino boards can only serve as USB slaves. They cannot operate as USB hosts. This is why it is impossible to connect USB devices like a USB keyboard or...

Como criar caracteres personalizados no LCD usando Arduino- (Parte 5/49)

How to create custom characters on LCD using Ar...

The LCD module is the most common output unit on a microcontroller board. It is very effective as it can display messages, values, clock, etc. Special types of LCD drivers...

How to create custom characters on LCD using Ar...

The LCD module is the most common output unit on a microcontroller board. It is very effective as it can display messages, values, clock, etc. Special types of LCD drivers...

Como fazer a interface do LCD de 4 bits com o Arduino- (Parte 4/49)

How to interface 4-bit LCD with Arduino - (Part...

Liquid crystal displays are used in many types of devices, from small screens in calculators to large screens in televisions. There are many advantages to using LCD monitors in computer...

How to interface 4-bit LCD with Arduino - (Part...

Liquid crystal displays are used in many types of devices, from small screens in calculators to large screens in televisions. There are many advantages to using LCD monitors in computer...

Como usar a entrada analógica e a saída analógica de uma placa Arduino – (Parte 3/49)

How to use the analog input and analog output o...

Although microcontrollers are purely digital devices that operate on logic0 and logic1 voltages, they are commonly found interfacing with analog systems or circuits. The m...

How to use the analog input and analog output o...

Although microcontrollers are purely digital devices that operate on logic0 and logic1 voltages, they are commonly found interfacing with analog systems or circuits. The m...

Como usar a entrada digital e a saída digital do Arduino- (Parte 2/49)

How to use Arduino's digital input and digital ...

There is no other tool available that helps in easy prototyping like Arduino. Any AVR microcontroller based board that follows the standard Arduino schematic and is updated with Arduin...

How to use Arduino's digital input and digital ...

There is no other tool available that helps in easy prototyping like Arduino. Any AVR microcontroller based board that follows the standard Arduino schematic and is updated with Arduin...