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
  • 1633 Views
  • 0 replies
  • 2 kudos

stm32wb55 stack fota through external flash

Hi,I have custom board, with stm32wb55REV6 (512kb), and external flash of 1mb, I have large user app (about 72 sectors), so there is no enough extra space in the internal flash to hold the bin stack fw in it in order to call SHCI_C2_FUS_FwUpgrade(0,0...

nasrat87 by Associate
  • 439 Views
  • 0 replies
  • 1 kudos

ERROR : ERR_THREAD_CHECK_WIRELESS

get an error when debugging the example application:STM32Cube_FW_WB_V1.17.2/Projects/P-NUCLEO-WB55.Nucleo/Applications/Thread/Thread_Coap_Genericerror:[M4 APPLICATION] **********************************************************[M4 APPLICATION] WIRELES...

jfc54 by Associate
  • 745 Views
  • 1 replies
  • 0 kudos

GSM AT Command response

Hi I am sending a AT command through USART2 -char CGSN[] = "AT+CGSN\r\n";HAL_UART_Transmit(&huart2,(uint8_t *)CGSN, sizeof(CGSN),100);HAL_Delay(500);  HAL_UART_Receive_IT(&huart2,(uint8_t *)&ch,1);I am receiving ch in callback and storing each byte ...

KPeri by Associate II
  • 1081 Views
  • 3 replies
  • 0 kudos

LoRaWAN_End_Node (Uplinks - STM32WL55JC)

Hi,I am developing a LoRaWAN project using the ST code (LoRaWAN_End_Node). int main(void){HAL_Init();SystemClock_Config();MX_LoRaWAN_Init();MX_GPIO_Init();MX_I2C1_Init();MX_TIM16_Init();HAL_TIM_Base_Start_IT(&htim16);while (1){MX_LoRaWAN_Process();}I...

STM32WB BLE performance with sequencer, android

We're working with the STM32WB developer board and we've encountered "slow BLE writes" with android.While trying to make our BLE writes faster, we determined that if we remove the "GATT_NOTIFY_WRITE_REQ_AND_WAIT_FOR_APPL_RESP | GATT_NOTIFY_READ_REQ_A...

FwPro by Associate
  • 975 Views
  • 2 replies
  • 0 kudos