Skip to main content
bjornpaulstrom
Associate II
February 15, 2017
Question

Where can find BlueNRG-1 Devkit hid_peripheral source code?

  • February 15, 2017
  • 1 reply
  • 895 views
Posted on February 15, 2017 at 16:04

Hello,

I downloaded the BlueNRG-1 Devkit, which has a project with a hid peripheral, however only the .h file is included the other part is a .lib file that i can not view, where can i find the source code for this lib?

#bluenrg-1 #stm32
    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 15, 2017
    Posted on February 15, 2017 at 19:25

    Hello

    Paulstrom.Bjorn

    ‌,

    The source files are available for the BLE_HID_Peripheral example:

    0690X00000606JmQAI.png

    You can refer to this

    http://www.st.com/content/st_com/en/products/wireless-connectivity/bluetooth-bluetooth-low-energy/bluenrg-1.html

    page to download the complete software

    https://my.st.com/content/my_st_com/en/products/embedded-software/evaluation-tool-software/stsw-bluenrg1-dk.license%3d1487182177html

    and follow the user manual

    http://www.st.com/content/ccc/resource/technical/document/user_manual/group0/b6/e0/6e/ef/bd/ed/4a/62/DM00286976/files/DM002869pdf/jcr:content/translations/en.DM002869pdf

    BlueNRG GUI SW package.

    Hope this helps you.

    Best Regards

    Imen

    "When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
    bjornpaulstrom
    Associate II
    February 15, 2017
    Posted on February 15, 2017 at 21:12

    Thank you for your reply, however as you can see in your screenshot, the library is in .lib format. I was looking for the .c file of HID_Peripheral_Library_Mouse/Keyboard.lib so i can see how they are implemented internally.

    I am trying to set up a HID peripheral using HOGP on a IDB05A1, and having that source as reference would be helpful.