Blockly-at-rduino icon indicating copy to clipboard operation
Blockly-at-rduino copied to clipboard

Blockly@rduino : Blockly remix for Arduino. Totally new version, enhanced one !

Results 30 Blockly-at-rduino issues
Sort by recently updated
recently updated
newest added

Dans Firefox ça fonctionne mais pas dans l'IDE. le bloc "définir une liste" semble tronquer le nom des autres variables. Dans un 'setup', mettre la définition d'une liste, puis l'initialisation...

bug
help wanted

After opening the saved project, it is "undefined" for all parameters in the subroutines. ![Blockly-problem-01](https://user-images.githubusercontent.com/13387465/115529686-6565e180-a293-11eb-8af0-b7175557572f.png)

``int[3] adf; void setup() { } void loop() { adf = {0, 1, 2}; }`` This is the code generated with just a variable initialized as an array with 3...

bug
help wanted

Hi, I have opened this issue back in April 2018, but there is still some problems 1) Within LCD I2C, the code is still incorrect, there are simple quotes instead...

Hello, Peut-être une amélioration pour l'usine à bloc : 1. Aller dans l'usine à bloc : https://technologiescollege.github.io/Blockly-at-rduino/tools/factory/block_factory.html 2. Dans les blocs connexion, ajouter le bloc name. ok. 3. Dans le...

Pour le boulot, nous allons réaliser des stations météo et détection de particule fine. Un capteur utilisé est le SDS011 ( utilisé par exemple par https://luftdaten.info ) Je ferais bien...

or anything to parallel tasks. ou n'importe quelle bibliothèque pour des taches en parallèle. [https://github.com/pietern/avr-tasks](https://github.com/pietern/avr-tasks)

enhancement
help wanted

:warning: Here are the existing security issues we detected on your default branch: Insecure Use of Regular Expressions (24) - [core_BlocklyArduino/libs/jquery-ui.js:770](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L770) - [core_BlocklyArduino/libs/jquery-ui.js:16181](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16181) - [core_BlocklyArduino/libs/jquery-ui.js:16191](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16191) - [core_BlocklyArduino/libs/jquery-ui.js:16223](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16223) - [core_BlocklyArduino/libs/jquery-ui.js:17669](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L17669) -...

WiiRemote http://hardwarefun.com/projects/wiiremote

enhancement
help wanted

Hi In some cases with functions, I have a problem because the functions will refer to an object before the object declaration. Here is an example of the generated code:...