Blog

Tinkerforge at Elektor Live 2013

Also this year we will be at the Elektor Live as an exhibitor.

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

The exhibition will take place on Staturday the 12.10.2013 in Hanau. We’re looking forward to your visit!

Starter Kit: Server Room Monitoring

After the Starter Kit: Weather Station and the Starter Kit: Hardware Hacking we are happy to announce the third kit of the Starter Kit series: The Starter Kit: Server Room Monitoring.

https://www.tinkerforge.com/en/doc/_images/Kits/server_room_monitoring_extended_600.jpg

The Starter Kit: Server Room Monitoring offers the possibility to build personalized monitoring solutions. The case of the kit can be mounted in a 19″ rack, it has a height of one height unit (1U). Several of the Bricklets are integrated in the case. A Temperature Bricklet is used to measure the temperature in the rack and a PTC Bricklet is used to measure temperature with a Pt100 temperature sensor at a chosen point. An Ambient Light Bricklet is mounted to the front side of the case and it can measure the light intensity of the server room.

Mounting additional Bricks and Bricklets is possible. You can integrate displays, motion detectors (coming soon), motor controller Bricks or different Bricklets for in-/output. Power can be supplied by USB or Power-over-Ethernet (PoE).

The comprehensive documentation of the kit contains example plugins for the monitoring tools Nagios and Icinga. Administrators can use these examples directly or adapt them according to their needs.

The kit is as of now available in the shop. The introductory price of 129.99€ is available until October 15th 2013.

Tinkerforge + NetIO

With NetIO it is possible to create a custom remote from any Android and iOS Smartphone without knowledge in Java or Obj-C.

NetIO Controller App Demo UI Config

The newest release of the shell bindings allows to control the complete assortment of Bricks and Bricklets with NetIO. You can find instructions to get started in the documentation under NetIO Controller App Setup.

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