studio

Mr. Indecision (1)

Mr. Indecision – a small felt version of yourself that turns its head and looks at you using Arduino

This is a tutorial on how to use 123D Catch to get a 3D scan of your whole body. Once you have the scan or “catch” the tutorial will take you through a technique to clean it up and manipulate it ready for 123D Make. The tutorial will go through how to slice the model …

Mr. Indecision – a small felt version of yourself that turns its head and looks at you using Arduino Read More »

Low Poly Iron Man

Low-Poly Iron Man With Wifi-Controlled LED Strips Using Arduino

This interactive wall art piece is approximately 39″ tall and 24″ wide. I laser cut the wood at Clemson University’s Student Makerspace, then I hand-painted all the triangles and installed the lights on the back of it. This instructable will walk through how I made this exact piece, hopefully the concept of it will inspire …

Low-Poly Iron Man With Wifi-Controlled LED Strips Using Arduino Read More »

Blinking LED

Blinking LED using Atmega32 Microcontroller and Atmel Studio

Similar to printing ‘Hello World’ in C or C++, the very first step towards programming a microcontroller is Blinking a LED with a delay. Atmega32 is a very popular high performance 8 bit AVR Microcontroller. For this example project we need to use two registers DDR and PORT. DDR stands for Data Direction Register, it …

Blinking LED using Atmega32 Microcontroller and Atmel Studio Read More »

Writing-Program-and-Compile-the-Hex-File-Using-the-Atmel-Studio

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program Using Atmega

In this case we will create simple program in C code and burn it into the memory of the microcontroller. We will write our own program and compile the hex file, using the Atmel Studio as the integrated development platform. We will configure fuse bits and upload hex file into the memory of the AVR ATMega328P microcontroller, using our …

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program Using Atmega Read More »

The-LED-Chasing-Effect-Project-using-Atmel-AVR-Microcontroller

The LED Chingas Effect Project using Atmel AVR Microcontroller

One of the interesting projects for most of the embedded beginners enthusiasts or hobbyists is to build the LED chasing effect. In this project we are going to use both the Arduino IDE and Atmel AVR Studio to program the AVR ATMega168 microcontroller, therefore you could learn to use these well known Integrated Development Environment …

The LED Chingas Effect Project using Atmel AVR Microcontroller Read More »

USBasp-programmer-for-AVR-microcontrollers

Getting Started with Atmel Studio

Atmel, AVR microcontrollers (MCUs) are very easy to use. All AVR microcontrollers require Integrated Development Environment(IDE) such as Atmel Studio. Using this IDE, we can create, compile, and debug programs on all AVR microcontrollers.   Atmel Studio is available free of charge. To download and install the latest Atmel studio use this link. Note: There are possibly …

Getting Started with Atmel Studio Read More »