
Controlling your robot through a proportional radio controller is very simple making use of the MTU modules for example of our TITech SH2 Tiny Controller or the Mini 2-Axes Motor Drive (eventually also the HiBot TITech Drive Version 1 and 4-Axes DC Servo apply to this case).
Reading 9 channels from your radio controller cannot be ...

Utilizing 6 Digital Outputs it is possible to interface Titech SH2 Tiny, Controller and the Mini 2-Axes Motor Drive with a standard 2 or 4 lines characther display for robot debugging or robot status monitoring.
Four bits are utilized as output directly connected to DB4, DB5, DB6 and DB7 of the LCD. RS and E signals ...

For this example we have created a test project called PE. We will see how to set the proper registers in order to simply control the LEDs on board of the SH2 Tiny Controller.
This tutorial can be applied also to users making use of HEW Renesas. The hardware settings of the micro-controller are the same.
User ...

When programming with KPIT GNU Eclipse it is possible to generate files for the Debugger or for Release. In order to create the compiled version of your software for your HiBot components the compiler target should be set to Release.
KPIT GNU Eclipseを使用してプログラミングを行う場合、デバッガまたはリリース用のファイルを作成できます。ハイボットコンポーネントのソフトウェアのコンパイルバージョンを作成するには、コンパイラの目的にリリースを設定します。
First make sure your project folder is opened and selected in the left window ...

By using Renesas Flash Development Toolkit Basic.
ルネサスFlash Development Toolkit Basicを使用する方法を紹介します。

Using one SH2Tiny and two boards 3-Axes DC Power Module allows the user to control up to 2 motor brushless with 5A currents on for each motor phase.
1台のTITech SH2 Tiny Controller とボード2枚で構成される3-Axes DC Power Moduleを使用すると、各モータ相で5 Aの電流をオンにして最大2台のブラシレスモータを制御できます。
All source sample code is available for HiBot Customers, simply contact us to receive your copy and support
ハイボットのお客様は、コピーとサポートをハイボットに依頼するだけで、すべてのソースサンプルコードを利用できます。
Half of each ...

Here are a few steps you can follow to create your own project for programming HiBot SH2 components. ここには、HiBot Sh2コンポーネントのプログラムを作るためステップがあります。
1. Run KPIT GNU Ecplise by selecting it from your Start->Programs menu and set your working folder: Start->ProgramsメニューからKPIT GNU Ecpliseを選んで、作動フォルダーをセットしてください:
2. Create a new project by selecting under File the option New and then C Project:ファイルメニューの下で新しいCプロジェクトのオプションを選んで新しいプロジェクトを作成してください:
3. Insert ...