STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I want to configure B-L072Z-LRWAN1 Board-1 to transmit data through USB device(CDC) and another board-2 to receive data through LoRa, if board-2 after receiving data, if it send some data then board-1(which is connected to PC) have to receive it.

Between Board 1 and Board 2 data exchange should be done through LoRa and data exchange between Board 1 and PC should be through USB. It would be very helpful if someone help with this.

Resolved! STM32WB55 Jump to bootloader problem in P2pClient project

HiI have a strange problem with my p-nucleo board(MB1355C)Using the example as reference DFU_Standalone (STM32Cube_FW_WB_V1.12.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\USB_Device\DFU_Standalone)I am able to jump to bootloader and perform DFU upda...

0693W00000Y6qjaQAB.png
TGUCL.1 by Associate III
  • 449 Views
  • 1 replies
  • 0 kudos

STM32WB55(BLE) My board is server, USB dongle is client. I collect data from ADS1299 through P2P BLE.However, the data often wraps, and the starting data is after a few digits.

The beginning of my data is 0xc0 0x00 0x00. I notify every 15 bytes of data on the server side, and I also receive 15 bytes of data on the client side. Then I wrap and start from scratch. The beginning of each line of data I input through the USB don...

0693W00000Sv0pAQAR.jpg
Lep by Senior
  • 342 Views
  • 4 replies
  • 0 kudos

CCID / STM32WBXX Example

Hi, I try to implement an USB CCID device on an STM32WB55 MCU and the stm32_mw_usb_device release V2.11. I do not find any documentation about how to use this implementation... Today, I created an USB peripheral that is recognised by Windows as CCID ...

RJARC.1 by Associate II
  • 591 Views
  • 2 replies
  • 0 kudos

I used STM32WB55RGV6 to make a board (BLE server), the USB dongle is used as (BLE client), and then the USB dongle is output to the computer through the serial port.

I used STM32WB55RGV6 to make a board (BLE server), the USB dongle is used as (BLE client), and then the USB dongle is output to the computer through the serial port. I need to further organize and categorize this data, and then display it as a real-t...

Lep by Senior
  • 177 Views
  • 0 replies
  • 0 kudos

STM32WB55RGV6(P2P communication), I use stm32wb55 to transfer the data collected by ads1299 to USB dongle。(my board is server, usb dongle is client),it's failled.

Determine whether the data is ready by judging the edge of the DRDY pin of ads1299, but there is no signal. When I use the virtual timer to repeat the notification, there is data, but because it is not synchronized with the ADS1299, the data is not c...

Lep by Senior
  • 252 Views
  • 2 replies
  • 0 kudos