WRTnode Opened for $25
wrtnode.com
WRTnode Opened for $25
1–10 of 98 posts
Re: WRTnode Opened for $25
#2Re: WRTnode Opened for $25
#3Re: WRTnode Opened for $25
#4Is it open hardware if the ISA of the processor is not free (in both senses)? I think MIPS (which this uses) is free, but I see a lot of open hardware where I doubt the ISA, much less the architecture, is free.
This is what allows adruino to be open as they share layout files and software, but the Atmel AVR micro-controller they use does not have an open design.
It does get confusing since there are open hardware projects that go down to silicon, but for the most part that level of design is just beneath the concern of the people who want to internet enable their fridge or whatever. Just like most computers contain closed source code in the form of controllers and all but the most extreme open source types just don't care that they have a closed source USB controller.
Re: WRTnode Opened for $25
#5I always find it hard to take things seriously when they are written in poor english. "Will coming soon" makes me worry about the quality of the rest of the project, maybe more than I should.
Re: WRTnode Opened for $25
#6Re: WRTnode Opened for $25
#7I always find it hard to take things seriously when they are written in poor english. "Will coming soon" makes me worry about the quality of the rest of the project, maybe more than I should.
FWIW, I have ordered some parts from Seeedstudio (including a Xadow board) and was quite satisfied with the service.
Re: WRTnode Opened for $25
#8I always find it hard to take things seriously when they are written in poor english. "Will coming soon" makes me worry about the quality of the rest of the project, maybe more than I should.
Re: WRTnode Opened for $25
#9Is it open hardware if the ISA of the processor is not free (in both senses)? I think MIPS (which this uses) is free, but I see a lot of open hardware where I doubt the ISA, much less the architecture, is free.
Generally in the "maker" community open hardware is based on layout and software level openeness. So board layouts are shared even if the internals are not. This is what allows adruino to be open as they share layout files and software, but the Atmel AVR micro-controller they use does not have an open design. It does get confusing since there are open hardware projects that go down to silicon, but for the most part t…