All Projects → BlocklyDuino → Blocklyduino

BlocklyDuino / Blocklyduino

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Blocklyduino

Webduino Blockly
📦 The Visual Programming Editor for Webduino
Stars: ✭ 125 (-76.24%)
Mutual labels:  arduino, blockly
Blockly At Rduino
[email protected] : Blockly remix for Arduino. Totally new version, enhanced one !
Stars: ✭ 96 (-81.75%)
Mutual labels:  arduino, blockly
Openfpgaduino
All open source file and project for OpenFPGAduino project
Stars: ✭ 137 (-73.95%)
Mutual labels:  arduino, blockly
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (-80.99%)
Mutual labels:  arduino, blockly
Ardublockly
Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
Stars: ✭ 363 (-30.99%)
Mutual labels:  arduino, blockly
Onebutton
An Arduino library for using a single button for multiple purpose input.
Stars: ✭ 418 (-20.53%)
Mutual labels:  arduino
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (-9.7%)
Mutual labels:  arduino
Mightycore
Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Stars: ✭ 413 (-21.48%)
Mutual labels:  arduino
Deauthdetector
Detect deauthentication frames using an ESP8266
Stars: ✭ 406 (-22.81%)
Mutual labels:  arduino
Arduinomenu
Arduino generic menu/interactivity system
Stars: ✭ 520 (-1.14%)
Mutual labels:  arduino
Bare Arduino Project
Start your Arduino projects right out of the box
Stars: ✭ 505 (-3.99%)
Mutual labels:  arduino
Sensors Software
sourcecode for reading sensor data
Stars: ✭ 469 (-10.84%)
Mutual labels:  arduino
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (-19.2%)
Mutual labels:  arduino
Wifimanager
ESP8266 WiFi Connection manager with web captive portal
Stars: ✭ 4,909 (+833.27%)
Mutual labels:  arduino
Arduino Builder
A command line tool for compiling Arduino sketches
Stars: ✭ 417 (-20.72%)
Mutual labels:  arduino
Neogps
NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
Stars: ✭ 507 (-3.61%)
Mutual labels:  arduino
Rx5808 Pro Diversity
DIY project to create your own 5.8ghz FPV diversity basestation - based off the rx5808 receiver module. Project includes basic Arduino Nano implementation to advanced custom PCB board and introduction to digital switches 4066 chip.
Stars: ✭ 412 (-21.67%)
Mutual labels:  arduino
Remotedebug
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Stars: ✭ 467 (-11.22%)
Mutual labels:  arduino
Esp Mqtt Json Digital Leds
(OBSOLETE) ESP8266 MQTT JSON Digital LEDs for Home Assistant
Stars: ✭ 503 (-4.37%)
Mutual labels:  arduino
Uspeech
Speech recognition toolkit for the arduino
Stars: ✭ 448 (-14.83%)
Mutual labels:  arduino

Welcome to 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.

Features

  • Programming Arduino with visually drag and drop code blocks
  • Generate fully compatible Arduino source code
  • Interactive 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

  • demo 1 make default LED blink
  • demo 2 control servo with potentio rotator
  • demo 3 click button to change LED colors

Or watch the video demos

Run locally on your web browser

If you want to install it locally. Get code from github and open blockly/apps/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/apps/blocklyduino/index.html for use.

Integrated Arduino upload

To avoid the tedious step of manually pasting code to the Arduino IDE, you can run a mini webserver that uses the Arduino IDE to upload the code to a connected Arduino board on Windows, Mac OS X and Linux systems. Invoke this command from the BlocklyDuino root folder:

python arduino_web_server.py 

You can optionally specify the port with --port=COM3 (or --port=/dev/tty.foo on Linux and Mac); if you don't, it will try and guess which port to use.

When the webserver is running, you can access BlocklyDuino itself on http://127.0.0.1:8080/.

Usage

  1. Open browser to BlocklyDuino, drag and drop blocks to make an Arduino program
  2. Select the Arduino tab and copy all of the source code into an existing or new project in the Arduino IDE
  3. Press the Upload button in the Arduino IDE to burn the code into a connected Arduino board

OR (if running arduino_web_server.py):

  1. Open browser to BlocklyDuino, drag and drop blocks to make an Arduino program.
  2. Select the Arduino tab and press the Upload button. (press the Reset button to upload an empty program)

In GNU/Linux OS (i.e. Ubuntu 18.04x64)

  1. Open one terminal, go the BlocklyDuino path and run:
    python arduino_web_server.py --port=/dev/ttyUSB0
  2. Open a new terminal and run:
    firefox http://127.0.0.1:8080/
  3. Once BlocklyDuino is open in the browser, drag and drop blocks to make an Arduino program or load an example by clicking on LoadXML (e.g. /blocky/apps/blockyduino/examples/blink.xml or other in the same path)
  4. Press Upload and wait until you see Program uploaded ok and press OK!
  5. Close terminals with Ctrl+c or Ctrl+d

ChangeLog

Check changelog here

Authors and Contributors

Fred Lin (@gasolin).

Thanks Neil Fraser, Q.Neutron from Blockly https://developers.google.com/blockly/ Thanks Dale Low (gumbypp) for contribute the python server to pipe BlocklyDuino source to arduino board. Thanks Arduino and Seeeduino guys for Arduino and Grove blocks.

The project is also inspired by arduiblock and modkit

License

Copyright (C) 2012~2015 Fred Lin [email protected]

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].