How to tune the sleep mode/wake up time and also how to check the beacon ID?
using the BLUENRG-M2SP
using the BLUENRG-M2SP
Hi,I'm trying to implement an Eddystone beacon with interleaving frames, e.g. UID + TLM, using a BlueNRG-MS and BlueNRG-2. I can configure the BlueNRG to act as a beacon broadcasting one of these frames but I don't see how to go about alternating or ...
I'm trying to use OOB pairing with the blueNRG1, using the latest DK3.2.1 (stack V2.1c). There is no example available, the security example has all security examples with exception of OOB. I'm trying to use LE legacy mode for now, but LE secure is ...
Hi,I'm trying to use uart1 in stm32f411ce and I have a weird problem. in my test I am sending data from the stm32 to an arduino and printing the received data on the serial monitor. In the stm32 I'm sending bytes with the most significant part counti...
Hi I'm trying to enable OTA Service on my device with the BlueNRG2 Chip. I use the Lower Application Scheme. Therefore I flash the BLE_OTA_ResetManager at the flash beginn at 0x10040000. (I did a mass erase before that). I didn't modify the OTA Reset...
My application makes use of 4 different PDOs but the STUSB4500 can only store 3, to get around this I reprogram the NVM whenever I need access to the fourth. I'm keeping a counter for the number of rewrites so that I can issue a warning when I approa...
Hi everyone,I see there are differences between V3MODS und V3MINI in the assembly, jumpers etc.Do I need to assemble any jumpers to make the V3MODS VCP run on CN2 Connector?Best regards,Mathias Brandl
HelloI'm trying to implement the OTA feature in my project. We use the BlueNRG-2 Chip.I'm followed the BLE_Chat example and the explanaition in the The BlueNRG-LP (over-the-air) firmware upgrade document to inlcude all the ota related code parts.When...