User Activity

Hello, I'm working with BlueNRG-M0.All is fine when I work with 1 little service. Today I need to implement lot of services and I'm stuck with the error 0x1F from aci_gatt_add_serv() function.My init is this:/*----- CODE -----*/ uint8_t SERVER_BDADDR...
Hello,   I have a problem by using event to catch a read of a characteritics. When I'm in the event EVT_BLUE_GATT_READ_PERMIT_REQ I want to deny the read. I see only the function aci_gatt_allow_read and not any function like aci_gatt_deny_read. On go...
Hello, I'm looking for a nucleo board with the module BLUENRG-M0L or BLUENRG-M0A.Is it planned to develop a such board ?Regards, Dam
Hello, After reading some applications note I did't find the way to implement a watchdog for my case.My case:the MCU shall sleep during 12hone function on Bluetooth stack in a .a (provided by TI) takes 1024msMCU is running at 48MHzWWDG can't be used ...
Hello, I have a problem by using 2 wake up sources: RTC wake up and EXTI (on PWR_WAKEUP_PIN1).Both of them works but a problem occurs when EXTI line (on PA0) is high when RTC event occurs. It make the CPU frozzen and nothing happen.I found a clue on...