Hi, I tried to program my mBot with mblock using the instructions for intercept the pressure on remote controller keys, but it don’t worked properly.
I say that the IR controller works fine with the mBot A program and my mBot receive the ir signal and it moves in automatic mode.
But when in the mblock program I try to use the instruction IF “ir remote … pressed” in code, the message is apparently not received or processed by program mblock on mBot, so my mBot moves with the key pressure (movement for keys up, down, left, right etc…) but only in automatic/default program (that is the mBot executes the movement on the key pressure, during the mblock program execution, but it don’t execute other instructions into the code block "IF <ir remote … pressed> then ").
I try also to upload the program into arduino CPU via USB, but it don’t work also.
It seems that the automatic remote control program takes over the code instruction flow on mblock program.
What can I do or try to solve this problem?
Thanks
Camillo