cancel
Showing results for 
Search instead for 
Did you mean: 

how to broadcast 15 byte data with ble

Aboyh
Associate II

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


1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Aboyh
Associate II

@STTwo-32 can you help me sir?

STTwo-32
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.