Testing My New SIM Card Reader

by Takashi Yoshida on February 21, 2010

in Arduino

So I built a SIM card reader. What’s next? Obviously, I want to test it by reading my SIM card. For Mac (and Linux), you can download PySimReader. It requires pySerial and wxPython to run. Unfortunately, I could not get wxPython to build and install via MacPorts (ticket 20952).

It did not look like there was a quick and easy fix for this issue. I decided to install Windows version of pySimReader. It is a standalone package (no additional software is required). I installed a driver for Trip Lite (formerly) USB Serial Adapter but that was all I needed to do.

Here’s a screenshot of pySimReader getting information from my SIM card reader.

I will look into getting the PySimReader working on my Mac soon.

{ 0 comments }

Built a SIM Card Reader

by Takashi Yoshida on February 21, 2010

in Arduino

This afternoon, I spent a few hours to build a SIM card reader. I bought this kit from Adafruit Industries awhile ago. It came with a good looking comic book.

I cannot remember when was the last time I actually soldered anything together but I found it rather easy. It was little difficult to solder a SIM card holder onto a PCB, but everything else went well.

Here is a picture of my new creation.

{ 1 comment }

Gathering Components for AeroQuad

by Takashi Yoshida on February 17, 2010

in AeroQuad, Arduino

Today, I received Arduino-based microcontroller and other components from Carancho Engineering LLC. I am very excited to get started but I still need to buy more components and also some tools.

Just for a record, I bought these items from them.

Arduino MEGA w/Atmega 1280      ARDUINO-02  USD64.95
AeroQuad Shield v1.6            AQ1-006     USD24.95
IMU 5 Degrees of Freedom        SEN-09268   USD74.95
Dual Axis Gyro Breakout IXZ500  SEN-09510   USD39.95
Receiver Cables                 RCVR-001    USD 7.95
2 x Stackable Headers           CONN-001    USD 9.90

The components will be used as a flight controller for a quad-rotor helicopter. Receiver cables will link the flight controller and a receiver. I will be getting a set of transmitter and a receiver soon.

{ 2 comments }

Singapore Airshow 2010

by Takashi Yoshida on February 10, 2010

in Photos

Here are some photos of flying display on last Saturday morning and afternoon. This was my first time taking photos of aircrafts and I wish I studied the techniques a bit more before this event.

I do not know if I am attending another one in 2012 but if I am, I’m going to take lots of sunblock cream. I got sunburned pretty bad last Saturday.

There are more aircraft photos at my Flickr photo set.

{ 2 comments }

My New Timbuk2 Bag?

January 28, 2010

Actually, it’s not my bag (yet). I am seriously thinking about ordering a MacBook Pro 13″ and I thought it might be nice to get a bag to go with it. New fabrics from Timbuk2 are really nice and I just love trying different combinations of fabrics and customizing “my” bag.

This is my current design [...]

Read the full article →

Moving Into A New Place

December 17, 2009

I recently got a new slice (512MB RAM, 20GB disk, 200GB bandwidth) from Slicehost. With the new slice, I decided to start from scratch and I am now in the process of importing my old blog posts.

Yes, I know I can do dump or import of old posts, but I want to start fresh so [...]

Read the full article →

Working Around HTTP Test Issue in Go Programming Language

November 30, 2009

This is just a note on installing/testing the Go Programming Language from Google.

I followed the instructions from IT戦記 (in Japanese). According to the article, 早速 Go 言語を試してみる!, amachang reported that HTTP test failed. I also had the same test failure, but after I disabled the firewall temporarily and ran the test again, HTTP test [...]

Read the full article →

Search MacPorts’ trac, Github, Google Blog Search via LaunchBar

October 18, 2009

I have been using LaunchBar since version 3 (as of now, version 5 RC4) and one of the features I like is being able to run search from its simple interface.

After activating LaunchBar (with simple Control-Space key combination), I enter ‘goog’ (short for Google search) and press Enter key. Type your search terms and [...]

Read the full article →