Bluetooth Module in Matlab
Afficher commentaires plus anciens
I am working on a Matlab project in which I will capture an image using my webcam and I need to send the captured image to my mobile over Bluetooth. so far I have figured out how to connect to my mobile with Bluetooth but not able to send the captured image.
Can you please help me out.
Réponses (1)
Walter Roberson
le 18 Août 2020
0 votes
https://www.mathworks.com/help/instrument/bluetooth-communication.html
create the object, fopen it, fwrite data.
The controller will be responsible for bundling the data into packets with appropriate headers and error detection or correction. The controllers will handle packet retransmit as needed.
2 commentaires
Niranjan S Pattanshetti
le 18 Août 2020
Walter Roberson
le 18 Août 2020
Modifié(e) : Walter Roberson
le 18 Août 2020
Why are you fclose/fopen? You can determine the size of your variable and configure the buffer before you fopen the first time.
It is unlikely that your image from the webcam is int8.
Catégories
En savoir plus sur Bluetooth Communication dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!