Arduino LCD Sketches

09/27/2013


These are programming sketches for a few Arduino Modules and LCD Modules, as used in my current projects.

Click here for notes regarding these various "Sketches"

Arduino and 2x16 Parallel LCD Modules

UNO Config on UNO UNO Config on Mega (side) Mega "On End" Config
Multiple Analog Inputs for Controlling Battery Condition and Charge Rate Multiple Analog Inputs for Controlling Battery Condition and Charge Rate Multiple Analog Inputs for Controlling Battery Condition and Charge Rate
Basic "Morse-Code" Control Basic "Morse-Code" Control Basic "Morse-Code" Control
Linear Pot as a Substitute for Detent Rotary Switches "Tri-Mode" Keyer on End
Basic/Simple Analog Input Basic/Simple Analog Input Basic/Simple Analog Input

Arduino and 4x20 Parallel LCD Modules

UNO Config on UNO UNO Config on Mega (side) Mega "On End" Config
Multiple Analog Inputs for Controlling Battery Condition and Charge Rate Multiple Analog Inputs for Controlling Battery Condition and Charge Rate Multiple Analog Inputs for Controlling Battery Condition and Charge Rate
Basic "Morse-Code" Control Basic "Morse-Code" Control Basic "Morse-Code" Control
Linear Pot as a Substitute for Detent Rotary Switches "Tri-Mode" Keyer on End
Basic/Simple Analog Input Basic/Simple Analog Input Basic/Simple Analog Input
4 Battery Banks and 2 Solar Panels (Calibrating the Display) 4 Battery Banks and 2 Solar Panels (Calibrating the Display) 4 Battery Banks and 2 Solar Panels (Calibrating the Display)

Arduino and Serial 2x16 Modules

UNO MEGA
Basic "Morse-Code" Control Basic "Morse-Code" Control
Analog Input with Voltage Conversion "Tri-Mode" Keyer on End

Project files (Sketches) will need to copied or downloaded, and pasted into Arduino, and then "Saved As" with the appropriate name.

Arduino then creates a folder by that name, with the *.ino file within that folder. Arduino requires this method, and will not recover and run the "Sketch" otherwise. The sketch can be compiled and run, while pasted in Arduino, before saving.