New mBot LED Matrix not working


#21

In the sensing command group there is a value block for (current [minute]) that can be used in the clock mode of the led display


#22

@danjger: Did you try that out (upload to the mBot) or do you assume this might work?

I actually tried exactly that some weeks ago, and got a compile time error, saying that this feature is not supported.
I found it pretty plausible, since I suppose/understand the mBot doesnā€™t have a RTC.

Maybe you have a different mBlock version (I have 2.1.5-0616 for Mac) or your parameters are different?
Can you check this?


#23

2.1.5.06.16.001
I got it to show the correct time in the display but using the scratch over bluetooth method, not by downloading the arduino code but I will try that later when I can.
Now I have to make a custom mount since I am NOT taking off the ultrasonic sensor.
I suppose the time I got was from the PC so when I do the download Iā€™ll see of those blocks really do provide the time that way.


#24

I found that the LED matrix will fit quite nicely between the two I/O RJ blocks. Meant I didnā€™t have to remove the ultrasonic sensor


#26

It is the arduino version that needs updating. I just got 1.6.5 (with mBlock 2.2.0)
https://www.arduino.cc/en/Main/Software
my led matrix code compiles great now.


#27

Had the same issue. Could only use show Time but nothing else. Resolved by shutting off robot and mbot software. Then connect USB cable to robot. Start software and robot.

Then choose connect serial port, com 3 (take the highest if you have several), then click Connect and Upgrade firm ware. Done. Screen now works with everything.


#28

Are there a maximum amount of characters you can scroll? I would think not but I seem to get limited when I enter more than ā€œHi mBotersā€ in the showface command. I have tried increasing the x_pos variable from 24 and also the repeat until x_pos command. Sorry if I donā€™t quite understand the code. Thanks, Tom


#29

So I was playing with the ideea of using mbot to make a more functional nightlight for my kid. I used the LED matrix to display a clock face and whipped up some scratch code to make it work like a clock. Unfortunately thereā€™s no way to save the state or to keep the clock running when the mbot is off, so I set it up so that itā€™s easy to reset the time using the included IR remote. It does the job alright, though it could be better. :wink:
Hereā€™s the code:

Of course, make sure your clock code lines up with your LED port.


#30