Skip to main content
allenpoper
Associate II
March 24, 2014
Question

Bluetooth Stack for STM32Fxxx

  • March 24, 2014
  • 2 replies
  • 782 views
Posted on March 24, 2014 at 08:04

Hello,

      IS there any Open Stack of bluetooth for STM32Fxxx. I have seen the lightweight mess Stack is open source, but i didn't find any where. is any one has worked on it. Please can any one suggest me on this.

Allen

#bluetooth
This topic has been closed for replies.

2 replies

rigomate2
Associate II
March 24, 2014
Posted on March 24, 2014 at 16:19

The only one I can think of is this: https://code.google.com/p/bluetooth-explorerbot/source/browse/trunk#trunk%2FCode

It is not written for cortex, but porting it should be not so hard.

Andrew Neil
Super User
March 24, 2014
Posted on March 24, 2014 at 21:14

This has far more to do with the radio than the STM32.

Therefore you'd probably be better looking for stacks associated with particular radios...

Or just get a module  which takes care of all the stack for you...

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.