Arduino (PCI) Express

It is almost impossible these days to find a PC with old ISA card slots. Full size PCI card slots are in danger of going the same way. Many PCs today feature PCI Express connectors. PCI Express offers a lot of advantages including a small size, lower pin count, and a point-to-point serial bus topology that allows multiple simultaneous transfers between different pairs of end points. You’ll find PC Express connectors in things other than PCs too, including a lot of larger embedded systems.

If you ever wanted to prototype something on PCI Express, you’d usually turn to an FPGA. However, [moonpunchorg] posted a workable design for an Arduino on a mini PCI Express board. (As [imroy264] points out in the comments, the board is using the USB port present on the PCI-E connector.) The design files use KiCAD so it should be fairly easy to replicate or change. Naturally, there are pins on the edges to access I/O ports and power. You do need to use ISP to program the Arduino bootloader on the chip.

The board appears to a host computer as a SparkFun as a Pro Micro 3.3V board, and from there you could easily add function to a computer with a PCI Express slot using nothing more than the Arduino IDE. The board is known to work with the VIA VAB-600 Springboard and VIA VAB-820 boards, although it is likely to work with other PCI Express hosts, too.

DDR-ing A Simon Game With A Raspberry Pi

Since 1998 we’ve been privileged to partake in an arcade game known as Dance Dance Revolution, but before that, way back in the 70’s, was the Simon game. It’s essentially a memory game that asks the player to remember a series of lights and sounds. [Uberdam] decided to get the best of both worlds and mixed the two together creating this giant foot controlled Simon game. (English translation.)

The wood platform that serves as the base of the project was fitted with four capacitive sensors, each one representing a “color” on the Simon game. When a player stomps on a color, a capacitive sensor sends a signal to a relay which in turn notifies the Raspberry Pi brain of the input. The Pi also takes care of showing the player the sequence of colored squares that must be stepped on, and keeps track of a player’s progress on a projector.

This is a pretty good way of showing how a small, tiny computer like the Raspberry Pi can have applications in niche environments while also being a pretty fun game. We all remember Simon as being frustrating, and we can only imagine how jumping around on a wooden box would make it even more exciting. Now, who can build a robot that can beat this version of Simon?

Continue reading “DDR-ing A Simon Game With A Raspberry Pi”

Hackaday Prize Entry: Online Bone Marrow Cytometry Aid

Simple blood tests can lead a doctor toward a diagnosis of blood cancers, like leukemia, lymphoma and myeloma, but to really see what’s going on, he or she needs to go to the source of the problem: the bone marrow. Examining maturing blood cells from the marrow with a microscope is an important step in staging the disease and developing a plan for treatment, but it’s a tedious and error-prone process that requires a doctor to classify and tally a dozen or so different cells based on their size, shape and features. Automated systems like flow cytometry and image analysis software can help, but in an austere environment, a doctor might not have access to these. Luckily, there’s now an on-line app to assist with bone marrow cytometry.

Thanks to [Eduardo Zola], a doctor can concentrate on classifying cells without looking up from the microscope, and without dictating to an assistant. Keys are assigned to the different cell morphologies, and a running total of each cell type is kept. With practice, the doctor should be able to master the keying for the various cells; we suspect the generation of physicians that grew up with the WASD keying common in PC-based gaming might have a significant advantage over the older docs when it comes to learning such an app.

[Eduardo]’s app seems like a simple way to improve on an important medical procedure, and an enabling technology where access to modern instrumentation is limited. To that end, one area for improvement might be a standalone app that can run on a laptop without internet access, or perhaps even a version that runs on a smart phone. But even as it is, it’s a great entry for the 2015 Hackaday Prize.

The 2015 Hackaday Prize is sponsored by:

Puzzle Box

Puzzle Box Is Rigged To Blow

[Sande24] needed a gift for his father’s birthday. He decided that rather than simply give his father the gifts, he would present his father with a unique challenge. The gifts are locked inside of a multi-stage puzzle box. This isn’t your average puzzle box though. This one is rigged to blow.

The puzzle box was designed to test his father’s reflexes, mind, and luck. The finished product looks sort of like a wooden crate made from particle board. The box contains three levels, each with its own gift and its own task to be completed.

With the lid opened, the first compartment and puzzle is revealed. Inside of the compartment were a new pair of gloves, meant to protect the father’s hands when working on the puzzles. The first puzzle is built into a sheet of wood with several custom-made levers. The levers must be moved into position in order to remove the wooden sheet and reveal the next level.

The first lever triggers a home-made detonator that eventually lights a series of fireworks placed around the box. You need to solve the puzzle box fast enough to prevent the fireworks from destroying the gifts that lay inside. [Sande24] was unable to legally purchase fuses where he lived, so he had to make his own.

The second level held a gas mask, also meant to protect the father from the booby traps of this mysterious box. This level, also made from a sheet of wood, has nine squares drawn on it. Each square is labeled with a different number which goes into solving a mathematical function (x^5-25x^4+233x^3-995x^2+1866x-1080 = 0). The solution to the function would reveal the safe path to be used to cut the wooden platform in half. Unfortunately [Sande24’s] father cut the wrong squares and released a huge amount of vinegar into the box. Oops.

The bottom level contained the final puzzle and the locked treasure compartment locked with an ordinary padlock. To find the key, another puzzle had to be solved based on a series of wooden levers labeled with different shapes. The shapes provided clues to the order in which the levers should be pulled. Once the levers were moved into position, two compartments were unlocked. One of them contained the key to the treasure box. The other contained another booby trap which would set off more fireworks, destroying the final gift of four cans of Kuld beer. That’s a lot of work to get a a few cans of frothy beverage!

[Thanks Ellery]

This Little Amiga Still Runs School District’s HVAC

It’s the rare tech worker that manages a decade in any one job these days – employee loyalty is just so 1980s. But when you started your career in that fabled age, some of the cultural values might have rubbed off on you. Apparently that’s the case for an Amiga 2000 that’s been on the job since the late ’80s, keeping the heat and AC running at Grand Rapids Public Schools (YouTube video link.)

The local news story is predictably short on details and pushes the editorial edge into breathless indignation that taxpayer dollars have somehow been misspent. We just don’t see it that way. “If it ain’t broke, don’t fix it,” is somewhat anathema to the hacker ethos. After all, there’s no better time to “fix” something than when it’s working properly and you can tell if you’ve done something wrong. But keeping an important system running with duct tape and wire ties is also part of the hacker way, so we applaud [Tim Hopkins] and his colleagues at the GRPS Facilities and Operations Department for their efforts to protect the public purse. And a round of applause is also due not only to the Amiga design team, who produced a machine that can run for nearly three decades, but also to Johnson Controls, whose equipment – apparently a wide area radio modem linking the HVAC systems in the district’s buildings – is being run by The Little Amiga That Could. Sounds like they built stuff to last way back when.

So when this machine is finally retired, here’s hoping they give it a good sendoff. Perhaps we’ll see it with some other Amigas at some future Vintage Computer Festival. Or maybe it’ll be one of those active retirees and start a career in the music industry.

[Thanks Thinkerer!]

Another IoT Platform In The (Blue)Mix

Many major companies (Intel, Oracle, Atmel, and IBM, for example) are competing to be the standard interconnect fabric for the Internet of Things. As a developer, it is hard to cut through the marketing hype and decide which platform is the best for you and your application. Luckily, there’s a plethora of projects on the web that showcase these frameworks. These project sites are an easy way to evaluate the strengths and weaknesses of IoT frameworks in practical applications without having to develop prototypes yourself.

[diyhacking], for example, posted a demo of using IBM’s Bluemix along with a Raspberry Pi, to do some simple home automation tasks. The project hardware is modest, using a PIR motion sensor and a relay to control an AC load. However, that’s good because it lets you focus on the Bluemix tools. The example client and server software is less than 200 lines of Python.

Bluemix looks like it has good integration with the Raspberry Pi and features a simulator so you can work without real hardware for development. Bluemix does offer a free plan (with limits), but the fee options may be a turn off to some IoT hackers.

Continue reading “Another IoT Platform In The (Blue)Mix”

Caption CERN Contest – What’s In The Box?

Week 24 of the Caption CERN Contest was one for the books. There were so many good captions that we had a hard time picking a winner! Thank you to everyone who wrote up a caption and entered the contest. We still don’t know quite what this device was. Our best guess is a coil from a beam line. Some creative positioning and camera focus sure turned it into a conversation piece though!

The Funnies:

  • “I am the Face of Boe. Has anyone seen the Doctor?.” – [jonsmirl]
  • “CERN’s brief attempt into the consumer “Pro” audio market. They lost out to the competitions because they didn’t use unidirectional oxygen free copper wires that are blessed by the Tibetan monks. They might be the expert with super conductor magnets, but one hard lesson they have learnt is that you can’t spell consumer without the “con” part.” – [K.C. Lee]
  • “Go ahead pick up the operating tool!! For your first task remove the patient’s tooth for 10 points. But beware!!! there’s the 10,000K volt charge if you touch the sides!! Enjoy!!!” – [EngineerAfterLunchTime]

This week’s winner is [surubarescu] with “Prototype of the sextuple face electric razor was a complete technical success, but it never went into full production due to some raised (then lost) eyebrows.” Enjoy your new Teensy 3.1 from The Hackaday Store, [surubarescu]!

Week 25

cern-25-smWe’re not kidding when we say CERN scientists and engineers really get into their work. Check out this CERN scientist looking down at his… uh, experiment. We’re not sure exactly what this device is. There is a sealed chamber, but is it a vacuum, or some sort of specialized atmosphere for the research this scientist is working on? Either way, he seems very interested in whatever is happening inside this box!

So what’s happening here? High energy physics, or some new coffee maker? You tell us!

This week’s prize is once again a Teensy 3.1 from The Hackaday Store. Add your humorous caption as a comment to this project log. Make sure you’re commenting on the contest log, not on the contest itself.

As always, if you actually have information about the image or the people in it, let CERN know on the original image discussion page.