controlling bluetooth connection in matlab

Posted by Mehreen Shahid on Stack Overflow See other posts from Stack Overflow or by Mehreen Shahid
Published on 2010-06-05T13:49:42Z Indexed on 2010/06/05 13:52 UTC
Read the original article Hit count: 249

Filed under:
|
|
|
|

we have a project in which we have to pick randomly generated numbers from a remote device, say mobile. there is a simple java application to generate numbers.

next, we have to recieve those numbers in our matlab program via bluetooth connection with the device. assuming those numbers are temperature readings, we want to recieve a new number after every 10 sec and display the number on our matlab GUI program.

the problem is do we implement bluetooth protocol through our programming? or use the matlab templates? because otherwise whenever we want to transfer file from a mobile to computer, we have to manually click "recieve a file" in blutooth wizard , just like we normally do to transfer a file.

we want to enable the connection once, and then recieve text files after every 10 seconds to be read in our matlab program.

can anyone please tell is it even possible in matlab? if yes, how do we establish such an automatic real time connection?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about time