Skip to content

BlocklyDuino is a web-based visual programming editor for arduino.

Notifications You must be signed in to change notification settings

seco/BlocklyDuino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Codebender's BlocklyDuino

BlocklyDuino is a web-based visual programming editor for Arduino.

BlocklyDuino is based on Blockly, the web-based, graphical programming editor. Provide static type language blocks and code generators for arduino programming.

BlocklyDuino also support Grove blocks to easily get started with microcontroller-based experimentation and learning.

We also have Google+ Page.

Features

  • Programming Arduino with visually drag and drop code blocks
  • Generate fully compatible Arduino source code
  • Interacive Arduino board with 10+ predefined Grove sensor blocks
  • Load different on-site examples with url parameters

Demo

BlocklyDuino is a web tool. You can give it a try at Web to see the working BlocklyDuino.

You can link directly to examples

Or watch the video demo

Run locally on your web browser

If you want to install it locally. Get code from github and open blockly/demos/blocklyduino/index.html in your browser.

The preffered way is to put the BlocklyDuino/web folder into a web server and open the url like localhost/public/blockly/demos/blocklyduino/index.html for use.

Usage (3 Steps)

  1. Open browser to BlocklyDuino, Drag and Drop blocks to make arduino program.
  2. Select 'Arduino' tab to copy source code to Arduino IDE
  3. press 'upload' button to burn the code into arduino

ChangeLog

Check changelog here

Authors and Contributors

Fred Lin (@gasolin) .

Thanks Neil Fraser, Q.Neutron from Blockly http://code.google.com/p/blockly/ Thanks Arduino and Seeeduino guys for Arduino and Grove blocks. Not sure if we should thank John Hohm and Kyle Oliveira yet. The project is also inspired by arduiblock and modkit

License

Copyright (C) 2012~2014 Fred Lin gasolin+blockly@gmail.com

  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License.
  • You may obtain a copy of the License at
  • http://www.apache.org/licenses/LICENSE-2.0

About

BlocklyDuino is a web-based visual programming editor for arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 7.4%
  • PHP 1.4%
  • CSS 1.1%
  • Python 0.7%
  • Shell 0.3%
  • Nginx 0.1%