A Review of Atmel Studio 7
A Review of Atmel Studio 7 New things excite me! Even if they aren’t relevant to what I’m working on, I can’t help taking a peek to see what they’re about, how they’ve improved, and what cleverness has been included …
A Review of Atmel Studio 7 New things excite me! Even if they aren’t relevant to what I’m working on, I can’t help taking a peek to see what they’re about, how they’ve improved, and what cleverness has been included …
How Arduino Simplifies Digital I/O – and why AVR is Faster Have you ever wondered exactly what happens under the hood when you execute a digitalWrite() call on your Arduino UNO? This post gives you a quick look behind the …
How Arduino digitalWrite Works – and why AVR is Faster Read more »
How to Debug your AVR Project with the Atmel-ICE Microcontroller projects are complex beasts: the combination of hardware and software gives bugs plenty of room to hide from you. If you’ve ever struggled to debug your AVR microcontroller projects then …
How to Debug your AVR Project with the Atmel-ICE Read more »
How to Use AVR Fuses – and Understanding What They Do Avoid frustration and get over the fear with this quick guide to AVR Fuses. If you’ve been working with AVR microcontrollers, it’s likely that you’ve come across references to …
How to Use AVR Fuses – and Understanding What They Do Read more »
Go Beyond the Arduino The Arduino is a great prototyping platform, and can get you building projects probably faster than any other platform out there. I cut my teeth on an Arduino UNO, and was like a kid on a …
Get your AVR Project Going Faster I’ve been working with AVR microcontrollers for years, and was lucky enough to be a bit lazy – laziness surely is the mother of invention! After a few iterations, I came up with the …
T-Board Breakout: Ready to Launch After 3 iterations, the T-Board is complete. Well, the first version of the T-Board is complete, and ready for launch. We’re really excited to have 3 versions of the T-Board, designed to make your prototyping …
From the Arduino IDE to Atmel Studio Everything that I needed to do could be done in the Arduino IDE. So why would I move to using Atmel Studio? I recently finished up working through the edX course on Embedded …