element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • 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 Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
  • Settings
Wireless
  • Technologies
  • More
Wireless
Blog Bluetooth Low Energy
  • Blog
  • Forum
  • Documents
  • Polls
  • Quiz
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Wireless to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: gervasi
  • Date Created: 23 Aug 2013 4:37 PM Date Created
  • Views 2134 views
  • Likes 2 likes
  • Comments 3 comments
  • bluetooth_low_energy
Related
Recommended

Bluetooth Low Energy

gervasi
gervasi
23 Aug 2013

imageIn the past year Bluetooth low energy (BLE) has seen a surge in popularity.

 

Despite its name, BLE is not that similar to conventional Bluetooth.  One of its selling points is that you can design a BLE device to run off a 230mAh CR2032 Li coin cell.  This is possible, but in practice developers often end up using a larger battery.  The rated 230mAh on a coin cell assumes very low current draw.  If you draw more than a few hundred microamps, except in very short bursts, the capacity is cut in half.  Moreover a Li cell’s internal resistance rises as its power is depleted more than cells of other chemistries.  If your power budget requires more than 100mAh, a CR2032 will be insufficient. 


The BLE physical layer divides the 2.4GHz ISM band into 40 channels.  Three of them are dedicated for advertising (finding and connecting other devices).  These channels are located between the commonly-used Wi-Fi channels 1, 6, and 11, with the idea that these frequencies will be freer of interference.  (Wi-Fi bandwidth is 20MHz, but the channel spacing 5MHz, making 1, 6, and 11 the only set of three channels with no overlap.) 

 

The remaining 37 channels are for data.  The frequency hopping algorithm simply increments the channel number by a hop value every transmission.  Since the number of data channels is prime, all channels get equal use. 

image

BLE’s signalling is 1 Mbps GFSK.  This is low enough to allow inexpensive receivers with sensitivity in the -90dBm range but not so low that power is wasted in long transmissions.  In my testing using rubber ducks, I got 100 meters reliable range using the popular 8051+BLE radio SoC, TI CC2540.  With the same chip and chip antennas, I got much less range.  This is consistent with my experience that every chip antenna I’ve tested is about 10 dB worse than a rubber duck.  Chip antennas on both sides cost 20dB of link budget.   

 

The BLE Attribute layer supports state machines to reduce radio traffic.  For example, a toggle command can obviate the need to request a setting’s state and then send another command to change it to the opposite of what it is. 

 

An embedded system’s application can run on the 8051 in the SoC along with BLE stack.  Often developers use a separate processor to run their device’s application to avoid timing conflict.  Nordic Semiconductor has a SoC with an ARM processor with more processing power, possibly making it easier to run everything on a single chip.  TI is rumored to be coming out with another BLE SoC with more processing power. 

 

It seems like we’re moving to many embedded chips having a built-in separate processor core for a BLE stack.  BLE reminds me of USB in that at first glance it seems needlessly complicated.  The design complexity makes it easy, though, to connect devices wirelessly without a lot of configuration and without wasting power. 

 

Further Reading

Bluetooth Low Energy: The Developer's Handbook - This book explains the nuts and bolts of each layer of the BLE stack.

  • Sign in to reply
  • gervasi
    gervasi over 12 years ago in reply to craigh@bugsoft.com

    Thanks Craig.  You are right.  It's now changed.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • craigh@bugsoft.com
    craigh@bugsoft.com over 12 years ago

    Minor correction - BLE has 40 radio channels total, not 39.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 12 years ago

    Thanks for the quick overview.

     

    I have been interested in Blue Tooth lite, but not to the point of actually doing any research.

     

    It looks like they have kept it simple enough for general use.  For most home applications the low power is probably beneficial to keep your neighbor from using, reading your local traffic.

     

    DAB

    • 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 © 2025 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

  • X
  • Facebook
  • linkedin
  • YouTube