Enrich Demo Modes with Faceplate interactions


#1

Hello,

is there a way to integrate the faceplate in the demo program ? It would be great to have all the default modes working and be able to enrich them with faceplate interactions.

Examples:

  • show different face while driving
  • show dynamic values on faceplate like the distance from wall in avoidance mode

Thanks


#2

I think what we all want is the demo program in scratch source so we can modify. Makeblock are you listening?


#3

I build one I will upload it in my dropbox folder.
If you push “E” on the remote the faceplate will be activate and write somthing!

Admiral Aaron Ravensdale

have fun!


#4

Sounds great, will test this later!


#5

Very cool, I’ll try this tonight. I was really hoping to have the scratch code for the demo since the younger programmers would benefit more from using that code versus arduino cpp. I’ve posted some scratch fragments to do a few interesting things that can be incorporated in other programs here http://forum.makeblock.cc/t/led-faceplate-install-instructions/1426/10
I wonder if we can collectively work out a version of the demo in scratch.
We would need to make the A, B, and C programs.


#6

Hi,
I use the latest firmware reset version and add functions to “D” and “E”!
D is currently only a copy of A but I will add there a improved obstacle function.
If you press E the faceplate will write a message. Please take care that the face plate is connect to port 4!!!
Open the .ino and upload it to the bot with Arduino all changes are made in this .ino file…

Admiral Aaron Ravensdale


#7

here is a thread on my efforts to make a scratch default program clone: http://forum.makeblock.cc/t/source-code-for-the-default-program/1526/2


#8