Skip to main content
Visitor II
July 29, 2020
Question

Bluenrg - Source code for an application AN5508

  • July 29, 2020
  • 2 replies
  • 817 views

I found this new application note online.

https://my.st.com/content/ccc/resource/technical/document/application_note/group1/43/8d/b8/4e/44/91/4b/64/DM00712091/files/DM00712091.pdf/jcr:content/translations/en.DM00712091.pdf

It is very interesting, and I wanna to implement it on my own STEVAL-BCN002V1B bought from digikey.

So can someone share the source code? Thanks.

    This topic has been closed for replies.

    2 replies

    Eyan.1Author
    Visitor II
    July 29, 2020

    Is it the right place for this question?

    Visitor II
    August 18, 2020

    We have also found the PDF describing using BTLE for social distancing, it's the code that implements it that we're after as well.

    My investigation has succeeded in generating beacons with the data I require using aci_gap_set_discoverable() but my use of aci_gap_start_general_discovery_proc() or aci_gap_start_limited_discovery_proc() to scan both return error 12 and the UM1865 document only describes that as "ERR_COMMAND_DISALLOWED" with no context to persue it further.

    Does anyone have a bright light that will illuminate this issue?