The State of Open Source Hardware In 2008
ptorrone writes "MAKE Magazine has put together their 3rd annual 'State of Open Source Hardware 2008' — in just a few years, the number of projects has grown from a small handful to an amazing 60+ offerings. Similar to open source software, open source hardware is available with source code, schematics, firmware and bills of materials, and allows commercial use. The most popular project, Arduino, the open source prototyping platform for artists and engineers, has shipped over 60,000 units."
The article is formatted such that the first link for a particular device will usually take you to the project home page. Some will bring you instead to where you can purchase the items, but most still have a "How To" tab which will direct you to guides and instructions on how to build your own gadgets. There are a bunch of interesting devices, from the Game of Life on the outside of a cube to a home-made MP3 player to OpenMoko.
for the Year Of The Linux Desktop.
(sorry, I couldn't help myself...)
Companies, in a never-ending pursuit of getting our money, are only testing the water. If we don't BUY products for Linux these companies will drop us like a hot potato. There is no "open source = freedom" to make-a-buck companies, only bottom lines.
I ordered an Arduino, ethernet shield and some other goop from ladyada. It's to be my winter project plaything. Just my luck, the weather in Winnipeg is rather nice lately thus eliminating my excuse to hide at my workbench.
Trolling is a art,
So what's new with 'open source hardware'?
I work in a semiconductor company and we got lots of designs including schematics board layouts firmware and BOMs, other companies do the same thing.
The point is of course to sell our devices by having customers using our designs, but the point is that there are lots of free designs out there, and they have been made available for many years not just the last few as it has been stated in the article.
Let me know when I can build an OpenMoko handset from parts that I purchase myself. That isn't open...
I can't wait for the 4th annual 'State of Open Source Hardware 2008'!
"The state of Arduino hardware in 2008"
I am waiting for the time we'll have a near perfect Open Source Printer...fully functional with drivers and everything.
If this ever materialize, I will be happy not to have to dole out money firms like HP, DELL and Lexmark that only cater for their bottom line and nothing else.
Am I reasonable to expect this?
So now you *don't* want me to think outside the box?
In Soviet Russia a beowulf cluster of these things imagines you welcoming your new, neural-network overlords.
no USRP? no opencores? Lame lame lame
Who logs in to gdm? Not I, said the duck.
It looked like a product catalog to me. This is nothing new. Seriously, where is the MiniMig on this list? The MiniMig is a full open source reimplementation of the Amiga 500.
I read this exact same article the other day. Only at that time, it only listed the Arduino and it's progeny along with a couple of related projects.
In particular, I'm happy to see the x0xb0x make it to the list. The x0x is one piece of open hardware that doesn't nearly get enough attention. It's a perfect clone of the Roland TB-303 analog synthesizer which spawned an entire musical genre and left its impression on electronica in general. The parts list, build instructions, schematics, and board layouts are all open and free and there's an active community supporting and hacking it.
I consider the x0xb0x to be the perfect example of how to successfully translate the ideals of open source software to hardware hacking.
The RepRap is interesting here - not just as an open source hardware project in itself, but in that the ability to easily reproduce arbitrary shaped plastic widgets could make other "open source" hardware a bit less clunky.
In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
Probably not as practicable, but isn't http://opencores.org/ kinda missing from this list.
Also, a lot of fun to be had with FPGA-based boards (http://www.fpga4fun.com/, http://hackaday.com/2008/05/22/fpga-projects-roundup/)
A good number of these projects are using non-free schematic capture and/or layout packages. What if I want to modify the schematics or layouts? Do I have to redraw them in one of the real free/open source tools?
Eagle is not free software (there is no source code and the "free" download is crippleware since the board size is limited).
PS. Yes I'm slightly bias as I am a developer on gEDA http://geda.seul.org/ and KiCad is nice too. :)
I've done ARM7 development in the past. I've just started a new ARM7 project after a four year hiatus. What seems to have changed the most is the availability of cheap hardware debug tools such as cheap FTDI FT2232 based JTAG pods.
I'm also interested to see what comes of Eclipse's DSDP initiative.
http://www.eclipse.org/dsdp/dsdp-charter.php
I've always thought the Balkanization of the debug hardware was one of the major barriers in the wider circulation of open hardware.
Concerning the Adweebo, I've programmed this chip before using the free download (for Windows) AVR Studio. What an amazing tool. Despite the AVR having a dedicated hardware call stack, this thing can't even display a call stack.
Nor can it display local variables for call frames up the stack. The upshot of this is that if you have a complicated protocol subroutine that calls get_byte() which blocks waiting for the next byte of input from USART or SPI/TWI (as slave), then whenever you break the program (yes, you must break the program for AVR Studio to display *anything*) you'll inevitably end up looking at the local variables of get_byte() which won't be interesting, while all the variables you wish to inspect in the calling routine are unwatchable.
In another nod to genius, whenever you break execution under AVR Studio, it changes focus to the source code tab where the execution happens to break. Even if you just had your cursor on the variable you wished to watch, or the line of code where you wished to add a break point, neither of which can be done while the program is running. Breaking the program changes your view, and then you have to find it again among twenty or so tabs you might have open.
I've never managed to develop much proficiency with GDB. I expect my new project will finally cure that. Generally I write my code so that I don't spend time debugging at that level.
It's nice to see prebuilt packages such as Yagarto where the GDB to random JTAG-of-the-month debug interface is pre-configured, and you're not forced to invest $700 in a "professional" level debug pod to get debug features that we really ought to take for granted in this day and age.
Also, I can't sign off without coughing up a hairball to describe the modalities of the Atmel debugWire interface. Bluuurp. There, that feels better.
Is open-source hardware ever going to be a reality outside of circuit designs and/or designs for odd gizmos that are either in the public domain due to expired patents or have flown under the radar of patent trolls? Can you, for example, apply something like the GPL to "meatspace" hardware, such as an efficient solar heater? I had an idea for a solar heater that could heat water, or potentially other fluids, to temperatures in excess of 1500C, and I had wanted to create a development community for it by open-sourcing it using a license such as the GPL, but we (meaning myself and others interested in the design) instantly ran into problems on the legal front. For one thing, there was the spectre of hidden sandbag patents that we would probably want to/have to pay a high-priced IP lawyer thousands of dollars to find. If such patents did not exist, then there would be the question of whether or not the design would be covered by an existing, expired patent (thereby making it public domain and furthermore off-limits to licenses such as the GPL). And, beyond that, there was the question of whether or not a patent troll would attempt to file for their own sandbag patent regardless of whether or not the device was previously unpatented, patented, or in the public domain due to expired patents. To make a long story short, it sure looked like we would have to patent it ourselves (if possible) before we could open-source it just to prevent anyone else from patenting it. And if we did that, we'd be paying out the nose just for the patent, not to mention any of the lawsuits and other challenges that might arise in the course of defending the patent.
Naturally the design itself has not yet been taken as far as some of the other designs mentioned in TFA; specifically, a prototype has not been built, nor are there instructions (yet) or a bill of parts. A development community sufficiently interested in the project might be able to fill in the blanks, so to speak, and make the design into a more robust product, which would please me greatly.
The greatest fear I (and others prithee to the project) have had is that there appears to be nothing stopping some scrooge from patenting the device and preventing anyone from being able to build or use products based on the design should I simply release the design I have "for free" and let people tinker with it as they please. In fact, there's no way to even compel those who might be interested in the project to release their results to others in the development community should one ever form short of receiving a patent and then applying something like the GPL.
If I wanted to release the design plus notes that might lead to a working prototype, bill of parts, etc. without having to worry about a patent holding firm locking up the design to quash all discussion of the product, much less production of units for personal/internal use or sale, what could I do? I'm not 100% sure that the granting of a sandbag patent would enable the IP troll to stop people from discussing the design or using devices based on the design personally or internally (should a corporation or government agency build units for their own use), but it sure seems likely that said patent troll would be able to halt sales of devices based on the design, which would be pretty disappointing.
Any such critter out there? Very easy to mix and match and recycle and make an upgradeable and customized desktop, but for laptops it doesn't seem to exist much. The chokepoint seems to be smallish screens, they seem to cost what a brand new cheap laptop cost. The next one seems to be no standard motherboard config. Granted, I haven't googled much at all on this, but seems there should be some projects already running. I checked the article and didn't see anything, open moko looks to be the closest, and that isn't even netbook sized. Is there even a raw laptop chassis with a screen that takes normal video connectors that you could slip an existing mini itx mobo in?
Don't feed the (rather obvious) troll, steveman...
what about gcc and vi?
:x
I just bought the best priced by feature 42 inch lcd 1080p tv. In my opinion the hardware manufactures that use open source are in a very good position to keep prices on hardware reasonable. This LG tv uses kernel 2.6.12 in an embedded situation and can be reflashed and tweeked by either a usb or rs232c null modem. The source of the firmware is also available to the consumer and the access software is also available. So because it is open source I can do all the technical service of my own TV if it ever becomes necessary. I can clearly see the advantages to the tech savy consumer in open source firmware!
This message was not sent from an iPhone because Peter Sellers really was a deviated prevert without a dime for the call
My interest is in merely open hardware. That is, I want hardware I can use with my open source software. If the hardware is sealed, that's probably fine by me. But all OS components need to be open source (that means drivers and loadable blobs). This would apply to both attachable devices as well as whole systems (such as a phone).
That said, open source hardware is a plus, since that means there can be competition in the manufacturing processes.
now we need to go OSS in diesel cars
Stuff like the Open Moko... It's expensive, not well designed and horribly lacking in features. I can't even build it myself. When Windows mobile and Android have a lot of leeway with software development, there's little reason for the handset.
Likewise stuff like MP3 players. I can buy a 1gig player from Tescos for £7 if I want a low quality player. It does have the building element but frankly, I'd get as much fun out of modifying an existing player. Would be less likely to fry components or even cause a battery to blow up due to my poor electronic skills.
What we need are people to find gaps in the market. How about designs for an ARM based media centre that can cope with HD output. Currently the only HD Media player around under £100 is the Western Digital one. Rather than looking for markets where there are endless solutions for hardware enthusiasts to tweak, give them a chance to get a product they otherwise wouldn't be able to get for that money.