sensebox / ardublockly

[DEPRECATED] Visual programming for the senseBox with Arduino Uno. Based on blockly, extends Arduino code generation and implements senseBox facilities.
https://sensebox.github.io/blockly/
Apache License 2.0
2 stars 3 forks source link

Ardublockly

Ardublockly is a visual programming editor for Arduino. It is based on Google's Blockly, which has been forked to generate Arduino code. It's made by carlosperate (https://github.com/carlosperate). We've added blocks for the senseBox:edu (www.sensebox.de/https://sensebox.de/de/productsand) and did a german translation.

The ArdublocklyServer Python package initialises a local server to be able to compile and load the Arduino code using the Arduino IDE.

This is all packaged in a self contained executable desktop application for Windows, Mac OS X, and Linux.

Ardublockly desktop program screenshot

Features

Ardublockly is still under development and a few features are not yet implemented. Always see the issues section in this repository or in the main repository by and also in the main repository Ardublockly by carlosperate.

Currently tested under Windows with Python 2.7 and 3.4 and in Linux and MacOS X with Python 2.7.

"Core version" (Python server only)

If you prefer, the core software can be used by running only the Python server, which loads the web interface on your local browser (Chrome recommended).

Full installation instructions for this version can be found in this Github repository Wiki.

The quick version: Clone this repository, initialise all submodules, and execute:

python start.py

This will work on Windows, Linux (including ARM) and Mac OS X, with Python >2.7 or >3.4

Running

  1. Install Ardublockly.
  2. Install the Arduino IDE version 1.6.x or higher (latest version is always recommended).
  3. The quick version: Clone this repository, initialise all submodules, and execute:
    python start.py
  4. Configure Ardublockly to locate the Arduino IDE following these instructions.

Building packaged executables

It is possible to package ardublockly, so no external dependencies (eg python, a browser) are required. The build steps as described here are implemented in the scripts build_fullpackage.sh (linux, macos) & build_fullpackage.bat (windows). These scripts require python and npm to be installed and in the $PATH.

To run, doubleclick the script or run ./build_fullpackage.sh in the projects root directory. The resulting zip-package will reside in ./releases. It is only possible to build for the current platform, so no windows-builds on linux.. :^/

Credit

Thanks to carlosperate who used build the fantanstic interface inspired by BlocklyDuino.

This project has been inspired by BlocklyDuino.

Blockly original source is Copyright of Google Inc. https://developers.google.com/blockly/. A list of changes to the Blockly fork can be found in the Blockly subdirectory README file.

License

See original Version by carlosperate or in the LICENSE file.

Unless stated otherwise, the source code of this projects is licensed under the Apache License, Version 2.0 (the "License"); you may not use any of the licensed files within this project except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.