Diferencia entre revisiones de «Main page (English)»

De Proyecto Butiá
Saltar a: navegación, buscar
(Butialo)
(Butialo)
Línea 46: Línea 46:
  
 
===Butialo===  
 
===Butialo===  
Butialo is a user-friendly environment that allows programming of the Butiá in the Lua language. Butialo is a derivative of Pippy IDE which simplifies the creation of programs by autodetecting Butiá I/O components and offering snippets of code to access them. [http://activities.sugarlabs.org/en-US/sugar/addon/4457 Download here]
+
[http://wiki.sugarlabs.org/go/Activities/Butialo Butialo] is a user-friendly environment that allows programming of the Butiá in the Lua language. Butialo is a derivative of Pippy IDE which simplifies the creation of programs by autodetecting Butiá I/O components and offering snippets of code to access them. [http://activities.sugarlabs.org/en-US/sugar/addon/4457 Download here]
  
 
[[Archivo:Screenshot.png|300px|alt=Butialo, IDE de Lua para Butia|Butialo, Lua for Butia]]
 
[[Archivo:Screenshot.png|300px|alt=Butialo, IDE de Lua para Butia|Butialo, Lua for Butia]]

Revisión del 23:09 22 feb 2013

Butiá Project

For full documentation please see Página_principal (in Spanish)

This project aims to create a simple platform, which makes ​​more available to school students or high school students the tools to enable them to internalize behaviors programming for robots. The project seeks to expand the performance of the OLPC XO computer through Butiá's sensory capabilities, turning it into a mobile robotic platform. Currently 1.0 Project implementation is in kit form, distributed to 28 public schools in Uruguay, with a set of sensors and components for mounting the sensors on the mobile platform where you put the XO computer. The Butiá project was developed keeping in mind the fact that adding new sensors or actuators to the platform is very simple, this opens the possibility for interested users to easily implement their own sensors and actuators. Even the industrial design of the robot is open allowing construction with recycled or low cost materials.

Liceo1 colonia.JPG

USB4butia

See also Usb4butia (in Spanish)

USB4Butiá is an input/output/USB board derived from the Usb4all and a shield made ​​for that card. It is easy to build and specializes in using the robot Butiá 2.0 trying to simplify use and enhance their sensory capabilities and performance in a robust manner. The general objective of board:

A board design is open and designed with the objective that its construction is possible by hand allowing their accessibility and thus design freedom (more info: USB4butia - A Truly Free (as in Freedom) Input/Output Board)

The specific objectives are:

  • Low cost
  • Using components available in the local market
  • Having ports connectors for devices which support plug and play and hotplug
  • Bus for AX12 motors
  • Handling PWM servo motors
  • HackPoints for low level access


Usb4butia1.jpg Usb4butia2.jpg Usb4butia3r.jpg

Programming Languages

See also Lenguajes de programación (in Spanish)

The Butia Robot can be easily controlled from any programming language which supports for TCP / IP connection.

TurtleBots

Turtle Art is a Sugar activity inspired by Logo which makes programming concepts available to children using a iconic graphical interface where each instruction is mapped as a block. Project Butia made ​​changes adding some plugins that control various robotic kits such as Butia, Lego NXT, Lego WeDo, FollowMe and Sumbot. You can download the TurtleBots activity here.

The Butia palette supports hotplug plug and play I/O devices. Devices not currently connected are grey, devices connected are green and identify the port to which they are connected.

Butia-palette-ingles.jpg

The Butia Extras palette is shown below. It supports the 8 additional I/O pins or HackPoints.

Butia-palette-xtra-ingles.jpg

Butialo

Butialo is a user-friendly environment that allows programming of the Butiá in the Lua language. Butialo is a derivative of Pippy IDE which simplifies the creation of programs by autodetecting Butiá I/O components and offering snippets of code to access them. Download here

Butialo, IDE de Lua para Butia