I must say that I am pretty impressed with how easy the handy cricket is to use. Our goal for the project was to get a variety of components to work with the cricket and make something fun to demonstrate what we learned. Since one of the crickets already had a pressure sensor, a light and a motor attached, we decided to use those. Here's a pic of these components and a few xtra:

It turned out to be very easy to code. The logo programming language is very simple to use. It can be downloaded along with examples and instructions at
http://handyboard.com/cricket/. To turn a the light on, you just say the name of the sensor port it is attached to and how long you want it on. It was a bit tricky figuring out how to use the pressure sensor because we knew that it sent a value between 0-255 but we didn't know what different numbers corresponded to in real life. We basically figured it out by trial and error that the 255 means no pressure and that any amount under 20 requires serious finger strength. We also discovered that it is possible to produce intervals of about 30. For instance if you are getting 100 its not too tough to figure how to get it to register 70, but getting it to register 90 from 100 is pretty tough. We made a game that mimics the strength tests at amusement parks were people have to hit hard enough with the mallet to ring a bell. Except for our game, the winner hears la cucaracha and the light and motor are intermediate prizes.
Inputting la cucaracha from scratch would have been unbelievably tedious. I found a website that listed notes and time increments for many popular songs so that people can program them to be their phone ring tones. We then used find and replace in a text editor to convert it to the appropriate syntax for logo, then copied it in.
We made the motor one of our intermediate prizes. It is a bit difficult to attach things of interest to it because it is pretty frictionless. For instance we found that it clay wasn't effective because it would just burrow a hole in it. We ended up duct-taping a cardboard propeller to it.
One time we had trouble getting the cricket to work and it was because the battery had died for the transmitter. Be sure to check that the batteries are still good if you are having issues.
Here is a picture of the final product (I stole the pic from Audrey's blog):