2023-11-16 01:40 AM
hi all,
i am using stm32wb55 for my project ,i was setup one stm32wb55 as client and another stm32wb55 as a server both boards are connected via ble using data throughput example can anyone please help me how to code to send some data (ex:hi ) from client to server
thanks in advance
2023-11-16 10:03 PM
thanks for your support and for your great time sir
sir here i want to transfer the data via ble can you please send me the example with ble that would be very help for me
2023-11-16 11:55 PM
The BLE_DataThroughput example is used for data throughput via notification from server to client using BLE component Not for a P2P communication project.
For your application, I suggest you use the "BLE_p2pClient_Ext" and "BLE_p2pServer_Ext".
PS: don't forget to take a look on the readme files of each project.
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.