Arduino Projects

Twitter Alert

This is a simple sketch that shows how to send a predefined message to a Twitter account when a button is pressed. The sketch can be used as the basis for a more advanced project that reads input data from a different sort of user input / environmental sensor, and then sends a more specific message.

Download TwitterAlert.pde

 

LCD Display

This sketch is a quick example of how to write information to an LCD display. In my case, I am using a DEM16217 16x2 character display (Maplin code: N27AZ)

Download LCDDisplay.pde