I am having trouble getting reading from any of the sensors on the Mbot, the light and ultrasonic anyway. Thought I do not know what values I should expect from these either - so it may be my logic is incorrect.
Is there a way i can view the realtime reading of teh connected sensors
Mbot sensor values, view live?
Matt_Faust
#1
Vexatus
#2
Hi,
If you’re programming in scratch, then assign a value to a variable. You can see the variable values in the stage window. If you put the value assignment in a endless loop - you’ll get a sort of real time preview.
In case of a light sensor - there seem to be a problem though:
Good luck