Skip to main content
Associate II
September 24, 2024
Solved

how to broadcast 15 byte data with ble

  • September 24, 2024
  • 2 replies
  • 1748 views

I want to create a program on stm32wb55 where the program broadcasts with a 15 byte payload containing the stm mac address, 4 bytes of data & 5 bytes of data
I have successfully done it on ESP32 and it can be scanned by a scanner

 

Aboyh_1-1727170220085.png

esp32 broadcaster

Aboyh_2-1727170288220.png

Scan with nrf connect

I want to do it on STM32 too, with the BLE_Beacon example program and choose type beacon 

#define CFG_BEACON_TYPE (CFG_EDDYSTONE_UID_BEACON_TYPE)

 


but I don't understand how.. can you help me to produce the same payload as the one I created on ESP32?

Aboyh_3-1727170363221.png

BLE_Beacon


Best answer by STTwo-32

Hello @Aboyh 

I suggest you take a look at the PM0271. It should be really helpful on your case. Else, could you provide more details.

Best Regards.

STTwo-32

2 replies

AboyhAuthor
Associate II
September 27, 2024

@STTwo-32 can you help me sir?

STTwo-32
STTwo-32Best answer
Technical Moderator
October 18, 2024

Hello @Aboyh 

I suggest you take a look at the PM0271. It should be really helpful on your case. Else, could you provide more details.

Best Regards.

STTwo-32