Supriya Ghosh (Editor)

Tinkerforge

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Type
  
GmbH

Headquarters
  
Stukenbrock, Germany

Website
  
www.tinkerforge.com

Founded
  
2011

Products
  
Microcontroller

Tinkerforge

Founder
  
Olaf Lüke, Bastian Nordmeyer

Tinkerforge is an open source hardware platform of stackable microcontroller building blocks (Bricks) that can control different modules (Bricklets). The primary communication interface of the building blocks can be extended using Master Extensions. The hardware can be controlled by external programs written in C, C++, C#, Object Pascal, Java, Perl, PHP, Python, Ruby, Shell and VB.NET over a USB, Wifi or Ethernet connection, and running on Windows, Linux and Mac OS X. This non-embedded programming approach eliminates the typical requirements and limitations (development tools, limited availability of RAM and processing power) of conventional embedded software development (such as Arduino). Tinkerforge hardware and software are both Open Source, and all files are hosted on GitHub.

Contents

The computer magazine Chip awarded Tinkerforge 2012 the "Product of the Year" award.

Bricks

Bricks are 4x4 cm circuit boards. They can evaluate measurements, control motors and communicate with other building blocks. Each Brick has a 32-Bit ARM microcontroller, a USB connector and connectors for more Bricks and Bricklets.

It is possible to stack several Bricks onto each other. The bottom Brick of such Stacks needs to be a Master Brick.

Bricklets

Bricklets extend the features of Bricks. They provide means for in- and output of data. Many Bricklets are sensors, but there are also LCD-Bricklets and Bricklets for digital and analog in- and output.

Master Extensions

Master Extensions extend the communication interfaces of Bricks. Like Bricks, Master Extensions are 4x4cm circuit boards. There are Extensions for Wi-Fi, Ethernet and RS485. From a programming perspective the different interfaces are transparent. A stack with Master Extension behaves as if every board in the stack would be directly connected to the PC over a USB connection.

References

Tinkerforge Wikipedia