version. 2011.06.21
On this page is a step-by-step instruction to build ChibiMo the mini USB monitor with an Arduino motherboard.
Software for ChibiMo will be updated on this page as well, so get updated with this feed.
You will also need some tools in addition to the components above. You should at least have a soldering iron, some solder, and a wire stripper (or a wire cutter).
First of all you need to be familiar with Arduino. You should at least be able to blink the little LED on Arduino board at your desired frequency. To be more precise, be familiar with the following operations at this point because later steps implicitly include them:
Reading them may seem hard, but actually they aren't, and I believe many of you are already familiar with them. Please refer to Arduino's web page for detailed instructions.
Get your soldering iron and solder headers (or sockets) to your LCD module. Whether to solder headers or sockets is totally up to you.
LCD is ready once you have completed this step.
Build your ChibiMo shield using the protoshield kit. The schematic is below. It shouldn't be too difficult to read the schematic, just connect Arduino ports and LCD ports as lines on it suggest. Do not forget to solder the potentiometer as well.
This step is the most hardest among all steps, so keep it up.
Double- and triple-check ALL connections at this point. If any connection is wrong and later you power it on, you may end up damaging your Arduino and/or your LCD. Check that all wires connect the correct pins. Check that no solder points fuse with another. If you have a circuit tester, don't be lazy to use it.
Particularly, be careful about orientation of LCD header since they can be connected in reverse orientation. The LCD has a small print on it showing which pin is pin 1 and which pin is pin 20, just as you can see in the picture below.
The picture below is example of a completed shield.
The shield is ready once you have completed this step.
Now assemble ChibiMo by connecting Arduino, your shield, and the LCD module.
It shouldn't be any problem at all, but just be careful not to connect the LCD module the other way around.
Upload ChibiMo's firmware to the Arduino board. You can download the sketch from here. Create a new sketch on Arduino IDE, copy-paste it, and upload. Your screen will look just as the following screenshot right before you upload the sketch.
If upload is successful and your shield is correct, you will see a test pattern on the LCD. The correct pattern is shown in the picture below. Only top 8 lines are important. Lower part of the LCD may not be all-black.
If the correct pattern is on your LCD, your ChibiMo hardware is now ready. If you see no pattern or if you see some garbled pattern, something is wrong. Try the following steps:
Once the hardware is ready, your PC needs to be aware of ChiboMo. This requires you to install ChibiMo drivers to your PC, just like you do for any other hardware you buy from PC stores.
I made the driver into an installer package so there shouldn't be a big trouble installing it. Click the link below to download it.
>> ChibiMo Installer v.20110619 <<
While this installer installs a device driver, black windows appear and your screen may flicker multiple times. This is a normal operation. Your PC needs to be restarted after the installation to activate the driver.
After you restart your PC you will see your PC has got a new monitor. However, you need to turn it on manually, since It is turned off by default. To do this, use Display Property control panel.
As most of you know, to bring up Display Property control panel quickly, right-click anywhere on the desktop. A menu will come up, then click "Properties". On the Display Property control panel, select Settings tab, which you normally use to change resolution of your desktop.
There you will see a new monitor added. Click on it and check that the name of the screen says "ChibiMo". Then tick the "Extend Desktop to This Monitor" box and click "Apply". The box you should tick is marked with red in the picture below.
From the Start menu, launch ChibiMoCo. It is stored inside a subdirectory named ChibiMo.
ChibiMoCo's window looks like the picture below. The first part that you should check is the "ChibiMo Port" option. Switch this option with "+" and "-" buttons until the status line reads "Active". More precisely, this option must match to the serial port number of your Arduino board.
If the status line reads...
At this point, your ChibiMo is ready to display your data.
Try to let something on your PC be on ChibiMo. For example, try dragging your "My Computer" window onto ChibiMo. If your ChibiMo is configured successfully, the window will show up on your ChibiMo.
One thing you must be careful is that current version of ChibiMo shows only 128x64 pixels of top-left part of the 640x480 virtual ChibiMo display. Rest of the display will not show up on your ChibiMo.
If you accidentially put your windows in the area that is not visible through ChibiMo and end up losing them, just turn off ChibiMo's virtual display driver through display properties control panel.
If nothing shows up on your ChibiMo, you may have configured your ChibiMoCo wrong. In most cases you have your ChibiMoCo configured to a wrong COM port. Make sure you have selected the correct COM port number.
Congratulations! Once you have your data shown up on ChibiMo, you completed your ChibiMo.
If you have any comments to the author, please send them to:
e-mail: ko (atmark) q61 (dot) org. (Please substitute (atmark) and (dot) with appropriate characters.)
Twitter: @q61501331 (I tweet mostly in Japanese, but feel free to mention me in English.)
The following is the list of functionalities that I would like to implement into ChibiMo, but that I have not had time to do so yet.