Blog

New USB Power Supply

We have a new USB Power Supply in our shop. Since we were unhappy with the high voltage drop of the old USB Power Supply, we ordered a dozen different ones to tear them apart and test them out. The “test winner” is now available in our shop.

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

The new USB Power Supply reaches the full 2A at 5V without any voltage drop. Thereby it is possible to use it together with big fully equiped stacks. We did have to increase the sales price by the additional cost of 2€. However, in our opinion the new USB Power Supply is well worth the price.

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

10% Easter Discount

To induce a little bit more traffic to our brand spanking new homepage, we arranged an Easter Discount of 10%! It is valid until April 1st.

https://www.tinkerforge.com/static/images/easter_bunny_50.jpg

New Homepage

As you may have noticed, we have a new homepage ;-).

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

There are two main goals the new site has:

  1. The whole concept of Tinkerforge should be easier to grasp for someone that visits the site for the very first time and has no idea what it is about.

  2. The website should be easier to index by search engines.

To achieve the first goal, we added the “What is Tinkerforge?” site, as well as sites for specific groups of customers (tinkerers, educaters and professionals).

The old site was hard to index for search engines, since each site was available in two languages but only had one url (language was set by cookie). This means that google likely never saw the german version of the documentation and so on.

On the new homepage the language is encoded in the url. This also has the advantage, that every site can now be linked language specific.

If you find any dead links or bugs in the new css or similar, please notify us (info@tinkerforge.com). Especially all of the old links that exist in the wild should redirect to the correct new pages.

Visual Basic .NET bindings ready

The Visual Basic .NET bindings are now ready to use!

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

Since version 2.0.0 the C# bindings are Common Language Specification compliant. This allows to use them with all CLI/.NET compatible languages. For Visual Basic .NET we provide dedicated example code and documentation to demonstrate this.

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

Protocol 2.0 available

Bindings, Brick Viewer, Brick Daemon and Firmwares/Plugins that support the new protocol are now available!

What is Protocol 2.0?

Protocol 2.0 is a new reworking of the communication between Bricks/Bricklets and the Brick Daemon. The old protocol hat lots of legacy issues, e.g. it was not suited to handle a connection loss while communicating over WiFi. There are also improvements in the enumeration process and there are many new settings that can be played around with.

https://www.tinkerforge.com/en/doc/_images/protocol_new.png

Help for the migration of an existing project to the new protocol is available in the documentation. The conversion can be done in a few minutes, after the bindings and firmwares are updated to the newest versions.

Brick Daemon in C

The new Brick Daemon in rewritten in C. As a result it should be way more efficient on embedded systems such as the Raspberry Pi and use less resources.