GitXplorerGitXplorer
B

scratch-j5

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
3fd1d92e4fd7a26a9bc0cca809986f065696504a

Updating the readme to explain the POC

BBrianGenisio committed 10 years ago
Unverified
4618abd13e444f8f552c8451ba8c86ca2a11ed74

cleaning up the interface

BBrianGenisio committed 10 years ago
Unverified
d06bee97174be49e26f10f3adc504e0ecb4fc856

commiting POC

BBrianGenisio committed 10 years ago

README

The README file for this repository.

Johnny-Five Scratch Prototype

This is a proof-of-concept that Johnny-Five will work with Scratch.

To get it to work:

  • Install the dependencies: npm install
  • Run the helper app: node lib/index.js
  • Install the Desktop (offline) version of Scratch 2.0
  • While holding SHIFT, select File -> Import Experimental HTTP Extension
  • Choose j5.s2e

You will see some servo blocks under "More Blocks". They will work to control the servos. I was able to get it working a sketch that looks like this:

screenshot

This works, but I'm not likely to take it any further. I'm looking at doing something with Blockly. Perhaps based off of Robotnik? I'm keeping this around if anyone wants to play with it.