Technology and Development
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...
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...
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...
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...
How to interface the keyboard with the AVR micr...
Keyboard is the most widely used input device to provide information from the external world to the microcontroller. The keyboard makes the application more interactive for users. The conc...
How to interface the keyboard with the AVR micr...
Keyboard is the most widely used input device to provide information from the external world to the microcontroller. The keyboard makes the application more interactive for users. The conc...
How to interface the LED with the AVR microcont...
ATmega16 has 32 I/O pins for communicating with external devices. Before interfacing with external devices, these pins must be configured as input or output pins. It's...
How to interface the LED with the AVR microcont...
ATmega16 has 32 I/O pins for communicating with external devices. Before interfacing with external devices, these pins must be configured as input or output pins. It's...