All Projects → technologiescollege → Blockly At Rduino

technologiescollege / Blockly At Rduino

Licence: gpl-2.0
[email protected] : Blockly remix for Arduino. Totally new version, enhanced one !

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Blockly At Rduino

Snap4arduino
Binding Snap! and Arduino together
Stars: ✭ 107 (+11.46%)
Mutual labels:  arduino, education
Openbot
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Stars: ✭ 2,025 (+2009.38%)
Mutual labels:  arduino, education
Webduino Blockly
📦 The Visual Programming Editor for Webduino
Stars: ✭ 125 (+30.21%)
Mutual labels:  arduino, blockly
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (+4.17%)
Mutual labels:  arduino, blockly
Retroesp32
Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Stars: ✭ 313 (+226.04%)
Mutual labels:  arduino, education
Pulsesensorplayground
A PulseSensor library (for Arduino) that collects our most popular projects in one place.
Stars: ✭ 126 (+31.25%)
Mutual labels:  arduino, education
Openfpgaduino
All open source file and project for OpenFPGAduino project
Stars: ✭ 137 (+42.71%)
Mutual labels:  arduino, blockly
rovercode-web
Block-based programming for educational robots
Stars: ✭ 13 (-86.46%)
Mutual labels:  education, blockly
Kobra
Kobra is a visual programming language (like Scratch) for Machine Learning (currently under active development).
Stars: ✭ 223 (+132.29%)
Mutual labels:  education, blockly
rapid-router
A Blockly and python based educational game aimed at students age 5-14.
Stars: ✭ 50 (-47.92%)
Mutual labels:  education, blockly
Pxt Microbit
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
Stars: ✭ 501 (+421.88%)
Mutual labels:  blockly, education
Ardublockly
Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
Stars: ✭ 363 (+278.13%)
Mutual labels:  arduino, blockly
Blocklyduino
BlocklyDuino is a web-based visual programming editor for arduino.
Stars: ✭ 526 (+447.92%)
Mutual labels:  arduino, blockly
Sketchbook starter kit v2.0
Stars: ✭ 90 (-6.25%)
Mutual labels:  arduino
Arduinogameboy
Arduino based Game Boy cartridge reader and writer. It can dump ROM and RAM to SD card.
Stars: ✭ 93 (-3.12%)
Mutual labels:  arduino
Timeframe
Get your own time portal on your desk!
Stars: ✭ 90 (-6.25%)
Mutual labels:  arduino
Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-6.25%)
Mutual labels:  education
Teensyterpreter
A Teensy script to open up a reverse TCP shell on Windows machines in as little time as possible.
Stars: ✭ 95 (-1.04%)
Mutual labels:  arduino
Arduino Amiibo Tools
Arduino sketches to play with amiibo
Stars: ✭ 93 (-3.12%)
Mutual labels:  arduino
Ol3d
A tiny portable 3D graphics lib for micro controllers
Stars: ✭ 90 (-6.25%)
Mutual labels:  arduino

Thanks for donation with Paypal to help me improve this software.

enter image description here


PROFS FRANCAIS & ASSOCIATIONS

vous pouvez aussi me demander une facture pour que votre établissement me fasse un 'don' officiel par virement bancaire. Je ne fais pas payer de licence mais je compte sur vous pour aider du montant auquel vous estimez ce travail.

WIKI !!! http://www.libreduc.cc/wiki/doku.php/en/blockly_rduino

FORUM !!! http://blockly.technologiescollege.fr/forum

Off-line upload https://github.com/technologiescollege/BlocklyArduino_electrified

Off-line upload & supervision https://github.com/technologiescollege/BlocklyArduino_AIO

Internet Explorer banni ! Internet Explorer banned!

Multilingual version of [email protected]

[email protected] est un programme web, un webware graphique permettant la programmation graphique pour Arduino et sa traduction en code.

[email protected] is a web program, a graphic webware allowing graphic programming for Arduino and its translation into code.

[email protected] est basé sur Blockly, un éditeur de programme graphique par une interface web. Il fournit un seul type de traduction de la programmation graphique (contrairement à Blockly qui traduit en Python, en JavaScript, etc et permet de le simuler en ligne : exemple), pour générer du code à copier coller dans l'EDI Arduino.

[email protected] is based on Blockly, a web-based graphical program editor. It provides a single type of graphical programming translation (unlike Blockly, which translates to Python, JavaScript, etc. and allows you to simulate it online : example), to generate code to be copied and pasted into the Arduino IDE.

Libre à vous de rajouter autant de bibliothèques que voulu grâce à cette notice explicative : http://www.libreduc.cc/wiki/doku.php/fr/arduino/blockly_rduino/creerblocsmultiling

Feel free to add as many libraries as you want thanks to this explanatory note: http://www.libreduc.cc/wiki/doku.php/fr/arduino/blockly_rduino/creerblocsmultiling

Cette version a été réorganisée et améliorée pour la faire utiliser au mieux par des élèves débutants dans le code.

Toutes les remarques sont les bienvenues pour améliorer la syntaxe !

This version has been organized and improved to make it best used by students who are new to the code.

All remarks are welcome to improve the syntax !

Fonctions

  • programmation pour Arduino en drag'n'drop graphique,
  • génère un code totalement compatible avec le code Arduino,
  • interaction des cartes Arduino grâce aux modules rajoutés : plus de 10 blocs spécifiques à des capteurs/actionneurs Grove, ainsi que ceux de TechnoZone51, Bitbloq, et ...
  • possibilité de charger automatiquement des fichiers sur le site grâce aux paramètres de l'adresse URL _(voir les démos ci-dessous).
  • téléversement et console série depuis l'interface web,
  • sauvegarde/lecture de fichiers INO et XML
  • création d'exemples
  • supervision de la carte en temps réel grâce au serveur PyMata-AIO (accessible depuis le panneau de contrôle

Functions

  • programming for Arduino in drag'n'drop graphic
  • generates a code fully compatible with the Arduino code
  • interaction of Arduino boards thanks to the added modules: more than 10 blocks specific to Grove sensors/actuators, as well as those of TechnoZone51, Bitbloq, and ...
  • ability to automatically upload files to the site thanks to the parameters of the URL address _(see the demos below)
  • upload and serial console from the web interface
  • backup/reading of INO and XML files
  • creation of examples
  • real-time supervision of the map thanks to the PyMata-AIO server (accessible from the control panel

Démos

[email protected] est un outil web, un webware par référence aux software, hardware, etc. Vous pouvez le tester/utiliser à l'adresse suivante : http://technologiescollege.github.io/Blockly-at-rduino/

Vous pouvez donc aussi lier directement l'ouverture de la page à l'ouverture d'un fichier XML hébergé (ou tout en local) :

Demos

[email protected] is a web tool, a webware by reference to software, hardware, etc.. You can test/use it at the following address : http://technologiescollege.github.io/Blockly-at-rduino/

So you can also link directly the opening of the page to the opening of a hosted XML file (or all locally) :

Utiliser en local dans son navigateur web

Si vous préfréez l'utiliser en local, il vous suffit de télécharger le code depuis Github (Download Zip) et d'ouvrir le fichier index.html dans votre navigateur.

Vous pouvez l'héberger sur un serveur, et ainsi y faire accéder de nombreux postes en pointant vers ce fichier 'index.html'.

Pour le téléversement et la console série, vous devez télécharger la version 'Electron' : https://github.com/technologiescollege/BlocklyArduino_electrified.

Use locally in your web browser

If you want to use it locally, just download the code from Github (Download Zip) and open the file index.html in your browser.

You can host it on a server, and thus make many computers access it by pointing to this file `index.html'.

For the upload and the serial console, you have to download the 'Electron' version : https://github.com/technologiescollege/BlocklyArduino_electrified.

Auteurs et contributeurs

Programme Blockly : https://developers.google.com/blockly/

Concept d'origine BlocklyDuino : Fred Lin (@gasolin https://github.com/gasolin/BlocklyDuino).

Son projet s'est aussi inspiré de ardublock et modkit.

Fonctions de typage ArduBlockly : Carlos Pereira Atencio (https://github.com/carlosperate/ardublockly).

Intégration de CodeBender : Julien Rat https://github.com/julienrat

Ré-écriture totale et refonte graphique : Olivier Métayer

Julien RAT : CodeBender plugin

Frédéric PICARD : bitbloq, maquette Jeulin, vidéos, etc

Spanish translation : José Manuel Ruiz Gutteriez (blog)

Daniel PERS (site) : FDPlayer, OLED, RGB LED

Bernard REMOND site : téléversement local

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].