Archive for the 'Robotics Software' Category

TRI ISP (Beta)

Saturday, December 26th, 2009

The 4 step guide to program your P89v51RD2 controller using TRI ISP
Step 1: Port Settings
Port Number: Select the serial communication port of your PC to which the target device is connected. Most present day IBM compatible PCs have a single serial communication port with an address of COM1.

Speed: Select the burning speed. (Preferably 9600)

Step 2: [...]

About TRIC

Saturday, December 26th, 2009

TRI has come up with source code development environment “TRIC” which has everything you need for rapid program development . TRIC helps expedite the development process of your embedded applications by providing the following features:

1.Windows-based IDE that combines a robust editor, project manager, and compiler.
2.TRI C integrates all tools including the SDCC compiler(which includes macro [...]

Getting Started With TRIC

Saturday, December 26th, 2009

In this article we will learn how to Create Projects, Edit Source Files & Compile using TRIC…
STEP 1
To create a new project file select New Project from the Project Menu. This opens a standard Windows dialog box asking for project file name. Generally its a good idea to save different projects in different folders. [...]

CiMPLE Installation Guide

Saturday, December 26th, 2009

Files needed for the installation
Browse through the CD that has been provided with the i-MACH kit.
For installation on windows, locate the setup file which would be available at the location /CiMPLE_Installation/windows/cimple_setup.exe
You can even download the same setup from the link http://triindia.co.in/download/cimple_setup.exe

 
Getting Started: Pre-installation checklist
For windows
Windows xp and above.
Performing the installation on Windows
Starting the [...]

About TRIC

Saturday, December 26th, 2009

TRI has come up with source code development environment “TRIC” which has everything you need for rapid program development . TRIC helps expedite the development process of your embedded applications by providing the following features:
1.Windows-based IDE that combines a robust editor, project manager, and compiler.
2.TRI C integrates all tools including the SDCC compiler(which includes macro [...]

Complete guide to parallel port programming

Thursday, December 24th, 2009

Lets begin straightaway with an argument….The world is moving towards RS-232, USB, Fire-wire and other serial bus standards, so why do I still bother using the parallel port?
For starters we are talking about controlling motors here. When it comes to controlling such devices, it’s always the legendary parallel port that hobbyists have been resorting to, [...]

Building a RF remote control

Thursday, December 24th, 2009

Ever wondered how you can get rid of that long wired tail dangling out of your remote control robot? Well, transforming your wired remote control into a wire-less one isn’t as difficult as you may think!
The easiest solution would be to hack those cheap wireless toy cars, take their electronic [...]