Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

problem in bluetooth

Respected Sir/Madam,
I am a final year Electronics Engineering
student from MS university in India. I am currently working on a final year
project of Production Monitoring System(PMS) using BLUETOOTH.

To give a brief idea about my project, I
need to acquire the production data from the conveyor belt into a
microcontroller and then transmit this acquired data over the bluetooth to a
distant pc. The first part of the project about data acquisition is already
complete. I am stuck up with other part of transfering the data over
bluetooth. I saw your project abstract on "A Minimal Bluetooth-Based
Computing and Communication Platform".

Sir, if you can provide me with the
solution of transferring microcontroller data over bluetooth, it would be of
great help. Also if you can provide me with software or protocol stack that
needs to be written into controller would be of great help.

Thanking you in anticipation of a
favourable reply.
[1152 byte] By [Narendra_10] at [2007-11-11 8:05:15]
# 1 Re: problem in bluetooth
Your project consist of several indpendent modules. Acuiring data from a micro-controller is the first step and it has nothing to do with Bluetooth. You simply need to use the relevant APIs/SDK to communicate with the hardware. The second part deals with transmitting the acquired data using BT. In this area, my advice is to look for code samples on MSDN. You need to specify which programming language(s) and platform you're using of course, but this should get you started.
Danny at 2007-11-12 0:15:37 >