shedboy71 Archive
Another example for the OpenM128 AVR development board here, we will look at the onboard buttons and LEDs again. As stated in a previous article the development board has 8 LEDS and also 4 buttons available, in
In this example we simply flashed the LEDs on a Waveshare OpenM128 AVR development board – I am trying to test out and use a variety of AVR related boards that I have, this is a very
In this example we will look at the Atmel ATmega168 Xplained Mini board and will show you a simple code example – blink an LED. The Atmel ATmega168 Xplained Mini evalutation kit is a hardware platform for
The AVR-USB-STK board is a nice development board allowing you to explore the AT90USB162 . This board has a USB connector, a Joystick, a RS232, a SD-MMC card, an Audio output, an ICSP connector and an extension connector.
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 LEDs, switches and LCD headers but just
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 of course you can take the chip
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 product looked quite a nice little board for
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 ATtiny85. The repository is at https://github.com/sparkfun/AVR_Stick where you can
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 seen these are the most popular programmers
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 -> PORTD 1 CLK -> PORTD 0 Schematic