BLE Stack Code Size for BlueNRG-2
I want to know the flash and RAM utilization by BlueNRG-2 BLE stack for various GAP roles. I am planning to use the BlueNRG-M2SP module for my application.
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
I want to know the flash and RAM utilization by BlueNRG-2 BLE stack for various GAP roles. I am planning to use the BlueNRG-M2SP module for my application.
Hi!I have a STM32F765ZITx as master and a STM32F051C8Tx board as slave that im trying to communicated with each other over IrDa. The master is sending 6 bytes (2 startbytes, 1 length of data byte, 1 databyte, 2 checksum bytes) to the slave, which wor...
I use a RTC IC M41T83 in our prototypes and can access this RTC via I2C bus (reading and setting timestamps). Unfortunately the crystal does not start. At startup I set the ST bit to 1 (write address and write a byte via I2C) and then I set the bit t...
In hosted mode SPI or UART interfaces only noted in datasheet. But in my MCU i have I2C port only available. Looking forward your response ASAP!Thanks in advance
Hi sir/Madam,If we flashed BlueNRG2_Lighting_Demo.bin file using USB micro in STEVAL_IDB008V2 board it was provisioned. If we give commands from models, board doesn't show any change in the led, why? So that we unprovisioned node and tried to provisi...
I am using BlueNRG-Tile chip. I am configuring it as a server. And i am using ST BLE Sensor App as a master. In that i am getting all the services and characteristics displayed on App ,which I have configured at server side. My target is to get notif...
Sorry if this is a dumb question. I have a Nucleo F767ZI, and I want to wire it to this: http://www.lcdwiki.com/2.8inch_Arduino_Display.There's a tutorial here on how to set up LTDC with an ILI9341 here: http://www.lucadavidian.com/2017/10/02/stm32-u...
Hi,I really appreciate the reactivity of the forum, thanks a lot.i have some questions:1- When i enable/disable LDC mode using S2LPTimerLdcrMode, and S2LpTimerFastRxTermTimer, i need to run command S2LPCmdStrobeReady and S2LPCmdStrobeRx after each en...
using BlueNRG2, I'm trying to send long packets (> 20 bytes), I added a custom service with characteristic supporting notification and indication with a size = 40 bytes. After the connection established, I send a LL_LENGTH negotiation to update the T...
While sending more bytes of data from app to the BLE module after connection I am getting the following error-Error 13 (0xd): GATT INVALID ATTR LENHow do I increase the length so that I can send more bytes of data?