STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

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...

Ouadi by ST Employee
  • 1648 Views
  • 0 replies
  • 2 kudos

I can't seem to get the Sgfx_ModemAT working

Hello,I'm working on a product that integrates Murata's CMWX1ZZABZ-078 to do either LoRa or Sigfox (in different configurations, with different firmwares). I've tested it with ST-provided example applications for LoRa (AT_Slave and PingPong), and it ...

AMart.14 by Associate II
  • 846 Views
  • 3 replies
  • 0 kudos

STM32F0 connected with Hc 06, do not recive the data

I've been trying to make connection with STM32F0 Discovery and hc-06 bluetooth module via USART2. I've configured Discovery as shown on figure below. Additionally there is an nvic interruption. Hc-06 is configured the same way as Discovery.uint8_t bl...

0690X00000BvdZXQAZ.jpg
MMaj.1 by Associate II
  • 1947 Views
  • 4 replies
  • 0 kudos

Resolved! non-const pointers as ACI commands' arguments

I wonder why are all ACI commands, that imply using pointer-to-const parameters actually use non-const ones? Is there any reason? Will it ever be fixed?For example:tBleStatus aci_gatt_add_service(uint8_t Service_UUID_Type, ...

Stecklo by Senior
  • 801 Views
  • 3 replies
  • 0 kudos

B-L072Z-LRWAN1, STM32CubeExpansion_LRWAN_V1.3.1, End Node application: 50% packet transmission failure to gateway

I am running the above mentioned board about 3 meters away from two gateways, a TTIG and a RAK7258. I made two modifications to the stock End Node application - I modified Commissioning.h with the EUI, etc. for one of the gateways (have tried both)...

JHCarter by Associate II
  • 539 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WB50 Errata

We were planning to replace our STM32WB55 design with an STM32WB50CG, unfortunately we saw the errata document DM00625356.In particular we need to operate with LSI2 for the Bluetooth and cannot add an LSE crystal.When will there be a silicon revision...

Resolved! OTA linker script error in CubeWB 1.3.0 examples?

In the linker scripts for BLE_p2pServer_ota in CubeWB1.3.0, the ld script puts the OTA_TAG at 0x08007178:/* Specify the memory areas */ MEMORY { FLASH (rx) : ORIGIN = 0x08007000, LENGTH = 1k RAM1 (xrw) : ORIGIN = 0x200...