{"id":15626180,"url":"https://github.com/carlosperate/ardublockly","last_synced_at":"2025-04-12T14:57:42.031Z","repository":{"id":19000912,"uuid":"22223166","full_name":"carlosperate/ardublockly","owner":"carlosperate","description":"Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.","archived":false,"fork":false,"pushed_at":"2024-05-27T22:23:51.000Z","size":65632,"stargazers_count":467,"open_issues_count":123,"forks_count":278,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-04-12T14:57:25.336Z","etag":null,"topics":["arduino","arduino-ide","block","blockly","desktop-app","desktop-application","visual-programming","visual-programming-language"],"latest_commit_sha":null,"homepage":"http://ardublockly.embeddedlog.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlosperate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-24T17:37:47.000Z","updated_at":"2025-04-11T18:09:35.000Z","dependencies_parsed_at":"2024-10-22T22:55:35.526Z","dependency_job_id":null,"html_url":"https://github.com/carlosperate/ardublockly","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosperate%2Fardublockly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosperate%2Fardublockly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosperate%2Fardublockly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosperate%2Fardublockly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlosperate","download_url":"https://codeload.github.com/carlosperate/ardublockly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586249,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","arduino-ide","block","blockly","desktop-app","desktop-application","visual-programming","visual-programming-language"],"created_at":"2024-10-03T10:11:11.732Z","updated_at":"2025-04-12T14:57:42.002Z","avatar_url":"https://github.com/carlosperate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ardublockly\nArdublockly is a visual programming editor for Arduino. It is based on Google's [Blockly][1], which has been forked to generate [Arduino][15] code.\n\nThe `ArdublocklyServer` Python package initialises a local server to be able to compile and load the Arduino code using the [Arduino IDE][2].\n\nThis is all packaged in a self contained executable desktop application for Windows, Mac OS X, and Linux.\n\n![Ardublockly desktop program screenshot][desktop_screeshot]\n\n\n## Features\n* Generates Arduino code with visual drag-and-drop blocks\n* Uploads the code to an Arduino Board\n* Useful \"code block warnings\"\n* Compatible with a wide range of official Arduino Boards\n* Works on Windows / Linux / Mac OS X\n\nArdublockly is still under development and a few features are not yet implemented. A to-do list can be found in the [TODO.md][3] file.\n\nCurrently tested under Windows with Python 2.7 and 3.4 and in Linux and MacOS X with Python 2.7.\n\n\n## Cloning the repository\nPlease note that there are submodules in the repository that need initialisation. So, to correctly clone the Ardublockly repository:\n\n```\ngit clone https://github.com/carlosperate/ardublockly.git\ncd ardublockly\ngit submodule update --init --recursive\n```\n\n\n## Installing\nThe desktop application is available for Windows/Mac/Linux and runs as a stand-alone executable that can be downloaded from the [Ardublockly repository releases page][4].\n\nYou will also need the [Arduino IDE version 1.6.x or higher][2].\n\n#### Development builds\nYou can also test __UNSTABLE__ development builds automatically generated every time an update is added to the GitHub repository:\n\n| Linux build         | Windows build       | Mac OS X build       |\n|:-------------------:|:-------------------:|:--------------------:|\n| [![Linux Build Status](https://circleci.com/gh/carlosperate/ardublockly/tree/master.svg?style=svg)](https://circleci.com/gh/carlosperate/ardublockly/tree/master) | [![Windows Build status](https://ci.appveyor.com/api/projects/status/t877g920hdiifc2i?svg=true)](https://ci.appveyor.com/project/carlosperate/ardublockly) | [![Mac Build Status](https://travis-ci.org/carlosperate/ardublockly.svg?branch=master)](https://travis-ci.org/carlosperate/ardublockly) |\n| [Download Link][12] | [Download Link][13] | [Download Link][14]  |\n\n#### \"Core version\" (Python server only)\nIf 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).\n\nFull installation instructions for this version can be found in [this Github repository Wiki][5].\n\nThe quick version: Clone this repository, initialise all submodules, and execute:\n\n```\npython start.py\n```\n\nThis will work on Windows, Linux (including ARM) and Mac OS X, with Python \u003e2.7 or \u003e3.4\n\n\n## Running\n1. [Install Ardublockly][5].\n2. Install the [Arduino IDE][2] version 1.6.x or higher (latest version is always recommended).\n3. Run Ardublockly as defined in your installation method.\n3. Configure Ardublockly to locate the Arduino IDE [following these instructions][6].\n\n\n## Online Demos\nA demo of the latest release of Ardublockly main interface can be found in the following two links (to load the code into an Arduino it requires the full Ardublockly application to be downloaded and run on your computer):\n\n#### [Ardublockly][10]\n![WebApp screenshot responsive design][web_screenshot_responsive]\n\n#### [Ardublockly classic][11]\n![WebApp screenshot][web_screenshot_classic]\n\n\n## Documentation\nThe documentation, including installation instructions, configuration instructions, and developer information can be found in the [Ardublockly GitHub repository Wiki][7].\n\nTo download the documentation you can git clone the wiki data:\n\n```\ngit clone https://github.com/carlosperate/ardublockly.wiki.git\n```\n\n\n## Credit\nThis project has been inspired by [BlocklyDuino][16].\n\nBlockly original source is Copyright of Google Inc. [https://developers.google.com/blockly/][1]. A list of changes to the Blockly fork can be found in the [Blockly subdirectory README][17] file.\n\n\n## License\nCopyright (c) 2016 carlosperate https://github.com/carlosperate/\n\nUnless stated otherwise, the source code of this projects is\nlicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use any of the licensed files within this project\nexcept in compliance with the License.\n\nThe full document can be found in the [LICENSE][9] file.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n[1]: https://developers.google.com/blockly/\n[2]: http://www.arduino.cc/en/main/software/\n[3]: TODO.md\n[4]: https://github.com/carlosperate/ardublockly/releases/\n[5]: https://github.com/carlosperate/ardublockly/wiki/Installing-Ardublockly\n[6]: https://github.com/carlosperate/ardublockly/wiki/Configure-Ardublockly\n[7]: https://github.com/carlosperate/ardublockly/wiki\n[8]: https://github.com/carlosperate/ardublockly/compare/blockly-original...master\n[9]: https://github.com/carlosperate/ardublockly/blob/master/LICENSE\n[10]: http://ardublockly.embeddedlog.com/demo/index.html\n[11]: http://ardublockly.embeddedlog.com/demo/classic/index.html\n[12]: http://ardublockly-builds.s3-website-us-west-2.amazonaws.com/index.html?prefix=linux/\n[13]: http://ardublockly-builds.s3-website-us-west-2.amazonaws.com/index.html?prefix=windows/\n[14]: http://ardublockly-builds.s3-website-us-west-2.amazonaws.com/index.html?prefix=mac/\n[15]: http://www.arduino.cc\n[16]: https://github.com/BlocklyDuino/BlocklyDuino\n[17]: blockly/README.md\n\n[desktop_screeshot]: http://carlosperate.github.io/ardublockly/images/screenshot_desktop_1.png\n[web_screenshot_responsive]: http://carlosperate.github.io/ardublockly/images/screenshot_material_all_small.jpg\n[web_screenshot_classic]: http://carlosperate.github.io/ardublockly/images/screenshot_1.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosperate%2Fardublockly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosperate%2Fardublockly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosperate%2Fardublockly/lists"}