Skip to main content
Visitor II
May 13, 2024
Solved

BLE - Configuration B-L4S5I-IOT01A board

  • May 13, 2024
  • 5 replies
  • 6989 views

Dear Team,

    I need your help for configuring BLE on B-L4S5I-IOT01A board. I got some example BLE in B-L475I-IOT01A.

But it is different from that board could you please help me to configure and use Bluetooth via .ioc file.

    This topic has been closed for replies.
    Best answer by hayat

    Kindly see the attachment.

     

    There is a complete working solution.

     

     

    5 replies

    Technical Moderator
    May 14, 2024

    Hello @M_Sukumar,

    You can generate your project using STM32CubeMX, choose B-L4S5I-IOT01A as a Board Selector and add the X-CUBE-BLE package from Help > Manage embedded Software packages > "STMicroelectronics".

    ImenD_0-1715692080954.png

    hayatAnswer
    Visitor II
    May 16, 2024

    Kindly see the attachment.

     

    There is a complete working solution.

     

     

    Explorer
    June 6, 2024

    I have done the procedures as per the pdf ,but the sensor data in the app is not realtime and also some junk data it is producing in the mobile application

    I have used mob application as st ble sensor.

    Can you provide sufficient data to take sensor data logs into the mobile application.

    Explorer
    June 10, 2024

    Hi @M_Sukumar . Did you getting the real time data in the mentioned mobile application(st ble sensor)?,because after the configuring as per the pdf am able to connect ble to board, application am using in computer are stm32 ide and teraterm. But the data shown in mobile application is not as per teraterm (ie it's not real time).Can you reply on this and if you know please help on this problem.

    Thanks

    Visitor II
    June 14, 2024

     

    See the attached snapshots.

     

     

    Explorer
    June 14, 2024

    For me the data was random because of 

    Set_Random_Motion_Values() inside 
    User_Process() function ,so i have taken these application specified functions into main.c file and tried and got the exact realtime values . can you check the data you shown in screenshot is changing while you made any temp change on the temp sensor?, please reply if this is not the way.
    Explorer
    June 17, 2024

    thank you for the attachments, I have no access to these units.