I'm sorry to bust the fun on this, but I would never rebuild this device (or anything other with radio capability)... simply because of the costs of certification which is mandatory for any RF transmitter.
Can you clarify what you mean here? Are you saying that certification would be required to build this device in the U.S. (not sell or market it)? If so, this is incorrect. There is no FCC certification required for low-powered, non-licensed devices like this one if you don't sell or market them. You can run up to 5 such devices without any certication. See page 3 on: http://transition.fcc.gov/Bureaus/Engineering_Tech…
Hardware for OpenWrt
31–40 of 61 posts
Re: Hardware for OpenWrt
#32It seems unusual to pick a Mediatek SoC, if the goal is open source compatibility. It would have made much more sense to go with an Atheros SoC and Atheros modems, which can be used with no proprietary binaries whatsoever.
The downside is that most of the Atheros chips have a single <1Ghz MIPS core, when most of the rest of the router SoC market is switching to multi core 1GHz+ ARM devices, or is focused on other parts of the device space.
Re: Hardware for OpenWrt
#33Re: Hardware for OpenWrt
#34http://linux-sunxi.org/Main_Page
The only non open hardware on Allwinner chips is the ARM-licensed Mali GPU, but it's been reversed engineered to the point of producing a working, third-party, open source driver (the lima driver).
Both are very inexpensive Chinese chip manufacturers that use ARM-licensed MCUs, so it's not like the Allwinner is a vastly different product.
I personally prefer licensing projects with a permissive license that permits closed commercial development, such as the MIT or BSD license, over the GPL. However, when a company like Mediatek chooses to use GPL'ed software and then fails to follow the license terms, I think that displays a contempt for the entire open source community that I cannot support.
Re: Hardware for OpenWrt
#35Did they choose a wireless chipset that requires "binary blobs"?
Re: Hardware for OpenWrt
#36The hardware design isn't open-source, but all the software is, and it's available now for 19euro per module.
It's built on Atheros' AR9331 chipset which means you get to use the awesome open-source ath9k driver.
Re: Hardware for OpenWrt
#37I'm missing something: where is the source code (design files?) for this "open source hardware"?
Re: Hardware for OpenWrt
#38edit: I should say, TI's module isn't open either. As far as I know the firmware, which includes a TCP/IP stack, isn't open.
Re: Hardware for OpenWrt
#39A fun comparison: 20 years ago you could spend a large number of dollars (anyone remember how much?) on a dreamy Silicon Graphics Indigo2 Unix workstation. From http://en.wikipedia.org/wiki/SGI_Indigo%C2%B2_and_Challenge_... its specs included: * MIPS CPUs ranging from the the R4000 to the R10000, with clock rates of up to 250MHz. (This project uses a related MIPS CPU that clocks at 600MHz.) * Up to 512Mb of RAM, equ…
Re: Hardware for OpenWrt
#40A fun comparison: 20 years ago you could spend a large number of dollars (anyone remember how much?) on a dreamy Silicon Graphics Indigo2 Unix workstation. From http://en.wikipedia.org/wiki/SGI_Indigo%C2%B2_and_Challenge_... its specs included: * MIPS CPUs ranging from the the R4000 to the R10000, with clock rates of up to 250MHz. (This project uses a related MIPS CPU that clocks at 600MHz.) * Up to 512Mb of RAM, equ…