Running the MeArm with Arduino and Snap (a Scratch like language).

Running the MeArm with Arduino and Snap (a Scratch like language).

To start this tutorial we'll assume you have a constructed MeArm and an Arduino compatible controller, such as the MeArm Brains Board. If not check these links:

In addition to these you're going to need:

  1. PC or Mac - with administrator access (will Raspberry Pi do? Don't know yet, let me get back to you on that!).
  2. Arduino IDE or Codebender app in Chrome.
  3. Snap4Arduino - Downloaded and Installed.
  4. USB cable - appropriate to your Arduino compatible.

Plug in your Arduino via USB and open your Arduino IDE (or Codebender). Go to

File > Examples > Firmatta > Standard Firmatta

Select your device and COM Port and upload the Standard Firmatta sketch (Arduino programmes are called sketches).

Now open Snap4Arduino. Go to the Arduino category in the top left of the program click Connect Arduino. If the sketch was uploaded correctly and your Arduino is connected via USB it should now be connected!

Now we're going to get you started by moving the Claw!
Download this example: MeArmClaw (Right click and save as) 
Import the code you've just downloaded by going to the file icon and Import (the file may be in your downloads).

With the MeArm connected you should now be able to run the code by clicking the green flag and pushing the up and down keys on your keyboard you'll be able to control the claw!!! If you go to far it will beep instead of move.

Hopefully you should be able to see the simplicity of the code that achieves this fantastically quick control method.

Check out this diagram and see if you can change the servo you're controlling to the middle servo...
 
You can copy code blocks by right clicking on them and left clicking duplicate. By changing the control key, the variable that you're changing (claw) and servo pin number (ClawPin) you can control all of the other servo motors!

Now I'm going to find out why I can't take screen grabs right now then get back to you on this tutorial. Hopefully it's got you started and wanting more! Please let me know how you get on in the comments or forums.

 

 

 

Back to blog

2 comments

2 great tools. Codebender & Snap4Arduino! I saw a comment on the MeArm site that you can’t run the servos from USB power. I"m running them just fine from USB (battery pack unplugged).

Joe Sommers

Hey guys, this is Vasilis, the CEO of codebender

First of all, great work! I love things that make Arduino programming easy

Just a note. codebender works with both Firefox and Chrome, and of course you can use Raspberry Pi (with Chrome/Chromium)

Vasilis Georgitzikis

Leave a comment

Please note, comments need to be approved before they are published.