Thursday, June 11, 2009

Raptr



As you can see I've added this badge to the sidebar on the right. I've recently discovered Raptr from a blog post on Webware on cnet.com.

Raptr is a really cool Social Network type Web App for Gamers. So this is basically the sort of thing that sucks me into it. The cool thing about this is that you download the desktop app and it will find all the games on your computer, index them, and search for updates and patches to them. It can also integrate into your Xbox Live account so that it knows when you log on to your Xbox and can show your friends what your playing. You can also have it update your Twitter, Facebook Status, etc when you play games or when you unlock achievements. It will even report games and achievements from Steam, WOW and other games/services.

When you sign up and link your Xbox Live account and download the client. It will go ahead and find the games you've played on Xbox and your computer and add them to "My Games" on your profile. From here it will tell you other people that are playing the games you're playing and will also help you find other games that you might like.

Raptr is still in beta, but it is definitely worth checking out. Sign up for an account, associate all your other accounts and download the desktop client. It will seriously only take 10-15 min and is well worth it. As usual let me know what you think in the comments section.

Tuesday, February 17, 2009

King's Bounty: The Legend



This game is one of the most fun games I've played in a while. I really don't play that many PC games, but I just can't put this game down. I especially like the real time Adventure mode and the turn based Combat. The tutorial for the game is adequate but lacking. For instance, you can right click on enemies and it will tell you how much chance you have of winning (Slightly Weaker, Match, Slightly Stronger, Impossible). There are a few other things that could be explained in the tutorial that you are left to figure out. However, this is also an aspect of the game I love. It doesn't hold your hand at all.

From the very beginning there are enemies around you that you will have no problem defeating and there will be enemies that you will have to face much later in the game. Also as you level up, the enemies stay at the same level of difficulty as they were before so you can come back later and have no problem with them. Another great thing is that if you fight an enemy and lose you can come back to that enemy and any troops that you defeat will not respawn in their army.

This game really has a lot of depth and is very fun to play. I definitely think that everyone should at least check out the demo and $29.99 isn't really that bad for a game even if you aren't crazy about it.

Wednesday, January 21, 2009

Arduino Oscilloscope



If you are interested in electronics and haven't heard about Arduino yet then you should definitely check it out. I got a Duemilanove for Christmas and it's been great fun so far. Before I bought the Harmony 880 the wheels in my head started spinning, I was thinking about how I could use Arduino to make a Universal Remote. I found an article that discussed how to start making one and what the code would look like. Sadly I don't have an oscilloscope and don't plan on spending the money for one anytime soon either. With more wheels turning I researched making an oscilloscope with the Arduino and found another article on how to do this. So now I'll show you what I've done so far to create an Arduino Oscilloscope.

First you do need to have the Arduino IDE and Processing installed on your machine (both pieces of software will run on PC, Mac and Linux). Then go to the Poor Man's Oscilloscope post and download the .PDE file that holds the processing and Arduino code. Open that file with a text editor and copy the bottom section that starts after the line
          '// The Arduino code.'
and paste that into the Arduino IDE. Now you need to hook the Arduino up to the computer and upload the sketch to the board. If this is the first sketch you are uploading I would suggest buying 'Getting Started with Arduino' by Massimo Banzi (one of the creators of the Arduino Board). There is also a getting started guide on the Arduino website. Select your operating system on the left side and that will get you up and running.

Now you need to add your sensor to Analog Pin 0 and the Vin pin. If you are trying to make an IR Decoder for the Universal Remote project you will you the IR Phototransistor into the board.

Now close the Arduino IDE and open Processing. Start a new sketch and paste in the top portion of the code from the .PDE file you downloaded (This will be all but the part we used before). You may have to change the serial port number depending on what port your Arduino is plugged into on your computer. Count the number of ports above the one you are using to connect your Arduino (not including the Arduino port) and change the line that reads:
          'port = new Serial(this, Serial.list()[0], 9600);'
change [0] to however many ports are above the one you used in the Arduino IDE to connect to the board. Run the Processing sketch and it should show you a real time graph of the input. It would probably be a good idea to test the program by doing something similar to the video above. Insert an LED and turn the lights on and off to see if you get any movement in the graph.

That should be about all you need to know. Use the comment section to discuss how you modified this project or any other Arduino projects that you've been working on.

Tuesday, January 13, 2009

Logitech Harmony 880


If you don't know the Harmony is Logitech's line of Universal Remotes. I found a Harmony 880 refurbished on Amazon.com for a decent price. The 880 features an LCD screen 4 soft buttons and plenty of hard buttons to control all of your normal remote features (numbers, play, rewind, fast forward, pause, etc). The remote can control up to 15 devices and can be programmed to perform up to 255 activities.
Activities are basically anything you want the remote to do. Examples could be to watch TV, watch a movie, listen to CD, play game, or pretty much anything you can think of. When you first open the Harmony remote you have to let it charge for a while until the battery is full. The remote does come with a charging cradle that you sit the remote in while it's not in use. Then connect the remote to your computer with the provided cable and launch the Harmony software. You do need to be connected to the internet for the software to launch because it needs to get the remote codes from an on-line database. After you enter your devices the wizard will help you set up the activities that you might do with the components you've entered. If you need to add any more the wizard can help you with that too. Also, if the software can't find remote codes for one of your devices or is missing a feature from the remote it can learn from your old remote by holding it up to the Harmony and pressing the button.
Once you get the remote set up like you want you just point it at your entertainment system and press an activity button. It will turn on all the right components and turn them to the right inputs for the specified activity, with just one press of a button. If something doesn't work correctly you can hit the help button and it will ask you questions and send out remote functions to try and correct the problem. You might have to do this the first time you use a function because the remote won't know which input a specified component is on, but it will remember from then on. This remote works really well and I've had no problems whatsoever out of it. I love it and it really does replace all four of the remote that I previously had to deal with. I would highly recommend this remote to anyone who has to use multiple remotes on a daily basis and especially anyone that has trouble remembering how to turn on all the components in your living room.