Bluetooth Operation

The Bluetooth transmits data in low radio frequency. The frequency it transmit the data is on 2.45 GHz.  The international agreement has set a side to make use of this radio frequency for medical gadgets and industrial use.

Most of the devices use this radio frequency band for their advantage.  Within the range of ISM band there are others also use this band. The mobile phone made for next generation, baby monitors and even to operate the garage doors this radio band frequency are used.  In all this the Bluetooth technology operation and transmitting of data is so different that it is design in such a way the interpretation between the Bluetooth and other devices does not occur.

Bluetooth device has the capacity of sending signal as low as 1 mv. By this way the device can avoid in getting interfering with signal derived from other electronic devices.  A cell phone transmits signals in the range of 3 watt.


» Continue reading How Bluetooth Operation Works…

Know Different Bluetooth Profiles for Best Performance

Bluetooth technology is elaborated in its profile. It can be said as slices in the protocol stack and defines the ability in a protocol which are found in the profile.

For a protocol each parameter ranges are in the profile. Profile reduces the interoperability trouble in between different products. These in anyway not increase the specification of the Bluetooth. Owing to this reason one can add profiles if it is necessary.  The Bluetooth specified technology is same but the method that is put into used is defined.

Generic Access Profile or GAP in which all profiles are based on. In the GAP list,- 9 profiles and they are mentioned below:

  1. Audio/Video Remote Control – AVRCP
  2. Extended Service Discovery Profile – ESDP
  3. Common ISDN Access  – CIP
  4. PUBLIC Area Network Profile – PAN
  5. Hardcopy Cable Replacement – HCRP
  6. Generic Audio/Visual Distribution  – GAVDP
  7. Advanced Audio Distribution  – A2DP
  8. Video Distribution Profile – VDP
  9. Human Interface Device  – HID


» Continue reading Know Different Bluetooth Profiles for Best Performance

How Apple Using Bluetooth

Technology in Bluetooth offered first by the Apple power book G4.  The version of 2.0+EDR is an older when compared with the new version 1.0 which is much faster and provides a maximum data transfer rate to a level of 3 MBps. Apple version of 2.0+EDR version did not stop at this, but it made better progress in Bluetooth technology.

apple-bluetooth-headset

Support

In the Bluetooth technology the Apple not only made power book G4 portables, but it added the Bluetooth features to other computers like iBook, Power Mac G5, eMac and iMac.

Made easy

The operation of the Bluetooth is made easy on Mac. It can synchronize and transfer a file in a few seconds. From the Bluetooth device you can perform more function like sending a document, or browse easily and quickly. By pressing the sync in iSyne you can easily update the Palm OS or your mobile phone.


» Continue reading How Apple Using Bluetooth

Enable DMA to reduce processor cycle consumption during burning data to CD/DVD or reading data from CD/DVD


Enabling DMA mode on IDE channels will consume less processor cycles almost reduce consumption of processor cycles from 50% to 5%.  Windows 2K/2000 and Windows XP fail to enable DMA on IDE devices automatically. Though enabling DMA will not boost writing speed on to the disk, it will consume less processor cycles which can be used for another purpose.

By default PIO (Programmed Input-Output) transfer mode is set on IDE drivers in windows XP and 2000. PIO transfer mode consume more processor cycles because the central processor transfers data word by word or byte by byte.

When DMA transfer mode is enabled, small processor called DMA controller takes the burden of transferring data between IDE devices. Once the central processor starts the data transfer and transfers the control to DMA controller, the DMA controller looks after the data transfer and after completing the total transfer the control is transferred from DMA controller to central processor thus the central processor gets less involved in the transfer and so CPU cycles are saved which can be used by another programme.


» Continue reading Enable DMA to reduce processor cycle consumption during burning data to CD/DVD or reading data from CD/DVD