Skip to main content
changli
Associate II
December 30, 2014
Question

Any suggestion Bluetooth Low Power Modules for STM32F429 Discovery

  • December 30, 2014
  • 5 replies
  • 1183 views
Posted on December 30, 2013 at 15:18

However about TI and Broadcom's BLE 4.0 chipset?  

    This topic has been closed for replies.

    5 replies

    Andrei Chichak
    Lead
    January 2, 2014
    Posted on January 02, 2014 at 23:54

    I'll offer something a little more useful;

    Nordic Semi has the nRF8001 chip, SPI + interrupt interface, but their example code sucks really badly. It would take significant effort to figure out what their code is doing and adapt it to your project.

    ST has the BlueNRG chip, SPI + interrupt interface, nice looking example code but has a bunch of the Bluetooth stack in a precompiled library. If you aren't using the same compiler as them, and possibly the same target processor family, you may be hooped. (edit: It looks like the stack is built into the BlueNRG chips, so the target system shouldn't be an issue).

    blue_dolphin1987
    Associate III
    January 3, 2014
    Posted on January 03, 2014 at 10:52

    Try Roving Network RN41 or RN42 . Operates using AT Command via USART.

    Pretty good i will say . 

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

    changli
    changliAuthor
    Associate II
    January 4, 2014
    Posted on January 04, 2014 at 19:02

    I found that nRF51822 is a good BLE 4 chipset. It has a 32-bit Cortex-M0 SoC. I am not sure how difficult to make it work along with STM32F4.

    It is better to have all programming just in STM32F4 while a BLE chip is a Bluetooth 4.0 hardware component.    

    changli
    changliAuthor
    Associate II
    January 4, 2014
    Posted on January 04, 2014 at 19:04

    Unfortunately this is Bluetooth 2.x chip.

    Andrew Neil
    Super User
    December 30, 2014
    Posted on December 30, 2013 at 16:22

    If you're not going to give any specific details of your particular requirements, you might as well just google:

    http://www.google.com?q=Bluetooth+Low+Power+Module

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.