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
    • More
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • More
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • More
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • More
  • 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
Internet of Things
  • Technologies
  • More
Internet of Things
Forum Bluetooth Mesh
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Internet of Things requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 3 replies
  • Answers 2 answers
  • Subscribers 333 subscribers
  • Views 206 views
  • Users 0 members are here
  • bluetooth mesh
Related

Bluetooth Mesh

5ilicon
5ilicon over 2 years ago

Hello,

 

Which manufacturer's Bluetooth Mesh implementation is the easiest to get up and running?

 

Most manufacturers have an SDK but often the documentation isn't great.

  • Reply
  • Cancel
  • Cancel

Top Replies

  • Gough Lui
    Gough Lui over 2 years ago +1 suggested

    It might be worth reading up on the Cypress solution that was RoadTested (including my review of it) recently:

    Cypress EZ-BTTm Module Mesh Evaluation Kit

     

    This one has the Bluetooth Mesh handled by integrated…

  • 5ilicon
    5ilicon over 2 years ago in reply to Gough Lui +1

    Thanks for your reply Gough.

     

    How does the CYW20819 differ from the PSoC 6 platform.  Can mesh be implemented just as easily on the PSoC 6 platform?

  • Gough Lui
    Gough Lui over 2 years ago in reply to 5ilicon +1 suggested

    The Cypress EZ-BT series inherits its architecture from Broadcom, thus is a different line of product that integrates the radio and BT stack in the same chip as an ARM Cortex M4. It uses the separate BT…

Parents
  • Gough Lui
    0 Gough Lui over 2 years ago

    It might be worth reading up on the Cypress solution that was RoadTested (including my review of it) recently:

    Cypress EZ-BTTm Module Mesh Evaluation Kit

     

    This one has the Bluetooth Mesh handled by integrated ROM+overlay, thus most of the code space is available for user applications rather than handling a Bluetooth Mesh software stack. I did review the integrated sample application but haven't had time to fully develop for it. There's pretty useful documentation from Cypress on getting started (aside from the SDK API documentation) though - https://www.cypress.com/documentation/application-notes/an227069-getting-started-bluetooth-mesh

     

    - Gough

    • Cancel
    • Up +1 Down
    • Reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Gough Lui
    0 Gough Lui over 2 years ago

    It might be worth reading up on the Cypress solution that was RoadTested (including my review of it) recently:

    Cypress EZ-BTTm Module Mesh Evaluation Kit

     

    This one has the Bluetooth Mesh handled by integrated ROM+overlay, thus most of the code space is available for user applications rather than handling a Bluetooth Mesh software stack. I did review the integrated sample application but haven't had time to fully develop for it. There's pretty useful documentation from Cypress on getting started (aside from the SDK API documentation) though - https://www.cypress.com/documentation/application-notes/an227069-getting-started-bluetooth-mesh

     

    - Gough

    • Cancel
    • Up +1 Down
    • Reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • 5ilicon
    0 5ilicon over 2 years ago in reply to Gough Lui

    Thanks for your reply Gough.

     

    How does the CYW20819 differ from the PSoC 6 platform.  Can mesh be implemented just as easily on the PSoC 6 platform?

    • Cancel
    • Up +1 Down
    • Reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 2 years ago in reply to 5ilicon

    The Cypress EZ-BT series inherits its architecture from Broadcom, thus is a different line of product that integrates the radio and BT stack in the same chip as an ARM Cortex M4. It uses the separate BT-SDK but uses the same ModusToolbox IDE as you might use with a PSoC6.

     

    As I have not had direct experience with the PSoC6, I can't really answer whether it can be implemented on PSoC6 but because (to my knowledge), the platform doesn't have a Bluetooth Radio anyway, you're going to need to interface one via HCI and then run a BT mesh stack in software (I'm not sure Cypress will provide - you may need to port one from elsewhere), which seems like a whole heap of pain compared to using a chip which has it integrated in hardware as it will consume application code space as well. Whether the all-in-one solution will work will depend on the level of I/O and compute capability you require, of course, but there is a mesh development kit from Cypress that is more tailored for development work rather than using the evaluation kit mentioned earlier - see https://www.cypress.com/products/ble-mesh

     

    They're not particularly expensive, so I would think that the easiest way to find out is just to read the documentation available online, pick one (or a few) up and give it a go yourself.

     

    - Gough

    • Cancel
    • Up +1 Down
    • Reply
    • Verify Answer
    • Reject Answer
    • Cancel
Element14

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 © 2022 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