To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Minibloq
Developer(s)Julián da Silva Gillig
Stable release
v0.83 / April 29, 2015; 8 years ago (2015-04-29)
Written inC++ / wxWidgets
Operating systemWindows, Linux
TypeVisual programming language
Websiteminibloq.org

Minibloq is a graphical development environment for Arduino[1] and other platforms. Its main objective is to help in teaching programming.[2] It is specially used in robotics at elementary, middle and high schools. It's widely used in Argentina, where in the San Luis province alone, more than 60000 children have been trained with this software in public schools.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    7 076
    739
    45 081
  • Minibloq with a RobotGroup Multiplo robot
  • Tutorial de programacion de un robot en minibloq
  • Minibloq V0.7 Alpha Test Drive - Program Arduino without writing code

Transcription

How it works

Minibloq is basically a graphical code generator with some IDE capabilities.[4] It's self-contained and every distribution includes the complete [toolchain] needed to compile (or interpret, depending on the selected target) and deploy the code to the selected hardware target. Every code block is configured in XML. Since its first public version, the code is generated in real time (for this purpose uses Scintilla). Here are some examples of code generated for Arduino:

Since the v0.82 version, it also can be used as an IDE for conventional programming of Arduino and other physical computing boards.

miniSim

Since the v0.82 version,[5] miniBloq includes miniSim: a small 2D robot simulator, aimed specially for kids. It's a very simple tool to help teaching basic robot programming to kids whom do not own a real robot. miniBloq features some simple blocks that controls a small simulated robot with some remembrances to Logo, where the robot can draw a small environment (a maze, for example) and then use a sensor to interact with that environment. miniSim is under the same license as miniBloq, and has been programmed in Python, using PyGame. miniSim is the official simulator software used by the Educ.Ar educational program from the Argentine Government.[6]

Operating systems

Minibloq + OLPC + Arduino.

miniBloq runs under Windows and Linux, in principle, without dependencies. The v0.81 version is distributed both as a Windows installer (exe) or as a single multiple OS compressed file, which contains the Windows and the Linux versions. This last distribution was designed to be portable, so the user can run in from a pen drive in any of these operating systems. The version v0.82 comes only in Windows version, since the Linux is under development. However, a preliminary Linux version can be downloaded from a branch from miniBloq's GitHub repository.

Derivative software

There are derivative versions of miniBloq made for specific platforms by third party teams or private companies:

References

  1. ^ "miniBloq: el entorno argentino para programar robots usado en escuelas de todo el mundo". RedUSERS. May 8, 2014.
  2. ^ Tomoyose, Guillermo (May 9, 2014). "miniBloq, el lenguaje de programación argentino para robots que llega a todo el mundo". La Nación.
  3. ^ "Todos a la Robótica, Gobierno de la Provincia de San Luis". Universidad de La Punta, Gobierno de la Provincia de San Luis, Argentina. 2014. Archived from the original on 2014-10-05.
  4. ^ "Minibloq: IDE para aprender a programar robots". NEOTEO. May 8, 2014.
  5. ^ "Latest Version Of Minibloq Released – Minibloq.v0.82". Maker Masters. May 31, 2014.
  6. ^ "Colección Vocaciones y Nuevas Tecnologías: Robótica". Ministerio de Educación, República Argentina. 2014.
  7. ^ "African Robotics Network 2103/2014 Design Challenge winners". AFRON. 2014.

Publications

There are some activity books available online as PDF about miniBloq and educational robotics:

External links

Web articles

This page was last edited on 23 November 2023, at 03:49
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.