element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Personal Blogs
  • Members
  • More
Personal Blogs
Legacy Personal Blogs TI LMX9838 Bluetooth Serial Interfacing with MSP430
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: gsgill112
  • Date Created: 15 Nov 2014 9:26 PM Date Created
  • Views 602 views
  • Likes 1 like
  • Comments 2 comments
  • bluetooth
  • serial
  • msp430
  • lmx9838
  • bluetooth2.0
  • bluetooth_module
Related
Recommended

TI LMX9838 Bluetooth Serial Interfacing with MSP430

gsgill112
gsgill112
15 Nov 2014

I really wanted a Bluetooth Module for controlling my Robot wirelessly. After a long search, I found HC-05/06 Modules which are easily integrable and really easy to wire up too but only if the cost was less image These modules were costing about 600-700 INR Approx 11$ each. Well that is a lot of money for an hobbyist Rt. image

 

image image

 

 

So, after another short search I got introduced to TI's LMX9838 Bluetooth Module image (GOOGLE is a Heaven of Internet image :)). Long thing made short, below are the few highlights (will add a comparison with HC-05 later),

   --  Complete Bluetooth 2.0

  --  High Integration: Includes Antenna, Crystal, EEPROM, LDO

  --  Supporting up to 7 Active Bluetooth Data Links

  --  UART Command/Data Port Speed up to 921.6kbits/s

  --  Advanced Audio Interface for External PCM Codec

  --  FCC/IC/CE Certified

  --  Compact Size: 10mm × 17mm × 2.0mm

  Now, because the module is from TI, one can always order a Module via TI's Sample Program image and that was exactly what I needed :). So I ordered one module (as the module's cost is approx. 16.47$ and you's Ti's sample order cant be >25$ so you can order only 1 Module with couple of MSP430's image  in one order). The best part of Ti's sample program is NO Shipping Cost and NO component cost it gets even better as Ti allows even user's with gmail domain Email to order free samples, no need of Company specific ID image

 

I got the module 4 days after my order and I started off with my FREE Bluetooth project.

 

The module is a LGA type SMD component and  has 0.9x0.6mm pad size with 1mm pad pitch(distance between the pads). well what that means is that you need to be good with a soldering iron to work with these modules. The good news, for not so good with soldering people, is that you only need to solder 7/8 pins on the module depending on the Baud Rate specification's, i.e. GND(Pins 3,4,17,18,24,29,30,31,32), VCC(6,10,11), RX(12), TX(13), CTS(15), OP3(16), OP4(26) and OP5(25). out of which it is really easy to solder GND and VCC.

 

 

 

image

I will write a separate blog post on how to make your own Module, but in this post I would like to give you a small introduction+demo about these modules. I ended up making a Breakout for the module, so that I can play with them.

 

 

imageimage

After  the construction of the modules was complete I had to test the modules So, I used an FTDI Breakout board to test them. THESE MODULES ARE 3.3v Logic NOT 5V.

These modules need not be configured as Bluetooth Serial profile they get configured themselves. After all the wired connections were made, I scanned for the module from my mobile and Vola!! got a new MAC ID, then I connected to the module using BlueTerm App on my Nexus and I got some output(that is the connection status and the f/w version information) and that was it, now on entering anything on my mobile I could see it almost instantaneously on my Computer Serial terminal screen and vice-versa image

  

Finally I have a fully functional Bluetooth 2.0 compliant Module for FREE image image

{In my next Blog I will instruct you on how to make you own FREE Bluetooth Module image Till then please order your own free Module's image image }

I have recorded a short demo video for you guys image below.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

  

LINKS : TI LMX9838 Module

 

Hope you enjoyed this blog image

 

Regards,

Gurinder Gill

MyWeb : Technervers.com

Blog      : technervers.blogspot.com

Youtube : Technerve Hacks

  • Sign in to reply
  • gsgill112
    gsgill112 over 8 years ago in reply to maneeshsv2

    I have interfaced the module to msp430 using spp and it works fine. You can interface the sensor using I2C and send the data via Bluetooth.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • maneeshsv2
    maneeshsv2 over 8 years ago

    Nice blog.image

     

    https://www.sparkfun.com/products/12787

     

    Have you interfaced this board to MSP430/Tiva C, if yes could you please share highlights on this hack too.

     

    Could also be used for gesture control of the robot.image

     

    Thank you.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube