Articles in projects
I’ve faffed with this one and poorly hacked some jquery and facebook connect examples along with trusty ol’ PHP on the front-end, on the back-end is a nice c scheduler engine which seems to be …
JFGIT.com was just a quick domain registration, modification of the google home page and a bit of mod_rewrite. It’s intended for the ‘education’ of people too lazy to use the wonderful search tool called Google.
How …
I’ve had the Arduino Mini Pro for about 2 months now, but as I forgot to order/have some sort of USB FTDI converter I’ve not been able to play with it. As part of another …
/*
This code receives input from the SRF02 ultrasonic and maps the values to RGB outputs to a tri-colour LED.
*/
I’ve just been playing with a new HD44780 4×20 LCD from ebay on the Arduino. As I’m still ‘playing’ I’ve tried to document a kind of breadboard interface for the Arduino to LCD. It should …
/* LCD display with 4 DataPins
* ——–
*
* This is a example in how to use an LCD screen
* configured with data transfers over 2 x 4 bits. The example
* based on the “LCD Hola example” …