All posts by Windell Oskay

About Windell Oskay

Co-founder of Evil Mad Scientist Laboratories.

LabVIEW routines for the MAKE Controller

MakeController

As evidenced by a growing collection of projects, the MAKE Controller has great potential as a hardware platform enabling computers to really do things.

We won a MAKE Controller for our set of Halloween projects this year, and we’re just starting to play around with it. Having spent some pondering how best to communicate with the board, it’s clear that one of the barriers to more widespread use of this and other embedded systems is the lack, or perceived lack at least, of user-friendly software for programming and communication.

A number of open-source software packages, such as processing and Ruby, can communicate with the MAKE Controller using its OSC interface. However, there has been a noticeable absence of a suitable interface to LabVIEW, a program that is commonly used for interfacing to other similar types of hardware.

So, we wrote one. It’s a simple LabVIEW “vi” routine for issuing (most) simple commands and queries to the MAKE controller. We’ve also included some example routines to help you get your blinky lights going a few minutes sooner.
Continue reading LabVIEW routines for the MAKE Controller

Futility pole


Futility pole

What is a utility pole that has no utility? Apparently it doesn’t just cease to exist. This old telephone pole is simply bare, waiting, hoping, that someday it will be put to good use.

Is that an antenna in the middle? Nope– it’s on the house behind the trees. Futility indeed.

Fixing a bad frequency fuse bit on an AVR

ATtiny2313

This is a quick note on AVR programming with the AVRISP MkII programmer, with which it is possible to foul up your clock fuse bits. =)

(This might be plain as day to some out there, but *I* didn’t know about it, so I thought I’d jot it down.)

Minor problem: I was programming some AVRs when I thought I might try to change the clock fuse bits to use one of the low-frequency internal oscillators. Apparently, it is possible to change the clock frequency low enough that the ISP interface can no longer program the flash– at which point it *seems* as though the chip is lost. These are inexpensive chips, (around $2 each), but the cost can add up quickly if you don’t fix the broken ones. Besides, they’re made of plastic, so you can’t even recycle them into a trivet.
Continue reading Fixing a bad frequency fuse bit on an AVR

The Perfect Ammunition for Valentine’s Day

Valentine's day ammo 2

The holiday that we all collectively love to hate is sneaking up on us, which brings us right back to that all-important question: Exactly what type of projectiles should we be shooting at people? (Isn’t that what you think of when someone mentions Valentine’s day?) And yes, we’ve found the answer: Customized conversation heart ammunition.

Don’t have a decent catapult for the job? This is your perfect excuse to build one. You can make a Lego trebuchet (a leguchet), like we did, or take a peek at all the hot trebuchet action on Make this week and get creative.
Continue reading The Perfect Ammunition for Valentine’s Day

JellyBean versus the Digi-Key packaging materials

JellyBean versus the Digi-Key packaging materials

Digi-Key is a great place to order electronic components. Their online search is great, they ship quickly, and their prices are reasonable. If you have cats, there’s one more good reason to order from Digi-Key: They use interesting environmentally friendly packaging materials.

A day when a Digi-Key box arrives is a red letter day at our house. I get the components in the box, and the cats get everything else, and those are (apparently) some extremely exciting packaging materials. Typically there are layers of both white tissue paper and perforated brown kraft paper. Both types are krinkly– which cats are really into for some reason– but the brown perforated stuff is a particularly special treat. Our two cats will perfect their running leaps to pounce on it. They will fight over it, where the victor gets to roll around in it and get cozy inside– as JellyBean above has done.

Why? Well, I’m no feline psychologist, but I’ll take a few guesses as to why it’s so popular: (1) it’s easier to sink teeth and claws into than regular paper, (2) it’s more flexible, (3) it tears more easily, (4) if you’re hiding in it, you can still see out, (5) it’s very krinkly, and (6) it slides well on the hardwood floor.

All in all, it’s much better than a plain cardboard box, although they often get that too.

Two strange little facts

I often come interesting little factlets while browsing wikipedia, but here are two that really struck me as remarkable:

1. The super bowl is, in fact, named after the super ball. That confirms which of the two is actually more important.

2. Trans fats are not only incredibly dangerous to humans, but the are also largely to blame for the fact that whales have been hunted to near extinction!

Make a Computer Chip Trivet

Computer Chip Trivet: Deployed and Ready For Action!

You’ve just finished cooking something tasty on the stove and now you need a place to set it down on your dining table. You could reach for that old cast iron trivet, or a simple cork trivet, or the even the trendy silicone one.

But, if you really want to impress your geeky friends, this is the one to whip out.

Here is a genuinely useful kitchen tool that you can make: a trivet built out of old computer chips.
Continue reading Make a Computer Chip Trivet

Some hands on time with the iPhone

iPhone

As a popular technology blog headquartered in Silicon Valley, we were lucky enough to get a chance to try out the final shipping version of the iPhone this week.

If you think that it looks somewhat different from the pre-release versions of the iPhone that were shown off at MacWorld, you’re right: Unlike those, this isn’t a prototype; it’s a genuine released product from Apple.
Continue reading Some hands on time with the iPhone

Gettin’ your due from TPC

Telephone

Last week I was lucky enough to be able to go to MacWorld and worship at the altar of the iPhone, as so many others have done. That is one heck of a nice looking device, and I really wanted to own one right up until I found out about the soul-crushing “service” contract that comes chained to it. And that’s one of the reasons that I want to remind you that it’s important– no it’s your fundamental duty— to be as ruthless and cruel to The Phone Company as they are to us.

I saw an interesting article this month in an engineering magazine called EDN. (Isn’t it interesting how engineering magazines have exactly the sort of names that you would expect engineers to come up with?) It’s about how to (legally) steal power from The Phone Company. Not that you can steal enough power to run your microwave oven (or even an LED, continuously), but it’s the principle that counts, right?

Telephone lines provide 48 V with some decent current, intended for such purposes as driving a solenoid to ring the (physical) bell of an old telephone, like mine above. By law, a device that isn’t actually communicating must present a resistance of at least 5 megaohms to that line, which means that you can only get out 48/5e6 = 10 microamps of current. The article shows how you could use this tiny trickle current to charge a supercapacitor (slowly) up to 2.5V, and then use that charged supercapitor to use an ultraefficient switching power supply to do… well… something. Like flash an LED once in a while.

Of course, this idea has been around for a while; some details about this source of power are even discussed in The Art of Electronics. But who is actually doing anything about it? I’m working on some other projects right now, so it’s not clear that I’ll be building something like this any time soon, but I hope someone is. It’s time that we all worked a little harder at gettin’ our due from TPC.