Borrar filtros
Borrar filtros

I need help to export data from hc_06 for plotting my sensor datas

2 visualizaciones (últimos 30 días)
ALI TURGUT
ALI TURGUT el 13 de En. de 2024
Editada: Ayush Modi el 17 de En. de 2024
I have two sensors they send my bluetooth module 3 datas:
redValues/irValues/acceleration
int32_t/int32_t/float
Those are the data types and names.
I had problems with reading the data on matlab (I'm an unexperienced user).

Respuestas (1)

Ayush Modi
Ayush Modi el 13 de En. de 2024
Hi Ali,
I am assuming you are using "bluetooth" function to create bluetooth device object. You can read the data sent to the bluetooth device object using "read" or "readline" function. Here is an example to demonstrate how you can achieve this:
readline(device)
read(device,1,"uint16")
Please refer to the following MathWorks documentation for more information on:
I hope this helps!
  2 comentarios
ALI TURGUT
ALI TURGUT el 14 de En. de 2024
Yes I am using readline like this but i need to store 3 datas separately.
Since my device send data continuously I am having problems.
Also i need to make some adjustment on data before plotting, so i need to store them accordingly.
Ayush Modi
Ayush Modi el 17 de En. de 2024
Editada: Ayush Modi el 17 de En. de 2024
I am assuming that the data is sent in a fixed format. You can use "NumBytesAvailable" property of the bluetooth object to check the size of the data which is available before reading the data. Once a complete packet is available, you can use "readline" or "read" function.

Iniciar sesión para comentar.

Categorías

Más información sobre Coexistence Modeling en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by