Difference between revisions of "InkShield Project"

From Bloominglabs
Jump to: navigation, search
Line 12: Line 12:
  
 
== Code ==
 
== Code ==
I banged together the inkshield sample code with OneAnalogPin5switches code. To update the messages printed I update the sketch and re-burn to the arduino. One could write a serial menu interface to store messages in flash, but that is way down the road. [[Image:InkShield5Buttons_v.01.pde]]
+
I banged together the inkshield sample code with OneAnalogPin5switches code. To update the messages printed I update the sketch and re-burn to the arduino. One could write a serial menu interface to store messages in flash, but that is way down the road. [[Image:InkShield5Buttons_v.01.pde]] (Note: I just noticed that the debug mode does not work, but the code works otherwise. This may or may-not be resolved at some point.)

Revision as of 15:31, 20 December 2011

I acquired an InkShield from this Kickstarter. My goal for this project is to have a smallish enclosure to contain the system and buttons on the top which allow different messages to be printed.

InkShield PCB

Build

So this worked out pretty nice, the code reads 5 button values from the free analog input 5. Just holding the button down repeats the messages printed. You can see that different font widths can be achieved by moving the print head faster or slower.

InkShield in enclosure
InkShield underside
Preset messages

Code

I banged together the inkshield sample code with OneAnalogPin5switches code. To update the messages printed I update the sketch and re-burn to the arduino. One could write a serial menu interface to store messages in flash, but that is way down the road. File:InkShield5Buttons v.01.pde (Note: I just noticed that the debug mode does not work, but the code works otherwise. This may or may-not be resolved at some point.)

Personal tools