NUCLEO-WBA25CE1 "Bootloader limitation"
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link MATTER - Matter software expansion for STM32Cube - STMicroelectronics It is a reference implementation for the demonstration of Matter on ST...
Please go and visit our wiki pages where you can find a lot of information on our wireless product families (WB, WBA, WL) and the supported protocols: BLE, Zigbee, Thread, Matter, Lora, ... To begin your technical journey, please start from this top ...
Hi,I have a working sigfox prototype based around a STM32WLE5. The generation of the Sigfox ID and PAC has so far been done by uploading the chip certificate (236 bytes at 0x1FFF3F04) to https://my.st.com/sfxp to get the credentials back. This proces...
I'm trying to develop an STM32WB55-based BLE wireless circuit.I designed a custom STM32WB55 circuit and I found that the circuit consumes ~ 7 mA when 32 MHz clock and BLE fast advertising mode.Unfortunately, my circuit should allow 7 days of continuo...
Hi Support, we want to be able to generate a 2.4GHz Bluetooth carrier wave to test our hardware.Is there a sample project or a sample .hex file I could use to do this.Also pointing me to the correct documentation to achieve this would be greatly appr...
boolZbPersistNotifyRegister(struct ZigBeeT *zb, void (*callback)(struct ZigBeeT *zb, void *cbarg), void *cbarg);voidZbSetLogging(struct ZigBeeT *zb, uint32_t mask, void (*func)(struct ZigBeeT *zb, uint32_t mask, const char *hdr, const char *fmt, va_...
Hi.I'am new in develop with STM32WB. I am programming the STM32WB5MM-DK Discovery kitWe whatch all the videos STM32WB Getting Started Series: https://www.youtube.com/playlist?list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-I am trying to make a BLE aplicacio...
Dear Community,We do an update on a old product and the goal is to replace the nRF52840 by the STM32WB55.The STM32WB datasheet is clear about BLE capacity but i would to know if we can use it without the Bluetotth stack, with my own protocol as we do...
STM32WB55 UpdateCharacteristic size.Hello, I'm using the STM32WB55 on the NUCLEO Board.I need to change the Char_Value_Length in the same connection. For example, the first UpdateCharacteristic size = 50Byte and after change to 55 Byte.It is possibl...
hello everyone, I am currently working on a board that I designed based on the double-layer reference design of MB1874-LP. The board is almost identical to the reference design.After finishing the layout of the board, I uploaded the draft code I wrot...
Hi, I have STM32WB55RG Board and I have tried the BLE Mesh Demo. I was wondering, it is possible to set the Net and App-Key with static value? If it is possible, then how to do it?I tried on 'BLE_MeshPRFNode' project.Thanks!
Hello,The objective of the project is to develop a BLE custom server profile and I need some clarifications.The maximum number of characters AD_TYPE_COMPLETE_LOCAL_NAME_LENGTH for the complete name for advertisement is restricted to 11. Is there any ...