mBot doesn't work after mBlock upload


#1

When I clicked upload & uploaded a block of code to Mbot with Mblock 5 it stopped working besides doing the code I gave it. When it tries to play any sounds it cuts it off as soon as i begins(Unless it’s a part of the code I made), the IR controller buttons does nothing & the button on the mBot does nothing either.
I tried resetting & updating firmware but it still acts like this.


#2

When you upload a program to the mBot (or any other microcontroller board) it overwrites anything else that was there and only executes your code. There is no general purpose operating system so to restore the factory functions you would need to essentially reload the default program. :slight_smile:


#3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.