Projects / Software
SNAPcam - A view of my backyard.
 |
Snapcam is a little project that shows the last 4 snapshots taken by an IP Cam. The camera is connected to switch on my livingroom and it is looking at my driveway. |
SNAPcam - A view of my driveway.
PHPgps - A gpsd front end in PHP.
 |
I was looking for a way to interact with the USB gps receiver in Linux, I was not happy about having to code a NMEA-183 parser. Luckily I found GPSd thanks to ubuntus apt-cache. Now all I had to do was a simple socket client for the daemon and I was all set. Here is the result. |
PHPgps - A GPSd front end in php.
Weather and House Temperature.
 |
I made a small circuit which reads the output from a LM34 and sends the reading to the serial port using a PIC12F683, it shows the temperature in the house.
I also used the project called phpWX to collect the weather on my area and display it on the page. |
Weather and House Temperature
Halo 2 Stats on Image.
 |
I wanted to add my stats as signature on my clans forum, so I decided to code a little script using the php-gd library. It takes the data from the bungie.net site and adds it to to the image. Find the code necessary. |
Halo Stats
Network Stats.
 |
I needed a way to monitor my network status remotely, since it is a small setup I didn't want to use something big and difficult to setup, I just wanted to see if the computers where on or off with a few clicks so I decided to make this project. |
Network Stats
File Transfer.
 |
I was looking for a way to share and transfer files from anywhere to home and vice versa, so I implemented this application. It lets me upload and download files using a simple web browser, excellent to upload images or files and have access to them from anywhere. |
File Transfer
Crossword Helper.
 |
I like to solve crosswords from the newspapers or magazines, I hate when I only have a few words left to finish them, so I made this cool php script to help me solve them, if you need the code for it just contact me. |
Crossword helper
Projects / Hardware
Wii Mote + Arduino + RC Car =
Hours of fun.
 |
I made a quick little project that allows you to control a RC car using the Wii Mote as input device. It works thanks to the WiiMoteLib, C# and the arduino. The arduino is used to interface a computer to the RC car controller, it could be replace with just a parallel port or something else. Please take a look at the fun little project, It has some potential to grow in to a much bigger project. Enjoy.
|
Wii Mote + Arduino + RC Car = Hours of fun.
Xbox controller modification:
BR Double shot + Rapid Fire For HALO 2.
 |
I finally made it, a month before HALO 3 will be released, I decided to ruin everyones time in HALO 2. I am making public my double fire + rapid fire modification to the XBOX controller. It allows you to easily exploit the BR double shot glitch. Now this is terribly unfair, so I waited until almost the end of the HALO 2 Life cycle to make it public; enjoy.
|
BR Double shot + Rapid Fire For HALO 2
HackADay Entry that never made it.
 |
This is my entry to the 2006 Hack A Day contest. There was a little problem with my submission, and it never made it to the public. The project is a PIC and AVR programmer. Credit card size and portable, based on the JDM and ICPG designs from Olimex, I have not build this, but it should work, you are welcome to use it, modify it or do whatever you like with it. |
Hack a day contest entry that never made it to the public.
Xbox Rapid Fire MOD or TURBO *Using PIC 12F683*.
 |
A re-design of Cody's rapid fire mod that I found here in hackaday.com I thought the idea was great, but I didn't like the size and complexity of the circuit, so I decided to implement the circuit in to a little PIC 12f683, it works great, maybe you will like it too. |
Xbox Rapid Fire MOD
Web Applications
PHP System Information.
 |
Installation of the phpsysinfo project from http://phpsysinfo.sf.net It is not my project but I got it to work with LM_Sensors so it works kind of cool, I think it was neat so here is the link of the project: |
PHP Sys Info
BandwidthD.
 |
I wanted to measure how much bw was being used by this server, I found this really cool web application. If you want it check their site out: http://bandwidthd.sf.net/
The program is also on the ubuntu repositories so there is no need to download a thing if you use ubuntu.
|
BandwidthD
Components inventory (Home Inventory).
 |
Throughout the years I have collected a large amount of electronic components. For the longest time it was difficult and frustrating
for me to locate a part that I needed, until I implemented Home Inventory. Instead of using it for items around the house, I am using
it for electronic components, it works great.
|
Components inventory
Asterisk Call Detail Records.
 |
I run a mini PBX on this server; I can make and receive calls over the internet. I was looking for a way to monitor the amount of
minutes and calls that are made on this server. This application has proven to be really good at that. It uses the PostgreSQL data
base and the asterisk plug in.
|
ASterisk Call Detail Records