2024-09-24 02:34 AM
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
esp32 broadcaster
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?
BLE_Beacon
Solved! Go to Solution.
2024-10-18 07:23 AM
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.
2024-09-26 09:05 PM
@STTwo-32 can you help me sir?
2024-10-18 07:23 AM
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.