Shop OBEX P1 Docs P2 Docs Learn Events
communication with Bluetooth — Parallax Forums

communication with Bluetooth

VuVu Posts: 3
edited 2005-01-08 02:47 in BASIC Stamp
hi,

wink.gif·could·you·tell me how to·create a bridge between 2 BS2e units by Bluetooth modules?

confused.gif·I'm trying to control the Bluetooth module through UART link,
but the TTL high for BS2e is 5V and for the Ericsson Bluetooth module ROK101007 is 3.3V.

shakehead.gif·Also, I couldn't find any sample code about·Bluetooth for BS2.

thanks


·

Comments

  • GadgetmanGadgetman Posts: 2,436
    edited 2005-01-05 13:49
    Do you have datasheets for that module?

    If not, I'd suggest going for the EmbeddedBlue appmod instead.
    http://www.parallax.com/detail.asp?product_id=30068

    It uses TTL level signalling, has an easy to understand instruction-set, and best of all, it comes with loads of sample code.
  • VuVu Posts: 3
    edited 2005-01-05 14:22
    hi,

    I attach the data sheet here.
    I also wanted to use the EmbeddedBlue,
    but·my lab has only those Ericsson Bluetooth modules·available cry.gif

    Can you give me some instruction on controlling that module.
    Thanks alot
  • GadgetmanGadgetman Posts: 2,436
    edited 2005-01-05 22:54
    I've looked at the data sheet...

    The command structure is not very well explained, and frankly doesn't look very easy to use.
    (Commands are built with bits coupled together. It would help if you have experience in hand-coding assembly language)

    It also looks as if this module uses slightly more power than the Embedded Blue while not active.

    Maybe you can find more information somewhere in the SDK, possibly by looking at some of the C/C++ sources.
  • VuVu Posts: 3
    edited 2005-01-08 02:47
    Hi,
    I think I should find some sample code written in C/C++,
    to·learn what·is being sent through the serial lines to the Bluetooth module
    maybe then copy the sequence and use SERIN n SEROUT function of the BS2 to perform it.

    scool.gif· Hope it works...

    and thanks alot for your help burger.gif

    see you
Sign In or Register to comment.