Propeller Platform

Propellor_Platform

[nmcclana] has posted an assembly walkthrough for an Arduino-style prototyping board for the 80 MHz, eight core Parallax Propeller Microcontroller. While not board compatible with Arduino shields like the ARM-based Maple board we covered, it does have that familiar layout, and provides access to all 32 I/O pins, and the 3.8″ x 2.5″ footprint was kept in mind to allow easy creation of shields modules that can be designed using ExpressPCB’s miniboard service. The Platform Kit also has the advantage over other Propeller kits such as SchmartBoard’s offerings, which require soldering of surface mount parts. Kits are available at Gadget Gangster, and ready for your next design that needs a little more sauce than the Arduino can offer.

Single Can Mini Fridge

untitled

What looks like a potential WMD, requires a huge power supply, and has several fans and wires dangling off the sides? Why a mini fridge of course! Your cubical buddy at work may have a Perfect Coffee Mug, or a USB powered fridge but it wont be as large of a caliber as [CaptPikel’s]. Little information about it is out thus far, but an Instructable is promised. We do however know that it uses 3 peltier coolers (assumed to be 60watt each) and can cool down to 46F while being underpowered! If only it held just a few more cans.

Passwords On Floppy Disk

floppy_password

[Wehrdo] has posted a guide with an extremely low-tech solution to password management. He literally put the passwords on a floppy disk in the form of paper glued to the magnetic film. For those that still have some floppy disks around, this is a zero cost hack. We wouldn’t recommend this for state secrets, but for those prolific forum registrations it’s a great idea.

Bottled Nixie Clock

26_1250707915

Who could not love the tender glow of a Nixie display? It isn’t a new concept for them to be used in clocks, and usually it’s how they are housed or encased for display that sets them apart. [crazy_phisic] did the near impossible by building his Nixie clock almost entirely inside of a glass bottle. The circuit boards and logic components were soldered outside, but the final combination of parts (sometimes requiring specialty homemade tools) were assembled inside. We wonder how long it took him from start to finish after learning boats in bottles can take from minutes to months. The original post is in polish, but if you want to find out more there is a Google translation.

[via Semageek]

Streamfile Encrypted File Drop

streamfile

There are myriad file transfer services on the web. Streamfile tries to set itself apart by providing a unique secure service. Their file upload system is all JavaScript and doesn’t rely on Flash. It uses SSL to secure the file transport. As soon as you start uploading the file, you can hand the link off to your recipient and they can start downloading without waiting for the upload to complete. The free limit is 150MB, but their PRO service allows 2GB files.

[via Download Squad]

Serial Hacking With An ATtiny2313

board

[Sprite_tm] automated a portion of serial hacking by sniffing out the baud rate using an ATtiny2313 and FT232 breakout board. The firmware assumes 8 data bits, no parity, and 1 stop bit (8N1). This is pretty much defacto among serial ports so it should work well, though some devices do use different settings. The auto detection routine can sniff rates as low as 110 baud and supports non standard rates. Released under GPLv3, the software is also supplied in hex format.  [Sprite_tm] has provided great project in past such as Working with VFDsControllable bristlebot, and AVR boost converter. Additional information regarding serial hacking after the break.

Continue reading “Serial Hacking With An ATtiny2313”