views:

107

answers:

0

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?