Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
Fx.1
Associate II
since
2021-09-27
2023-06-14
User statistics
11
Posts
0
Solutions
0
Kudos given
1
Kudos received
View all badges
STMicroelectronics Community
About Fx.1
Options
Report User
User Activity
Posts
Replies
How do I read the unique serial number of the ST BlueNRG-LP(BlueNRG-345) device that I need to use as the default MAC address
2022-03-25
ST BLUENRG-LP Bluetooth as a slave machine, how to forbid the other host to initiate the pairing request, I want to only allow the slave machine to initiate the pairing request
2022-03-05
ret = aci_gap_set_io_capability(IO_CAP_NO_INPUT_NO_OUTPUT);ret = aci_gap_set_authentication_requirement(BONDING, MITM_PROTECTION_NOT_REQUIRED, SC_IS_SUPPORTED, KEYPRESS_IS_NOT_SUPPORTED, MIN_KEY_SIZE, MAX_KEY_...
hi, I refer to demo"BLE_Security" in BlueNRG-LP , meet this error , API "aci_gap_set_authentication_requirement " return 0x11 err; #define BLE_ERROR_UNSUPPORTED_FEATURE ((tBleStatus)(0x11)) why?
2022-02-16
code:void test_security_init(void) { Clear_Security_Database(); int ret; /* ACI_GAP_SET_IO_CAPABILITY */ ret = aci_gap_set_io_capability(IO_CAPABILITY); if (ret != BLE_STATUS_SUCCESS) { TUYA_APP_LOG_INFO("aci_gap_set_io_capability(%d...
hi all, when i press fllow picture "↓↓↓" button in nrf connect APP ,which event will be generated in bluenrg_lp_events.h api // use bluenrg-LP 345 ic
2021-09-27
who can help me , i use BLUEBRG-LP 345 mcu,i want let two characteristic show "descriptors" ,and show"↓↓↓" button,in nrf connect APP. but i have error . my english is not good,can see fllow pictures
2021-09-27
if i use two ,aci_gatt_srv_add_service() will return 0x87 errorbut use only one,it is ok
Re: hi, I refer to demo"BLE_Security" in BlueNRG-LP , meet this error , API "aci_gap_set_authentication_requirement " return 0x11 err; #define BLE_ERROR_UNSUPPORTED_FEATURE ((tBleStatus)(0x11)) why?
2022-03-05
hi Sebastienthank you, beacuse i #define SECURE_CONNECTIONS_ENABLED (0U)not use 1
Re: hi, I refer to demo"BLE_Security" in BlueNRG-LP , meet this error , API "aci_gap_set_authentication_requirement " return 0x11 err; #define BLE_ERROR_UNSUPPORTED_FEATURE ((tBleStatus)(0x11)) why?
2022-02-16
seek help ....
Re: hi, I refer to demo"BLE_Security" in BlueNRG-LP , meet this error , API "aci_gap_set_authentication_requirement " return 0x11 err; #define BLE_ERROR_UNSUPPORTED_FEATURE ((tBleStatus)(0x11)) why?
2022-02-16
Addendum: I used demo"BLE_Security" in Bluenrg-LP directly, it is normal not to make any changes
Re: hi all, when i press fllow picture "↓↓↓" button in nrf connect APP ,which event will be generated in bluenrg_lp_events.h api // use bluenrg-LP 345 ic
2021-09-29
ok, thank you
Re: hi all, when i press fllow picture "↓↓↓" button in nrf connect APP ,which event will be generated in bluenrg_lp_events.h api // use bluenrg-LP 345 ic
2021-09-28
hi,thank you. just as you say it is "aci_gatt_srv_attribute_modified_event() with Attr_Handle == (CharHandle + 2)".In addition, why it is "+2",not" +1" or other ,What documents can I know about this
View more
Kudos from
User
Count
Legacy member
1
View all