Technology and Development

Comunicação serial (USART) com diferentes tamanhos de quadro usando microcontrolador AVR- (Parte 14/46)

Serial communication (USART) with different fra...

The previous article explains serial communication using 8-bit data transfer. The AVR microcontroller also supports serial data transfer with frame size of 5, 6, 7 and 9 bits...

Serial communication (USART) with different fra...

The previous article explains serial communication using 8-bit data transfer. The AVR microcontroller also supports serial data transfer with frame size of 5, 6, 7 and 9 bits...

Como escrever um bootloader simples para AVR em linguagem C – (Parte 35/46)

How to write a simple bootloader for AVR in C l...

BootLoader is code that runs when a microcontroller is powered on or restarted. Basically, it defines an environment for running application code. It is the Boot-Loader that configures...

How to write a simple bootloader for AVR in C l...

BootLoader is code that runs when a microcontroller is powered on or restarted. Basically, it defines an environment for running application code. It is the Boot-Loader that configures...

Módulo de exibição de rolagem LCD – (Parte 30/46)

LCD Scrolling Display Module – (Part 30/46)

A microcontroller is a device that has a built-in processor surrounded by some dedicated hardware modules. As soon as the microcontroller initializes them, they start operating on their own...

LCD Scrolling Display Module – (Part 30/46)

A microcontroller is a device that has a built-in processor surrounded by some dedicated hardware modules. As soon as the microcontroller initializes them, they start operating on their own...

Máquina de votação eletrônica usando EEPROM interna do AVR

Electronic voting machine using AVR's internal ...

The microcontroller based voting machines have made the process of voting and counting the voted batch easier than before. Previously, votes were marked on paper which were then kept...

Electronic voting machine using AVR's internal ...

The microcontroller based voting machines have made the process of voting and counting the voted batch easier than before. Previously, votes were marked on paper which were then kept...

Leds piscando com microcontrolador 8255 e 8051(89c51,89c52)

Flashing LEDs with 8255 and 8051 microcontrolle...

Here is a simple project on how to interface 8255 with 8051 (89c51) microcontroller. The project demonstrates a simple blinking LED program. The LEDs are connected to port A of...

Flashing LEDs with 8255 and 8051 microcontrolle...

Here is a simple project on how to interface 8255 with 8051 (89c51) microcontroller. The project demonstrates a simple blinking LED program. The LEDs are connected to port A of...

Medição da temperatura ambiente com microcontrolador 8051(89c51,89c52) usando sensor de temperatura lm35

Room temperature measurement with 8051 microcon...

In this tutorial I will measure the room temperature using the LM35 temperature sensor with 8051 microcontroller (89c51, 89c52). Lm35 emits an analog signal that is proportional to the temperature...

Room temperature measurement with 8051 microcon...

In this tutorial I will measure the room temperature using the LM35 temperature sensor with 8051 microcontroller (89c51, 89c52). Lm35 emits an analog signal that is proportional to the temperature...