11 years, 1 month ago.

MBED Bluetooth Client

I need to implement one communication protocol of the Client-Server type between the MBED(Client side) and a Smartphone using a bluetooth module. The client(MBED) needs to send sensors data to smartphone and receive simple commands. How can i implement the client side? What bluetooth to use for? How can i make the link between the communication protocol(Ethernet based on TCP/IP) and the transport layer(Bluetooth) Any sugestions will be good. Thanks!

1 Answer

11 years ago.

I think you need to explain better what you want and what you already have. Do you intend to run TCP/IP (which is a transport protocol) over Bluetooth as lower layers? In that case you probably need to implement the LAP or PAN profile for Bluetooth on the MBED and make sure that it is available on your smartphone too. So what is available on your smartphone, which bluetooth module do you have, why do you mention Ethernet?