Arduino Programming Using Atmel Studio 6.0
Deploy Arduino libraries and two project templates to Atmel Studio 6.0 to allow the creation of Arduino projects using the Atmel Studio 6 IDE. Continue reading
Deploy Arduino libraries and two project templates to Atmel Studio 6.0 to allow the creation of Arduino projects using the Atmel Studio 6 IDE. Continue reading
Efficient routines in AVR C and AVR Assembly to reverse bits in a byte. Timing and space comparison between different bit reversal routines. Continue reading
Attaching components to an I2C bus can be a tedious experience when things do not go right. Many factors ranging from bus termination, cross over cables and faulty devices can drive you to drink while debugging a problem. I have … Continue reading
Introduction After breaking the leg of another resistor while setting up a I2C bus. It was time to permanently fix this problem. The Atmega328 has one single I2C bus. I am testing with software to bit bang data on any … Continue reading
Introduction I am organizing my workspace at home in order to streamline how I work on electronic projects. As a result of this, I needed a second breadboard and multimeter next to my main computer on the first floor. All … Continue reading