Blog

New Accessories

We have two new accessories in our shop:

https://www.tinkerforge.com/static/img/_stuff/cable_black_6cm_mount_small_600.jpg

Both are perfectly suited for small space-saving setups.

The 6cm cable also has a fitting length to connect Bricks and Bricklets on the Mounting Plate 22x10:

https://www.tinkerforge.com/static/img/_stuff/cable_black_6cm_mount_big_600.jpg

Shell bindings ready

The Shell bindings are now ready to use!

https://www.tinkerforge.com/static/img/_stuff/shell.jpg

The bindings are realized as Python script and allow to use Bricks and Bricklets directly from a terminal window. They are made for Unix shells such as bash, but also work from the Windows command prompt.

Getting the current temperature of a Temperature Bricklet looks like this:

$ tinkerforge call temperature-bricklet gC5 get-temperature
temperature=2443

For tab completion in bash a corresponding bash completion script is provided.

If you find bugs, please report them in the generator git: https://github.com/Tinkerforge/generators