-
Recent Posts
Archives
- September 2024
- July 2022
- April 2022
- July 2021
- May 2021
- December 2020
- October 2020
- June 2020
- May 2020
- November 2017
- September 2017
- April 2017
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- December 2015
- November 2015
- August 2015
- July 2015
- October 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- July 2012
- June 2011
- May 2011
- December 2010
- November 2010
Tags
Blogroll
Tag Archives: arduino
32×64 Programmable LED Display Board
Background I started working on this project *3* years ago. I had the idea, worked on it a few evenings per year, and put it aside. This year has not sparked much joy. I had Christmas week off. I spent … Continue reading
Backslash line continuation in code comments
I spent several hours this weekend tracking down a bug that highlights something I never knew about GCC (and the Arduino IDE, which uses GCC). At first I was inclined to blame the limited Arduino IDE, but that in itself … Continue reading
I2C LCD Shield for Arduino – save wires!
The standard character-based display used on many Arduino projects are based on the Hitachi HD44780 chip. They are available quite inexpensively, as little as $2.59 on eBay shipped from China for a 16×2 display. Sizes go up to 20×4 (what … Continue reading
Arduino + AD9850 DDS
I’ve been playing with connecting an Arduino to an AD9850 DDS waveform generator. This is a DDS chip from Analog Devices that is capable of outputting a sine or square wave at frequencies up to 40 MHz. There are two … Continue reading
20×4 LCD display tips — on an Arduino Nano
Using a blog for debugging notes so I can easily refer to it. LCD displays are quite common for Arduino applications. I have purchased a 20×4 white on blue backlit display. Most LCD displays on Arduino are based on a … Continue reading