Arduino Template Express – Compiling Core Libraries
This post explains how to recompile the arduino core libraries and how to add a new development board to the Arduino Template Express environment. Continue reading
This post explains how to recompile the arduino core libraries and how to add a new development board to the Arduino Template Express environment. Continue reading
This post will show you how to setup a development board with the ATTiny85 micro-controller and enable it with serial communication capabilities and the ability to use the Arduino Core libraries. The goal of this post is to demonstrate how to use Arduino Template Express (ATE) to deploy the Arduino Core libraries to the ATTiny family of micro-controllers. Continue reading
How to create a library using Arduino Template Express and what are the advantages and disadvantages of partitioning your code into libraries. Continue reading
The Arduino Template Express (ATE) enables Atmel Studio to create sketches using Arduino libraries and development boards. AVR developers can take the best of the Arduino and continue using Atmel Studio as an alternative IDE for Arduinos. 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
Discuss four different styles to capture a project’s vision. Problem statement, Business Opportunity, Free Form and Product Box Continue reading
One of the best investments I have made recently has been on an 8 channel Saleae Logic analyzer. The 16 channel unit was unfortunately outside of my budget. The current version of the software that drives the logic analyzer is … 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
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