Orthrus: secure two-card storage

From Nick Sayer on Hackaday.io:

3464311493930554576.jpg

Orthrus: SD card secure RAID USB storage

This project is a hardware mechanism to provide secure “two man control” over a data store. It is a USB microSD card reader, but it requires two cards. The data is striped in the style of RAID 0, but the data is also encrypted with a key that is stored in a key storage block on each card. In essence, each card is useless without the other. With possession of both cards, the data is available without restriction, but with only one, the remaining data is completely opaque.

This allows you to securely transport a data set by writing it onto a pair of cards and separately transporting them to a destination for recombination.

The intent is that only the pairing of two cards becomes in any way special. A card pair could be inserted in any Orthrus device and the data would be made available. But with only one card, all you get is half of the data encrypted with a key which you only half-possess.

The firmware source code is available on GitHub:

githubnsayer/Orthrus

white

The assembled board is available on Tindie:

Screenshot from 2017-05-05 18-25-42

Orthrus: secure two-card storage

EEEmu SPI

Blecky’s latest project on Hackaday.io is an EEPROM/Flash emulator with a fun name:

unnamed

EEEmu SPI

The EEEmu SPI emulates any Serial Peripheral Interface Bus EEPROM or Flash memory chipsets up to an interface speed of 25MHz. It also supports any supply and interface voltage between 1.8 to 5 Volts and can be configured to support even the largest of memory sizes.

7435141492517315886

This repository contains configurations for all the currently supported EEPROM and Flash chips for the EEEmu SPI:

githubEEEmu/Supported-Devices

white

EEEmu SPI

From Proof of Concept to Prototype

From the Rebooting Electronics blog by Steve Mayze:

From Proof of Concept to Prototype

In the last entry for the Timed LED Lighting Controller, I realised that there are no working examples of an I²C driver for the ATtiny20. I then had to work through the data sheet to implement my own. With that done, I could then start on the application firmware and get the board really working. So this is where my proof of concept becomes the prototype.

From Proof of Concept to Prototype

USB-C PD Buddy Sink

From Clayton G. Hobbs on Hackaday.io:

7865191490032430260.JPG

PD Buddy Sink

USB Power Delivery for everyone

USB Power Delivery is a cool standard for getting lots of power—up to 100 W—from a USB Type-C port. Being an open standard for supplying enough power to charge phones, laptops, and just about anything else under the sun, USB PD is poised to greatly reduce the amount of e-waste produced worldwide from obsolete proprietary chargers. Unfortunately, like all USB standards, it’s quite complex, putting it out of reach of the average electronics hobbyist.

PD Buddy Sink solves this problem, letting any hacker or maker use USB PD in their projects. Think of it as a smart power jack. To use it, first configure a voltage and current via the USB configuration interface. Then whenever the Sink is plugged in to a USB PD power supply, it negotiates the power your project needs and provides it on the output connector.

The KiCad design files are available on his website:

pd-buddy-sink

USB-C PD Buddy Sink

Teensy: TDM Support For Many-Channel Audio I/O

9876821492461334826

Paul Stoffregen posted an update in his Teensy Audio Library on Hackaday.io:

TDM Support, For Many-Channel Audio I/O

Some projects need a lot of audio I/O. Maybe you’re doing positional audio sound effects (using the 8-tap delay effect) where ordinary stereo or even 5 channel “surround” isn’t enough? Maybe you’re making the ultimate Eurorack synthesizer module? Or you just want a lot of signals, because you can!

Here’s a board for the Cirrus Logic CS42448 chip, which provides 6 inputs and 8 outputs. All are high quality audio, and all work simultaneously.

PaulStoffregen has shared the board on OSH Park:

CS42448 Audio, 6 Inputs, 8 Outputs

e1b2688ab3072c5a0ad70bdbdb62b9ff.png

Order from OSH Park

Teensy: TDM Support For Many-Channel Audio I/O