photron Posted April 9, 2014 at 05:49 PM Author Share Posted April 9, 2014 at 05:49 PM Brick Daemon 2.1.0 Add authentication support (disabled by default)Add WebSocket support (port 4280, disabled by default)Make USB device lookup more robust in case of some USB driver bugs on WindowsUpdate bundled libusb to 1.0.18 on Mac OS X, fixes a SIGFPE bugUpdate bundled libusb to 1.0.18 on Windows, adds support for Intel and AMD USB 3.0 root hubsImprove handling of request packets with invalid length in the headerHandle rare case of socket_receive failing with EWOULDBLOCKDon't lose connection to USB devices on host-resume-from-suspend on Linux and Mac OS X (requires pm-utils on Linux)Increase upper limits for pending requests and USB write queuesAdd socket_send queue for clients, enqueue packet instead of disconnecting client if socket_send would blockOnly dispatch response to the first client with a matching pending request, fixes response duplication Downloads: Windows, Linux (amd64, i386, armhf), Mac OS X Link to comment Share on other sites More sharing options...
borg Posted April 9, 2014 at 06:36 PM Share Posted April 9, 2014 at 06:36 PM Firmware: Master Brick 2.2.1 Remove "Suspend to Disk fix", seems to make problems on some windows versions Download: Master Brick Link to comment Share on other sites More sharing options...
borg Posted April 11, 2014 at 03:56 PM Share Posted April 11, 2014 at 03:56 PM RED Brick circuit boards arrived Blog entry Link to comment Share on other sites More sharing options...
batti Posted April 17, 2014 at 02:56 PM Share Posted April 17, 2014 at 02:56 PM 10% Easter Discount Blog entry Link to comment Share on other sites More sharing options...
batti Posted April 17, 2014 at 08:45 PM Share Posted April 17, 2014 at 08:45 PM MATLAB and Octave Bindings released Blog entry Link to comment Share on other sites More sharing options...
borg Posted May 13, 2014 at 03:32 PM Share Posted May 13, 2014 at 03:32 PM RED Brick news! Prototype works! Blog entry Link to comment Share on other sites More sharing options...
borg Posted May 23, 2014 at 12:47 PM Share Posted May 23, 2014 at 12:47 PM RED Brick: Does it work? Blog entry Link to comment Share on other sites More sharing options...
batti Posted June 6, 2014 at 04:29 PM Share Posted June 6, 2014 at 04:29 PM Revised Documentation and Kits Blog entry Link to comment Share on other sites More sharing options...
batti Posted June 12, 2014 at 06:00 PM Share Posted June 12, 2014 at 06:00 PM Maker Faire 2014 Blog entry Link to comment Share on other sites More sharing options...
borg Posted June 20, 2014 at 02:52 PM Share Posted June 20, 2014 at 02:52 PM RED Brick Software Infrastructure Blog entry Link to comment Share on other sites More sharing options...
photron Posted June 24, 2014 at 01:47 PM Author Share Posted June 24, 2014 at 01:47 PM Bindings: C/C++ 2.1.1 Add extern "C" markup to all files to force proper symbol names in C++Explicitly use ANSI version of WinAPI functions to support UNICODE builds on WindowsAdd simple library Makefile for LinuxFix race condition between device destruction and callback dispatch Download: C/C++ Link to comment Share on other sites More sharing options...
photron Posted July 3, 2014 at 03:52 PM Author Share Posted July 3, 2014 at 03:52 PM Bindings: C/C++ 2.1.2, C# 2.1.1, Delphi/Lazarus 2.1.1, Java 2.1.1, JavaScript 2.0.1, LabVIEW 2.1.1, Mathematica 2.1.1, MATLAB/Octave 2.0.1, Perl 2.1.1, PHP 2.1.1, Python 2.1.1, Ruby 2.1.1, Shell 2.1.1, VB.NET 2.1.1 Add support for WS2811 and WS2812 to LED Strip Bricklet API [all] Download: C/C++, C#, Delphi/Lazarus, Java, JavaScript, LabVIEW, Mathematica, MATLAB/Octave, Perl, PHP, Python, Ruby, Shell, VB.NET Link to comment Share on other sites More sharing options...
photron Posted July 3, 2014 at 03:52 PM Author Share Posted July 3, 2014 at 03:52 PM Brick Viewer 2.1.1 Use a more recent UI style on WindowsStore port, authentiation options and secret per host and double host history lengthUse a signed Brick bootloader driver on WindowsAdd support for WS2811 and WS2812 to LED Strip Bricklet plugin Downloads: Windows, Linux, Mac OS X Link to comment Share on other sites More sharing options...
borg Posted July 3, 2014 at 04:26 PM Share Posted July 3, 2014 at 04:26 PM Plugin: LED Strip Bricklet 2.0.2 Add support for WS2811 and WS2812 Download: LED Strip Bricklet Link to comment Share on other sites More sharing options...
photron Posted July 8, 2014 at 08:38 AM Author Share Posted July 8, 2014 at 08:38 AM Bindings: C/C++ 2.1.3 Fix strnlen redeclaration in some MinGW environments Download: C/C++ Link to comment Share on other sites More sharing options...
borg Posted July 10, 2014 at 11:54 AM Share Posted July 10, 2014 at 11:54 AM Plugin: LED Strip Bricklet 2.0.4 Use measured timings instead of faulty datasheet values Download: LED Strip Bricklet Firmwares: DC Brick 2.0.3, IMU Brick 2.0.4, Master Brick 2.2.2, Servo Brick 2.0.5, Stepper Brick 2.0.5 Remove rarely used USB hotplug feature (prevents accidiential stack restart after heatup) Download: DC Brick, IMU Brick, Master Brick, Servo Brick, Stepper Brick Link to comment Share on other sites More sharing options...
borg Posted July 10, 2014 at 12:37 PM Share Posted July 10, 2014 at 12:37 PM LED Strip Bricklet supports WS2811 and WS2812(B) Blog entry Link to comment Share on other sites More sharing options...
borg Posted July 22, 2014 at 11:56 AM Share Posted July 22, 2014 at 11:56 AM Plugin: LED Strip Bricklet 2.0.5 Frame duration of 0 now means that no more frames shall be setSet RGB values at least two times to make sure that they are really writtenFix possible overflow if Brick with two Bricklet connectors is used Download: LED Strip Bricklet Link to comment Share on other sites More sharing options...
borg Posted July 25, 2014 at 12:57 PM Share Posted July 25, 2014 at 12:57 PM API Bindings and package management Blog entry Link to comment Share on other sites More sharing options...
photron Posted July 31, 2014 at 02:16 PM Author Share Posted July 31, 2014 at 02:16 PM Brick Daemon 2.1.1 Add live debug log view to logviewer.exe on WindowsInclude signed version of the Brick bootloader driver for WindowsWorkaround race condition in USB hotplug handling on LinuxFix crash if client with pending responses disconnectsFix possible mismatch while handling responses for identical requestsAvoid broadcasting unexpected responses in most cases Downloads: Windows, Linux (amd64, i386, armhf), Mac OS X Link to comment Share on other sites More sharing options...
borg Posted August 4, 2014 at 03:30 PM Share Posted August 4, 2014 at 03:30 PM Fully automatic photography turntable Blog entry Link to comment Share on other sites More sharing options...
borg Posted August 11, 2014 at 05:18 PM Share Posted August 11, 2014 at 05:18 PM New Bricklets: Color, NFC/RFID and Solid State Relay Blog entry Link to comment Share on other sites More sharing options...
photron Posted August 11, 2014 at 05:58 PM Author Share Posted August 11, 2014 at 05:58 PM Bindings: C/C++ 2.1.4, C# 2.1.2, Delphi/Lazarus 2.1.2, Java 2.1.2, JavaScript 2.0.2, LabVIEW 2.1.2, Mathematica 2.1.2, MATLAB/Octave 2.0.2, Perl 2.1.2, PHP 2.1.2, Python 2.1.2, Ruby 2.1.2, Shell 2.1.2, Visual Basic .NET 2.1.2 Add support for Color, NFC/RFID and Solid State Relay Bricklet [all]Rename bindings/ folder to source/ in ZIP file [C/C++, Delphi]Replace System.console() usage with an Eclipse compatible pattern in examples [Java]Move NPM package into nodejs/ folder of ZIP file [JavaScript]Add main Tinkerforge.js script to simplify direct usage of the Node.js source code [JavaScript]Only use MSG_NOSIGNAL if it's really defined [Perl]Remove CPAN package from ZIP file, include relevant files into the source/ folder [Perl]Get rid of the egg and easy_install, use setuptools directly or pip instead [Python] Download: C/C++, C#, Delphi/Lazarus, Java, JavaScript, LabVIEW, Mathematica, MATLAB/Octave, Perl, PHP, Python, Ruby, Shell, Visual Basic .NET Link to comment Share on other sites More sharing options...
photron Posted August 11, 2014 at 05:58 PM Author Share Posted August 11, 2014 at 05:58 PM Brick Viewer 2.1.2 Add support for Color, NFC/RFID and Solid State Relay BrickletRename main.exe to brickv.exe on WindowsMake rainbow work better on small LED counts and add moving-dot mode to LED Strip Bricklet pluginAllow double click anywhere in a device tree row to jump to the corresponding tab Downloads: Windows, Linux, Mac OS X Link to comment Share on other sites More sharing options...
photron Posted August 19, 2014 at 10:23 AM Author Share Posted August 19, 2014 at 10:23 AM Plugin: Piezo Speaker Bricklet 2.0.2 Duration 0 stops beep, duration 4294967295 (UINT32_MAX) results in an infinite beep Download: Piezo Speaker Bricklet Link to comment Share on other sites More sharing options...
Recommended Posts