Technology and Development

Configuração WI-FI com Beaglebone Black (Parte 11/15)

WI-FI Setup with Beaglebone Black (Part 11/15)

This tutorial explains how to connect Beaglebone to WI-FI adapter for Internet connectivity. Before proceeding, we need some basic configurations and also a connection to the...

WI-FI Setup with Beaglebone Black (Part 11/15)

This tutorial explains how to connect Beaglebone to WI-FI adapter for Internet connectivity. Before proceeding, we need some basic configurations and also a connection to the...

Captura de imagem em Beaglebone Black usando OpenCV (Parte 12/15)

Image capture in Beaglebone Black using OpenCV ...

As I already explained how to interface web cam with BBB here I will talk about image capture using python script programming. It's a simple tutorial where you can also...

Image capture in Beaglebone Black using OpenCV ...

As I already explained how to interface web cam with BBB here I will talk about image capture using python script programming. It's a simple tutorial where you can also...

Autorun Python Script na BeagleBone Black Boot (Parte 14/15)

Autorun Python Script on BeagleBone Black Boot ...

You already know how to run the python script in the command terminal as explained in the previous tutorial How to make the first python program on BBB. When running...

Autorun Python Script on BeagleBone Black Boot ...

You already know how to run the python script in the command terminal as explained in the previous tutorial How to make the first python program on BBB. When running...

Meça a temperatura usando interface LM35 com Beaglebone preto (Parte 15/15)

Measure temperature using LM35 interface with b...

Fig. 1: Temperature monitor prototype based on Beaglebone Black and LM35 sensor This tutorial explains how to interface the LM35 temperature sensor with Beaglebone black to work...

Measure temperature using LM35 interface with b...

Fig. 1: Temperature monitor prototype based on Beaglebone Black and LM35 sensor This tutorial explains how to interface the LM35 temperature sensor with Beaglebone black to work...

Como usar I2C / TWI (interface de dois fios) no AVR ATmega32- (Parte 36/46)

How to use I2C/TWI (two-wire interface) on the ...

This article explores the TWI interface between two ATmega32 controllers. Readers are advised to consult the TWI Communication and TWI records for the ATmega32 before proceeding. TWI works...

How to use I2C/TWI (two-wire interface) on the ...

This article explores the TWI interface between two ATmega32 controllers. Readers are advised to consult the TWI Communication and TWI records for the ATmega32 before proceeding. TWI works...

Como usar interrupções externas (hardware) do microcontrolador AVR (ATmega16) – (Parte 22/46)

How to use external interrupts (hardware) of th...

This article presents the concept of interrupts and the different types of interrupts in the AVR (ATmega16) microcontroller. Interrupt, as the name suggests, interrupts the current routine of the microcontroller...

How to use external interrupts (hardware) of th...

This article presents the concept of interrupts and the different types of interrupts in the AVR (ATmega16) microcontroller. Interrupt, as the name suggests, interrupts the current routine of the microcontroller...