Blog

The RED Brick countdown has started

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

The long waiting time will be over soon! We plan to release the RED Brick in early December.

In the photo above you can see the yield of a small test production of RED Bricks. At the beginning of the week we produced a small quantity. The goal was to recognize problems with faulty/defective components as early as possible. The production run was not completely without issues, but we did not have bigger problems. This means that we can start the production in the end of this month.

Unfortunately there are still many open todos. Currently we are working with full speed to get the software in a usable state. We still need to implement some small things, test a lot and of course fix bugs. But all in all things are going well. We did already start with the documentation, but there are still full sections as well as a final touch missing. Additionally there are marketing todos like making photos, press releases and a video for the RED Brick.

As you can see, there won’t be any boredom in the Tinkerforge headquarters. Nevertheless we are optimistic that we will be able to release the RED Brick in early December.

Stay tuned!

You don’t know what the RED Brick is? Read our old blog entries (chronological order):

RED Brick status report

The last time we wrote about the RED Brick is now over a month ago (RED Brick in EMC laboratory). A lot of work has been done in the meantime. We already wrote about the general software infrastructure of the RED Brick. Now we want to give you an update:

Stack communication with other Bricks: The stack communication between RED Brick and other Bricks was a lot more effort than expected. The currently used protocol could not be used, thus we had to change it. The new protocol had to be discarded and reworked several times until we found an implementation that could support the peculiarities of the DMA controller on the RED Brick and still be compatible with the normal Brick microcontrollers. However, we now do have a protocol that is stable, corrects errors and performs well on both platforms.

Ethernet and RS485 Extension: We would like to support these two extensions at sales launch. The Ethernet Extension uses the Wiznet W5200 Ethernet IC. There is no Linux kernel support available for this IC. We were however able to develop a driver based on the similar W5500, which already had a kernel driver in the works by Wiznet. If you now put an Ethernet Extension on a RED Brick stack, the Ethernet Extension will be seen by the underlying Linux as a normal network interface (”eth0”).

RED Brick API Daemon and Brick Daemon: The RED Brick API daemon implements the RED Brick API. It is the interface between the RED Brick and anything external. With this API you can configure the RED Brick. You can upload programs, schedule and execute them. The API Daemon is now nearly done. The Brick Daemon has been extended, besides USB connections it can now also manage serial (RS485 Extension) and SPI (stack communication) connections on the RED Brick.

Brick Viewer: The Brick Viewer is currently still missing lots of necessary features. We still need to implement lots of the features that will be needed to use the RED Brick as a black box. This includes configuring network configurations, hostname, ip address or configurations for the local Brick Daemon (port, authentication, logging). It will be possible to monitor the state of the RED Brick (processes, cpu/memory usage). Extensions need to be configured (baudrate, slave addresses, etc) and much more.

Below you can find a first screenshot of the RED Brick tab in the Brick Viewer:

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

More hardware hickups: We did already talk about errors in the hardware design. Unfortunately we did not manage to fix all of the bugs in the first go. The datasheet of the processor has a table with the available pins. It shows the available features for each pin (e.g. input, output, etc). Nearly all pins can do input as well as output, according to the table this is also true for “PG2”.

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

This pin is used in our design by the second extension. Unfortunately we only found out that this pin does not really support output very late in the development. We just couldn’t get the Ethernet Extension working if it was put on the stack as a second extension. We then found a hint about this in the revision history of the datasheet:

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

In the revision history they say that they changed the pin description for PG2 from Input/Output to Input only. But they only put this hint in the history, they didn’t actually change the table! GODDAMNIT!

What does this mean? We already had the circuit boards for the production run ordered, we couldn’t cancel them anymore. We discussed the issue and came to the conclusion that we can’t sell the first version of the RED Brick with a known bug that prevents the usage of a second extension. This would not affect a huge amount of applications, but it just does not comply with our standards regarding quality.

We will use the circuit boards with the bug on them to do another test run of the RED Brick production. We will then be able to test the hardware extensively, since we will have lots of prototypes. After that we will order new circuit boards and we are now planning the production for the beginning of December, so that we can start selling RED Bricks before Christmas.

Stay tuned!

New cheaper LED strips

As of today we have new WS2812B LED strips in our shop. You can now buy 5m strips for 59.99€ (incl. VAT). The old WS2801 LED strips had a price of 99.99€!

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

The strips have 30 RGB-LEDs per meter (previously 32 LEDs). The controlling IC (WS2812B, sometimes called “NeoPixel”) has the LEDs directly integrated. The strips can be controlled by the LED Strip Bricklet. You only have to connect 5V, ground and one data line. The strips with WS2812B are cheaper to acquire for us and we are of course sharing the price advantage with you!

We will only offer full reals of length 5m with the new strip type. The effort to create strips with custom length does not make a lot of sense anymore with the new retail price.

RED Brick in EMC laboratory

Yesterday we were in an EMC (electromagnetic compatibility measures) laboratory.

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

We did an preliminary EMI (electromagnetic interference) test of the RED Brick prototype. As a first test we put the RED Brick alone without any other components in the chamber. The RED Brick was running and just doing CPU cycles on its own.

https://www.tinkerforge.com/static/img/_stuff/brick_red_emi1_786.png

The result was phenomenal! It was beyond our expectation, during the run we temporary thought that something with the test chamber was not in order. But it turns out that everything worked and the RAM, oscillator and similar are routed very well. They nearly don’t show up at all!

As a next test we tested a stack comprised of Step-Down Power Supply, RED Brick and Master Brick.

https://www.tinkerforge.com/static/img/_stuff/brick_red_emi2_786.png

Here you can clearly see the SPI stack communication, since all of the peaks are a multiple of 9MHz (the frequency that we use for SPI). However, the result is still very good.

The green line is the absolut maximum measurement, while the magenta line is an average. For the real measurements that we will do with the final version of the RED Brick the quasi-peak will be measured. This will lie somewhere in the middle of both lines.

Unfortunately we were not expecting the phenomenal result of the RED Brick alone, so we weren’t well prepared for the stack tests. The RED Brick has resistors in the SPI traces that can affect the edge steepness. The RED Brick that we used for testing had 0 ohm resistor soldered in place. The next time we are in the EMC laboratory we will try out different resistor values to further decrease the interference that comes from the SPI communication.

However, all in all we can now already be completely sure that we will be able to issue a CE certificate for the final version of the RED Brick. This is very good news, we weren’t even expecting results this good!

We will now be able to order circuit boards for the next prototype. We hope that this prototype will already be the final version of the RED Brick. In the new prototype we incorporate the following changes:

  • Reset button is now connected to GPIO and will halt the Linux properly.

  • We can now reset the stack that is on top of the RED Brick via software, this makes it possible for brickd to restart the stack when it is started the first time to get the Bricks in a known state.

  • JTAG hardware is now configured correctly.

  • We use an inverter on the serial RTS line and fix CTS to ground to be able to control the RS485 Extension more easily.

  • Fix wrong wiring in power supply.

  • Pick-and-place-ability improved.

  • USB ESD protection circuit error fixed.

After these test results we are confident that we will have the RED Brick in our shop this year. So stay tuned!

MakerBeam at Tinkerforge

As of now you can by MakerBeams in our shop! It is the perfect mounting solution for Bricks, Bricklets & Co.

http://download.tinkerforge.com/makerbeam/images/maker_beam_stepper_600.jpg

MakerBeam is a versatile and lightweight structural system with a cross section of 10x10mm. It has endless building possibilities in desktop size and uses Mini-T, which is a smaller version of the T-Slot standard that is widely used in industrial automation. Each beam has a 8mm deep 2.5mm diameter threaded hole on both ends, sized for normal M3 screws. The profile system is very light, each millimeter of beam has a weight of only 0.136g. You can use MakerBeam to build the mechanical structure for robots, CNC projects, camera sliders and other cool projects! The official MakerBeam website has a big list of example projects.

http://download.tinkerforge.com/makerbeam/images/maker_beam_servo_600.jpg

With MakerBeams we are extending our range of accessories. As a next step we want to add motors (stepper, servo, dc). We are currently testing different motors from different manufacturers, stay tuned!

As soon as we received the first beams and brackets we of course had to start tinkering with them immediately ;-). We were able to mount different Bricks and Bricklets into a frame in no time:

http://download.tinkerforge.com/makerbeam/images/maker_beam_cube1_600.jpg

This thing would be doing well as a satellite, don’t you think?

http://download.tinkerforge.com/makerbeam/images/maker_beam_satellite2.jpg