bookmark_borderDotklok + LM35 Temperature Sensor

I got my Dotklok up and running some days ago, I am really enjoying it on my room.
But I want to do more with it. Too bad right now I don’t have much time to play with electronics and build cool things.

Anyway, today I decided to spend some time learning the Dotklok’s code and add a temperature sensor to it. The result was really cool, and now I am sharing the bit of code I added to the clock.
Continue reading “Dotklok + LM35 Temperature Sensor”

bookmark_borderMy HTPC 2.0

Long ago, I wrote How I Made my HTPC at my place. Time passes and things change. End of year has arrived, Christmas and everything, so I decided to upgrade my system to a more efficient and cheaper one. The new choices were using a NAS (Network Attached Storage) allowing all files can be accessed from any machine connected to the network, in this case I am using Lacie Network Space 2 2TB storage. A Gigabit router TP-LINK , so far I’m very happy with this router, although. A media player WD-PLUS Live that has an embedded Linux and play videos in various formats, even FullHD , and access online content like YouTube and some radios.

Continue reading “My HTPC 2.0”

bookmark_borderArduino-Based Digital Clock

Wow, this is amazing! DOTKLOK is an open-source, hackable, Arduino-based digital clock that displays a series of unique time-telling animations.

DOTKLOK is an open-source, hackable, Arduino-based digital clock that displays a series of unique time-telling animations. The passing of time is depicted with numbers and abstract/geometric patterns such as Morse code and minimal analog clock faces and includes animations inspired by classic video games such as Pong, Tetris, Pacman, and Space Invaders.

You can buy the kit for U$150.00 and it assembled for U$200.00
for me… I think I will build one, hell yeah I’m going to build one, just love it!!!

You can check more information from dotklok’s website.

bookmark_borderUltrasonic Range Finder with Arduino

I recently got a Maxbotix LV-EZ4 Ultrasonic Range Finder to try understand how to use it with my little Arduino. Having a ultrasonic range finder can be very useful in many different projects, as it can detect objects, I can use it to make alarm systems (cars usually use this kind of sensor), Obstacle-Avoiding Robot and many other things that you may have in mind. It works better outdoors then the IR sensor, but the only thing I could notice is that it doen’t detects very well some thick carpets. Besides that, it’s a great sensor. From the datasheet we can read that it sonar range information from 6-inches out to 254-inches (15.24 cm – 6.452m).

ultrasonic range finder
Continue reading “Ultrasonic Range Finder with Arduino”