Tuesday, August 25, 2009

Wireless Accelerometer based Mouse

I had created a wireless mouse. But the mouse does not require any surface for detecting motion. We can place it in hand (like a ring) and mouse pointer can be controlled by our hand motion...

The Project was done at

Fagmann Technologies PVT Ltd.


Monday, August 24, 2009

ZigBee Wireless Technology

The Wireless technology that I had used in my Wireless Mouse using Accelerometer is ZigBee. ZigBee is easy to configure and it can communicate with no: of nodes at a time...

You can see purchase details of ZigBee modules from here...

The connection diagram for ZigBee modules is shown below...

Serial cable replacement for the serial cable replacement we have to configure some parameters on the XBee's we are going to use, these parameters are:

- serial port baud rate - ATBD
- network identifier - ATID
- node identifier - ATMY
- destination node identifier - ATDL

Example:

- An XBee module 1 - network ID 3332 - speed 1200 - address 0 - destination 1

- An XBee module 2 - network ID 3332 - speed 1200 - address 1 - destination 0


The command sequence to send would be:

In the XBee module 1
Command ............. Response
+++ .......................... Ok
ATID ........................ 3332
ATBD ....................... 3 (this means 9600 baud rate)
ATBD0 ..................... OK (so I change it to 1200)
ATMY0 ..................... OK
ATDL1 ...................... OK
ATWR ...................... OK (to write the configuration to memory)
ATCN


In the XBee module 2
Command ............. Response
+++ ........................... Ok
ATID ......................... 3332
ATBD ......................... 3 (this means 9600 baud rate)
ATBD0 ....................... OK (so I change it to 1200)
ATMY1 ....................... OK
ATDL0 ........................ OK
ATWR ........................ OK (to write the configuration to memory)
ATCN


Now you have both the XBee modules ready to communicate wirelessly (a wireless serial port).

Saturday, August 22, 2009

Software for BSNL Broadband Modem Reboot

I had created a software that automatically reboot the broadband modem at the given time and date...

Download the software here...