After playing with the Arduino for a certain period, you may feel an urge to move forward to stand-alone microcontrollers. The official way to program AVR MCUs is with the Atmel Studio IDE and an Atmel programmer/debugger, such as Atmel-ICE. But Atmel Studio is only for Windows, and the programmers are pretty expensive. Here’s an alternative.
Do you use your Raspberry Pi (or any other single-board computer) as a Linux desktop? How would you like to be able to program graphic applications for it, quickly and easily, using a modern IDE? Forget Python and makeshift “solutions”, it’s time for the real thing!
A while ago I got a Beaglebone Black. You’ve heard of the Raspberry Pi, right? Well, it’s similar in concept, although the Beaglebone Black (BBB for short) is stronger and looks way more cool. At first I made it into a simple Ubuntu “PC” for my young children, but after they got an upgrade, I took it back and started over. This is a short report of what I managed so far.