Skip to content

HuayraLinux/HuayraDuino-LR

Repository files navigation

HuayraDuino LR (La Rioja)

HuayraDuino es un entorno de programación visual para Arduino. Está basado en Blockly, con modificaciones para poder generar código Arduino.

Características

  • Genera código Arduino visualmente arrastrando y soltando bloques.
  • Permite subir el programa a una placa Arduino.
  • Es compatible con una gran cantidad de placas Arduino originales.

shot1

Clonando el repositorio

Importante: algunos submódulos requieren ser inicializados, por ello la forma correcta de clonar el repo es:

git clone https://github.com/HuayraLinux/HuayraDuino-LR.git
cd HuayraDuino-LR
git submodule update --init --recursive

Instalación

La aplicación corre en forma independiente y puede ser ejecutada con:

$ huayra-duino.sh

Necesitás tener instalada la Arduino IDE version 1.6.x o superior.

Compilación del Servidor

Para construir el servidor que se comunica con Arduino IDE utilizar python package/build_pyinstaller.py segun se explica en Readme build packages

Créditos

Este proyecto está basado en BlocklyDuino y Blockly (copyright of Google Inc.) https://developers.google.com/blockly/. y es un fork de Ardublocky de Carlos Perate https://github.com/carlosperate/

Licencias

Copyright (c) 2016 carlosperate https://github.com/carlosperate/

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.

The full document can be found in the LICENSE file.

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.