All Projects → OttoDIY → blockly

OttoDIY / blockly

Licence: GPL-2.0 license
Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
processing
702 projects
HTML
75241 projects

Projects that are alternatives of or similar to blockly

backend
Python backend exposing an API to control, configure and program CoderBot.
Stars: ✭ 35 (-58.82%)
Mutual labels:  robot, blockly
Pxt
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
Stars: ✭ 1,649 (+1840%)
Mutual labels:  blockly, microbit
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (+17.65%)
Mutual labels:  robot, blockly
Ardublockly
Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
Stars: ✭ 363 (+327.06%)
Mutual labels:  arduino-ide, blockly
Robot blockly
A simple way to program ROS robots using blockly.
Stars: ✭ 115 (+35.29%)
Mutual labels:  robot, blockly
tlsassistant
Fully-featured tool that combines state-of-the-art TLS analyzers with a report system that suggests appropriate mitigations and shows the full set of viable attacks.
Stars: ✭ 24 (-71.76%)
Mutual labels:  robot
OPQ-SetuBot
基于botoy和OPQBot的色图机器人
Stars: ✭ 194 (+128.24%)
Mutual labels:  robot
BlocklyArduinoIDEPlugin
Blockly@rduino Arduino IDE plugin to add and interact with
Stars: ✭ 20 (-76.47%)
Mutual labels:  blockly
diffbot
DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment using the ROS Navigation stack and making use of SLAM algorithms to create maps of unknown environments.
Stars: ✭ 172 (+102.35%)
Mutual labels:  robot
app-sense
📱 Easily learn & create React Native app basics using zero coding, drag-and-drop interface & logic blocks.
Stars: ✭ 86 (+1.18%)
Mutual labels:  blockly
XMC-for-Arduino
Integration of Infineon's XMC microcontrollers into the Arduino IDE.
Stars: ✭ 85 (+0%)
Mutual labels:  arduino-ide
uniquify
Uniquify is a Telegram bot interface used to remove duplicate media files from a chat
Stars: ✭ 45 (-47.06%)
Mutual labels:  robot
TLV493D-A1B6-3DMagnetic-Sensor
Library for the TLV493D-A1B6 3D magnetic sensor for Arduino.
Stars: ✭ 27 (-68.24%)
Mutual labels:  arduino-ide
ROS-Academy-for-Beginners
中国大学MOOC《机器人操作系统入门》课程代码示例
Stars: ✭ 2,115 (+2388.24%)
Mutual labels:  robot
ROBOTIS-OP3
ROS packages for the ROBOTIS OP3
Stars: ✭ 56 (-34.12%)
Mutual labels:  robot
Arduino
🚀 Proyectos de todo tipo para arduino utilizando sus sensores y actuadores. 🤖
Stars: ✭ 27 (-68.24%)
Mutual labels:  arduino-ide
BlocklyDuino-v2
BlocklyDuino v2(020), reboot and up to date with Google Blockly, graphical programming of Arduino boards
Stars: ✭ 54 (-36.47%)
Mutual labels:  blockly
mlir-standalone-template
An out-of-tree MLIR dialect template.
Stars: ✭ 44 (-48.24%)
Mutual labels:  standalone
ros webconsole
🌐 A ROS WEB console to control remotely your robot. Based with robotwebtools.
Stars: ✭ 71 (-16.47%)
Mutual labels:  robot
bulksearch
Lightweight and read-write optimized full text search library.
Stars: ✭ 108 (+27.06%)
Mutual labels:  standalone

Otto Blockly

This is a free and open source visual programming language based on Blockly from Google & MIT, to generate C/C++ code, compile and upload to multiple options of microcontrollers. Compatible with any Otto DIY robot, Arduino or ESP8266 and ESP32 related boards. It is the perfect software to get you started into coding and STEM robotics.

Click here to watch the video to see all the main features

Installer

This software can work offline (standalone) by installing it on your computer. Depending on your operating system the installation files are already available or you have to create them yourself.

Windows and MacOS

Download the installer from the releases page. After the software is installed in your PC, it is ready to use immediately, you do not need to import Arduino libraries or any additional setup for the boards because it comes with a copy of the Arduino CLI, it is all in one software!, you will be ready to upload codes directly to your robot or any other Arduino project via USB.

If your computer do not recognize the USB device or Otto, you have to install the CH340 or CH341 or FTDI driver that is in the "driversUSB" folder or download from this link

Linux

For Linux operating systems go to this repo.

How to Use

  1. Open any example.
  2. Connect your Otto robot.
  3. Select your board and the USB port where Otto is connected.
  4. Upload and yes is that easy you can even just click upload and the code will be automatically compiled!

Drag, drop, connect, mix, play and create your own codes. Join the Otto Builder community, see all the cool stuff we are making with Otto Blockly and post your ideas!

Help us add new Languages

Leave your mark in the world by translating Blockly, you are welcome to contribute with any languages you know, it will benefit you and everyone in your community.

The more people helping to translate the better, it is important to translate while understanding the context and what is the robot actually doing to be accurate.

  1. Go to the lang folder and duplicate the Arduino_en.js Blockly_en.js and msg_en.js files from English
  2. Rename them according to your ISO language code, for example fr is for French, so the files are renamed like this: Arduino_fr.js Blockly_fr.js and msg_fr.js
  3. Edit the files with any code editor software like Visual Studio Code translating only the English part after = in between the quotes "" in visual studio is the text in red.
  4. Then open a pull request here in github or just attach the files in a new issue.

How to run project

You will need to have installed the node.js tools in your computer. The version must be the 12.0

  1. Clone or download the source code.

git clone https://github.com/OttoDIY/blockly.git

  1. OPEN GIT BASH as Administrator and cd in folder

cd blockly

  1. Install required tools.

npm install -g build-tools npm install -g windows-build-tool (this command is not working ok. If the log is held then you must install python 2.7 before because the problem is with the python installation.) npm install -g node-gyp

  1. Install required node modules. Execute following on the source code directory

npm install

  1. Install Arduino CLI get arduino-cli.exe from https://github.com/arduino/arduino-cli/releases and place it under compilation/arduino

cd compilation/arduino curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh mv bin/arduino-cli ./ rm -rf bin

  1. Execute following to install required tools

cd compilation\arduino arduino-cli core update-index arduino-cli core install arduino:[email protected] arduino-cli core install arduino:[email protected] arduino-cli core install arduino:[email protected] arduino-cli core install esp8266:[email protected] arduino-cli core install esp32:[email protected] arduino-cli core update-index

  1. Build (creates .exe and .zip) You can use electron-builder to pack your electron app in zip, nsis (Installer), portable (App without installation) formats.

cd ../../ # ( go back to the repository’s top directory) npm run compiler or build --win --ia32 export PATH=$PATH:node_modules/.bin npm install [email protected] build --mac --x64 electron-builder --mac --x64

How to Contribute

Contributing to this software is warmly welcomed. There are 5 ways you can contribute to this project:

  1. Test and report. Let us know if there is something missing in the issue section.
  2. Helps us solve current issues or other bugs .
  3. Suggest or request new blocks.

You can do this basically by forking, committing modifications and then open a pull request. Please explain the changes and make sure they have been tested.

Just make sure to keep consistency in the naming and make a record of the change or improvement made.

Welcome to the Otto DIY development team! Thanks for your contribution.

Attribution

Thanks to all these great people and open projects, it has been possible to make this software:

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