i want to see the sensor values in board terminal what should i do
You can try this after loading the mangoh software:
i have installed the imu app and it is runing but i canāt see the sensor values
You cannot just install the app as there is driver in the mangoh software
Are you using mangoh yellow board?
yes yellow board,
i have updated the firmare from mangoh board but driver i didāt know
Did you install the image here?
yes without octave spk file
Did you find any value here?
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_x_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_y_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_z_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_scale
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_x_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_y_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_z_raw
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_scale
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_scale
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_offset
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_raw
like how i have the same in my file i have not changed anything
i have puted like below in my code
file:
{
if ${LEGATO_TARGET} = wp76xx
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_x_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_y_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_z_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_accel_scale /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_x_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_y_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_z_raw /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_anglvel_scale /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_scale /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_offset /driver/
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_raw /driver/
}
}
I suggest you trying in console to ācatā the path first
sir iam new to this board
but i could not understand what u r trying to say
can explore or give an example
What did you see for ācat /sys/bus/i2c/devices/6-0068/iio:device0/in_accel_x_rawā?
sorry sir it was limit for me to message so i couldāt other day
root@swi-mdm9x28-wp:~# cat /sys/bus/i2c/devices/6-0068/iio:device0/in_accel_x_ra
w
-1685
root@swi-mdm9x28-wp:~# cat /sys/bus/i2c/devices/6-0068/iio:device0/in_accel_x_ra
w
-1670
sir i am getting like this
then the driver of sensor are working fine
didnāt you just want to sensorās value?
sir but temperature values it was showing are not correct wright
what do you see for the following?
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_scale
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_offset
/sys/bus/i2c/devices/6-0068/iio:device0/in_temp_raw
root@swi-mdm9x28-wp:~# cat /sys/bus/i2c/devices/6-0068/iio:device0/in_temp_scale
1.953125000
root@swi-mdm9x28-wp:~# cat /sys/bus/i2c/devices/6-0068/iio:device0/in_temp_offse
t
11776
root@swi-mdm9x28-wp:~# cat /sys/bus/i2c/devices/6-0068/iio:device0/in_temp_raw
4460
i am getting like this
canāt you extend the messeging times more for this forum
you can refer to imu.c, in line 160, it uses
*readingPtr = (*readingPtr + offset) * scaling / 1000;
hello sir
where i can get yocto compilation for mangoh yellow board ,wp7608,
how to build instructions and git repository link
thank you
which FW are you using for WP7608?
FW R16.1?
If yes, you can download the yocto source here:
Just extract it and type āmakeā to build the yocto image.