How to make interface of Arduino in MAKEBLOCK?


#1

I compiled the code of mblock successfully. i m a new leaner so i want to know which firmware or which process we can use to access arduino in mblock??? what are the main files for arduino… is there any related forum or link available ? please recommend me.


#2

Not quite clear about your question.

mBlock supports Arduino by default. The menu item Connect/Update Firmware will upload a firmware if you want to control your board in the Scratch Mode (means using Arduino with Scratch Sprites).

the Arduino Mode (under Edit/Arduino Mode) will generate Arduino code and upload it into Arduino Boards. You don’t need to do anything about firmware or other files.


#3

@bigeyex you got us correctly we know about this which you explained but we are compiling code and we want to know where are these firmware files kept in the src folder .


#4

Ah, Sorry I missed your meaning by “compiling”. It’s in the /src/ext/libraries/arduino folder in the source, and there’s a little trick - open mBlock, select Extensions / Manage Extensions, and select Installed, then you’ll see the “view source” link beside any product.

Good luck with hacking.


#5