Hi, @hsbk1982,
I’ve connected the mBot Ranger via USB to the mBlock environment on my computer, and I’m seeing relatively stable numbers from the Z-axis (which corresponds to the heading of the robot).
The program I’m using in mBlock is essentially:
When _green flag_ clicked
Forever loop
say 3-axis gyro on board (Z-Axis) for (.25) seconds
The control that I built in the Makeblock App on Android was:
when start
repeat forever
display [read gyro on board (z) on (this)
After connecting to the mBot Ranger, this worked as I expected, with a stable reading when the robot was not moving.
I would suggest connecting the robot to your computer with the USB cable provided, and attempt to upgrade the firmware. That will often clear up any weirdness like that.
Regards,
Chuck