Archive for the ‘Visualising Data’ Category

Arduino + LCD + PHP, Part 2

05/03/2010

Second Lesson of Arduino + LCD +  Php project by Juystin from [BrockenCityLabs]

via [BrockenCityLabs]
Tag Technorati: , , ,

New home monitoring setup – part 1

26/02/2010

The second post of the week about open source home monitoring.
Part – 1 means that for now you can read just a long list of pieces of hardware.
But then: home monitoring and X10 are the more interesting projects around.

waiting for part 2!
via [John Rambilngs Blog]

Poorman’s oscilloscope (with Arduino + Processing) AND Arduinoscope

25/02/2010

If you are looking for visual representation of an analog signal using Arduino and Processing then you might download these skecthes.

Oscilloscope.pde 1.88 KB
oscilloscope.h 2.92 KB

The if you are looking for a more rieliable and debugged sketch / program doing preatty much the same thing, then the Arduinoscope if for you.
Try both. Customize. Enjoy.

via [Accrochanges]
via [Arduinoscope’s Github]

Arduino Helicopter Game

25/02/2010

Wow. Really interesting helicopter game with several nice feautures.

Specifications:

  • just under 8kb (so it should fit a cheap Atmega-8)
  • Speed and block size grow
  • Still a little glitchy, weird artifacts, is anyone able to fix them?
  • Day and Night mode, hold the button when game over for night mode, gentle press for day
  • Score build in, post your highscore in the comments ;)

To play:

  • Connect a KS0108 LCD as described in the library’s page
  • Connect a button with a pull-down resistor to pin 12
  • Make sure the KS0108 library is available
  • Upload the sketch
  • Enjoy!

Download it here…

nice job Dave.
Via [Ardx] and [MAKE]

TwypeWriter (Twitter Monitoring Typewriter)

22/02/2010

Nice Oomlout wat to have a twitter-related typewriter. Arduino (+ethernet shield) searches for a keyword and then physically prints the results for everyone in the office.
Code ready.

Good work!

via [Oomlout]
Tag Technorati: , , , ,

The Arduino Eye Shield

19/02/2010

The Arduino Eye Shield by David Chatting is a circuit board that can be plugged on top of the Arduino allowing it to interpret analogue video (PAL or NTSC) from a camera or other source. It gives the Arduino the power of sight. I can see allot of potential for interesting live video manipulation here

Tag Technorati: , , , , , ,

TellyMate Shield. SnakeDuino on your TV-

18/02/2010

Nice project shield to get your arduino TvOut. For £15.00. Fair. Follow the thread on the Arduino Forum.

Tag Technorati: , , , , ,

Microprinter RSS Arduino Driven

15/02/2010

Nice step by step project to display feeds on a microprinter.

The concept of Microprinting as described by Tom Taylor is “an experiment in physical activity streams and notification, using a repurposed receipt printer connected to the web”. Using this and the works of others as inspiration, I set about making my own Internet connected printer.

Before starting the project, I hadn’t had any previous experience of building electronic circuits, and it had been over 10 years since I had last picked up a soldering iron. Unperturbed, I set out and acquired everything I needed for the project:

The serial output of the Arduino board isn’t natively compatible with the printer – you need to run the signal through the MAX233 chip to transform the output to the correct voltage.

read the full article.

via [flipbit]

Arduino Mandelbrot Set Viewer

15/02/2010

Mandelbrot Set viewer (with analog scrolling zoom) on a 128×64 graphic LCD. code and image ready.

via [Adam Wolf’s Feels Like Burning Blog]

Arduino + Processing : Analogue bar graph

08/02/2010

“Here is a pic of the bar graph I made to display the Arduino’s analogue inputs.”

Coded ready, via [boolscott]