Skip to main content
Associate II
November 16, 2023
Question

stm32wb55

  • November 16, 2023
  • 11 replies
  • 3568 views

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

This topic has been closed for replies.

11 replies

STTwo-32
ST Technical Moderator
November 16, 2023

Hello @vijay3 and welcome to the ST Community :smiling_face_with_smiling_eyes:.

For your case, I think is going to be easier if you start uploading the "BLE_p2pClient" example on a board and the "BLE_p2pServer" on the other. Than you can modify the codes to create your personal application.

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.
vijay3Author
Associate II
November 17, 2023

is it not possible with data throughput example..?

vijay3Author
Associate II
November 17, 2023

i have gone through with p2p server and one is p2p client  both are not connecting

jumman_JHINGA
Senior III
November 17, 2023

hi @vijay3 

With USB also you could be able to communicate between client and server.

vijay3Author
Associate II
November 17, 2023

hi sir  

i want data streming with high speed ,is it possible with usb example sir?

 

 

jumman_JHINGA
Senior III
November 17, 2023

USB supports 12Mbits/sec speed 

jumman_JHINGA
Senior III
November 17, 2023

There are many examples available related to USB , with that if you'll  do some R&D definatly it will work. 

vijay3Author
Associate II
November 17, 2023

is there any example that you have done stm32wb55 as a server and client and send data via ble please send me sir 

jumman_JHINGA
Senior III
November 17, 2023

https://wiki.st.com/stm32mcu/wiki/Introduction_to_USB_with_STM32  this link will helpe you to understand  how to use USB in the programing.

https://controllerstech.com/send-and-receive-data-to-pc-without-uart-stm32-usb-com/  this link will helpe you how to send and recivie data through USB.

now based on this you have to  make your own code in which you can define how server and clients will act when data is getting recivied and transmitted.

vijay3Author
Associate II
November 17, 2023

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