Microcontroller in Bluetooth modules

S

Susanne

Guest
Hello!

I have a very general question about Bluetooth modules:
Most of the modules have an implemented microcontroller and
programmable I/O-ports. Does this mean that I can write a C-program
for this controller and so implementing my application? Or do I have
to buy a seperate microcontroller and connect it by UART or SPI to the
Bluetooth module?

What I need is a Bluetooth based communication which enables me to
control a mobile system. Therefore I need to write some upper layer
application which makes it possible to control another microcontroller
via RS232 and also use some I/O-ports.

Thank you in advance for your answers,
Susanne Fischer
 
"Susanne" <susi.f@gmx.net> wrote in message
news:f93395f1.0404280649.b8f4743@posting.google.com...
Hello!

I have a very general question about Bluetooth modules:
Most of the modules have an implemented microcontroller and
programmable I/O-ports. Does this mean that I can write a C-program
for this controller and so implementing my application? Or do I have
to buy a seperate microcontroller and connect it by UART or SPI to the
Bluetooth module?
Yes. :)

Zeevo Serial and similar products are well suited to talk to serial ports
directly, and of course you can embed another micro there to do any
setup/teardown and protocol translation.

If you're lucky, you might find one with a processor inside that you can get
cheap dev tools for, but don't count on it.
 
"Dave VanHorn" <dvanhorn@cedar.net> wrote in message news:<IPOdnXNNtJV_jw3dRVn-gw@comcast.com>...
"Susanne" <susi.f@gmx.net> wrote in message
news:f93395f1.0404280649.b8f4743@posting.google.com...
Hello!

I have a very general question about Bluetooth modules:
Most of the modules have an implemented microcontroller and
programmable I/O-ports. Does this mean that I can write a C-program
for this controller and so implementing my application? Or do I have
to buy a seperate microcontroller and connect it by UART or SPI to the
Bluetooth module?

Yes. :)

Zeevo Serial and similar products are well suited to talk to serial ports
directly, and of course you can embed another micro there to do any
setup/teardown and protocol translation.

If you're lucky, you might find one with a processor inside that you can get
cheap dev tools for, but don't count on it.

Does this mean, that I can write software for the microcontroller
inside the BT module only if I have the corresponding development kit?
Isn't anything like that included when I buy such a module?
Where can I get information on where to get dev tools for which BT
module and how much could such a software cost?
 
In article <f93395f1.0404280649.b8f4743@posting.google.com>, Susanne says...
Hello!

I have a very general question about Bluetooth modules:
Most of the modules have an implemented microcontroller and
programmable I/O-ports. Does this mean that I can write a C-program
for this controller and so implementing my application?
well, the CSR chips have an embedded uC on which you can run a small (!)
application. So the answer to this question is yes.

You need the dedicated software development kit and it's usually a great help to
have the hardware development kit for debugging purposes.

www.csrsupport.com for more answers (sorry, I don't work with s/w development,
so I do't know the specifics of what is needed or costs).

Best Regards

Jens

Key ID 0x09723C12, jensting@tingleff.org
Analogue filtering / 5GHz RLAN / Mdk Linux / odds and ends
http://www.tingleff.org/jensting/ +44 1223 211 585
"Never drive a car when you're dead!" Tom Waits
 

Welcome to EDABoard.com

Sponsor

Back
Top