Monthly Archives: March 2014

VoCore v0.3 solid done

VoCore v0.3 solid is done 🙂 Here is the picture.

不再有飞线的和平世界 ^_^

IMG_20140316_225525

It is night, a little dark.

I am lucky, the first time I connect it to 3.3V, success into boot loader and linux system.

Bad news is wifi do not work at all.

Good news is I just find the problem in two minutes. There are two inductance on the antenna, one should be 2.2nH and another should be 2.7nH, but the real one I solid onto the board is 2.2uH and 2.7uH…Thousand times bigger than my schematic value. The careless seller send me the wrong inductance. I have to wait them send the right one and test wifi part later.

3.3V/0.3A = 1W: run linux with wifi on/ethernet on(two ports).

3.3V/0.25A = 0.825W: run linux with wifi on.

3.3V/0.15A = 0.495W: run linux with wifi off.

 

VoCore is priceless for me.

Finally VoCore v0.3 PCB comes to my home today. Now there is no jump wire anymore.

So happy, now I have a board that I have full control on it.

I have a raspberrypi, I can not full control it and I have to buy a 30USD camera, that is expensive. I want to DIY one, but camera interface is not opened. I really hate that, I just want to control every corner of my own board. That is one important motivation for me to make VoCore. I think if you want every one to use it for study or learn programming, it is better to open them all.

But for my module, in my further plan, I will make a camera based on OV2640 or OV3660 which supply JPEG format output, the camera price will be under 10USD.

Next version should be the final version, v0.4, in that version I will use “Semi-hole technology”(searched from google, in Chinese it should be 半孔工艺) to make the board smaller. Now its size is 27mm x 27mm, a little bigger than 1RMB coin(25mm). Next version it will be 24mm x 25mm with a on board Ceramic Antenna, but I am not sure about that, I need to test on 0.3 first to make sure ceramic antenna works well on my side.

After wifi test/GPIO test and other test is done from my side, I will make about 100p, and try to sell it at 10USD on taobao/ebay. Hopefully then more people will help me develop it and make this one better or even smaller. Software and hardware will be all open forever. 🙂

This module, in some situation, it is better than arduino for study embed.

VoCore v0.3: The Smallest/Cheapest Router Module in the World :)

From my search online, now I am sure, VoCore0.3 is the SMALLEST/CHEAPEST/28GPIO&other interface Linux Router Module in the World 🙂

The price should be less than 10USD. But it can do job as a full function linux MIPS computer with wifi.

在网上搜了半天,现在我可以确定,VoCore v0.3是世界上最小的最便宜的,28个GPIO及其他的各种接口最全的Linux路由器模块。

批量生产价格应该在60元人民币以下,但是它其实就是一台带wifi的linux小电脑。

The following two files are used for personal study. If you want to use it in commerce area, please contact vonger@live.com.

以下的文件只可用于个人学习和研究。如果您需要用于商业用途,请邮件联系vonger@live.com,适量收取一些开发测试费用,如果有定制开发需求,也可和我联系。

PCB files:(PDF format)

VoCore.v0.3

SCH files:(PDF format)

VoCore.v0.3.sch

VoCore v0.2 run linux success!

IMG_20140314_103800

Waiting for new 0.3 PCB from factory…It is a long time…

So I decide to complete that “jump wire” VoCore v0.2. After several attempts, it works now!

This are some screen captures 🙂

 

Downloading openwrt to my VoCore by UART Lite.

E6FC144F-0DFB-430C-A7A2-7C04DA3A9EB8

 

Run top on board.

aaaaa

VoCore 0.3 on the way.

I am a real newbie on hardware 🙂

VoCore 0.2 has failed, when I connect it to power, some time the current cost is 0.20A but some time the current cost is 0.23A and RXD2/TXD2 is always high, it should change to low once the chip on boot process. So I guess the problem is before bootstrap, and the problem might be I floated PORST_N which is used to reset the chip.

For v0.2, I just simply followed the datasheet of RT5350F and trust its “internal pull up”. But in fact, reset can not work that easy way. it will be pull high once it connect to 3.3V then it will be pull low for a few ms(140ms~400ms), so if I just pull it to high will cause problem.

OK, then I jump a wire under BGA as following. Plan to connect a chip named MAX809S, it is a reset circuit. It is used to make reset stable.

IMG_20140306_094052

Then solid all parts on. Then do a few test…

Connect to power, now it current consume is fixed to 0.20A, not float between 0.20A ~ 0.23A anymore. So I think at least the reset part is normal now.

Connect with TXD2 to a PL2302 USB-TTL device, I find TXD2 changed to low after boot, so boot strap is normal.

Then I try to read from the chip, no luck, nothing output. I tried many times, but no success. Only one time it output some REAL char when I press the memory hard onto the board(I am so happy when I get that output, it is close to success). I think there must be something wrong on the memory. Then I use ohmmeter to check between memory solid pad and memory chip foot, find at least 5 feet are not really connected to the pad. For fix that, I tried to use the high skill called “drag-soldering”, but just make my board into mess… and I lose one memory chip. 🙂

Another try is to solid another board, but this time BGA has some problem because of the jump wire. I have to stop here, or I will lose more RT5350F. :'(

For next step, I’d better to make another board, then use the “print-solid” way, much easier for a newbie and that will have high rate to success.

Show my current work.

top

back