About the mBlock category


#1

Feel free to share any thought, idea or ask questions about mBlock, a programming software designed for STEAM education!

We are all here to help!


#2

Good Aftternoon, my name is Pedro, I’m from Venezuela and I’m improving my english jajajajaja.
I bougth a starter robot kit IR VERSION. I play with the robot and the code then I erased accidentally the initial program code.
Now I am trying to reprogram but I have a problem with the signal recognition from the “Me Infrared Receiver Decode”, I don’t know how to create a program that recognize the IR signal. I use mBot.

Please
Help Me.
Thank You


#3

See this thread about resetting the default program if you want it again.


if you are trying the recognize the IR from the remote then there are scratch boolean blocks in the robot section (mBot selected extension)
the one for the IR remote is <IR Remote [A .] pressed> use that in an if block and put what you want to happen in there.
The arduino code for the A button is

void setup(){
    ir.begin();
    if(ir.keyPressed(69)){
       #stuff goes here
    }

}

#4

I have problem with connecting my mbot from pic to mbot. I can not update firmware. I don’t see port 28. [quote=“indream, post:1, topic:786, full:true”]
[Replace this first paragraph with a short description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you edit this text or create topics, this category won’t appear on the categories page.]

Use the following paragraphs for a longer description, as well as to establish any category guidelines or rules.

Some things to consider in any discussion replies below:

  • What is this category for? Why should people select this category for their topic?

  • How is this different than the other categories we already have?

  • Do we need this category?
    Connecting pc and mbot problem

  • Should we merge this with another category, or split it into more categories?

[/quote]