I was looking for a basic development board for the ATmega16/32 microcontrollers, I did not want one of the boards that has masses of components on the board such as …
shedboy71
-
-
The RKAT28 is a development board from rkeducation that is aimed at the 28 pin Atmel devices such as the ATmega328p which was commonly used in Arduino boards, this means …
-
When I was looking at products to buy I saw this little board which is commonly referred to along the lines of ATMEGA32 Minimum System Board AVR Development Board. The …
-
The SparkFun AVR Stick is a simple data logging device that instantiates itself as an HID keyboard and reports the voltages, along with a ‘timestamp,’ from two pins on an …
-
Zflasher is an android app that allows you to program your AVR device from your Android device. It supports the following programmers USBasp AVRISP mkII USBtiny From what I have …
-
This is a picture of the 8 x 8 LED matrix display I used which I connected to my ATmega16 Here are the connections CS -> PORTD 2 DIN -> …
-
In this example we will show you how to connect a 7 segment display to our Atmega16. You can think of a 7 segment display as 7 individual LEDs in …
-
Datasheet Til 311 datasheet Connection Here are the TIL311 pin PINS 1 and 14 LED supply/Logic Supply 5v PIN 2 Latch Data Input B PORT D pin 1 PIN 3 Latch Data …
-
Sometimes in your projects you simply do not have enough I/O lines available, take for example a lot of the multiple LED examples, these use 8 outputs to control 8 …