Hi All,
I just bought my mBot Kit(Bluetooth Version). I was successfully install ‘mblocky’ app on IPAD and connected it to mBot. I was able to make mBot to move forward / backward. However, when I use ‘Obstacle Detected’ block, the mBot just go to ‘DO’ block even there’s no obstacle in front of mBot (it run backward no matter any distinct of not having obstacle in front). The ultrasonic sensor is connected as light is on. What else should I do to solve this issue?
My program is below.
When Go
if – obstacle detected
do – run ‘backward’ at speed '100’
wait ‘1’ s
else – run ‘forward’ at speed ‘100’