Category Archives: VoCore

VoCore’s OpenWrt State

  PID USER       VSZ STAT COMMAND
    1 root      1344 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [kworker/0:0]
    5 root         0 SW<  [kworker/0:0H]
    6 root         0 SW   [kworker/u2:0]
    7 root         0 SW<  [khelper]
    8 root         0 SW   [kworker/u2:1]
   63 root         0 SW<  [writeback]
   65 root         0 SW<  [bioset]
   67 root         0 SW<  [kblockd]
   90 root         0 SW   [kworker/0:1]
   96 root         0 SW   [kswapd0]
  141 root         0 SW   [fsnotify_mark]
  165 root         0 SW   [spi32766]
  205 root         0 SW<  [deferwq]
  256 root         0 SW   [khubd]
  331 root       884 S    /sbin/ubusd
  332 root      1496 S    /bin/ash --login
  413 root         0 SW<  [cfg80211]
  562 root      1312 S    /sbin/logd
  575 root      1512 S    /sbin/netifd
  616 root      1488 S    /usr/sbin/telnetd -F -l /bin/login.sh
  654 nobody     964 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf -k
  734 root      1496 S    udhcpc -p /var/run/udhcpc-eth0.2.pid -s /lib/netifd/dhcp.script -f -t 0 -i eth0.2 -C
  760 root         0 SWN  [jffs2_gcd_mtd5]
  792 root      1160 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22
  797 root      1496 S    /usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org 1.openwrt.pool.ntp.org 2.openwrt.pool.ntp.org 3.openwrt.pool.
Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                    5184       268      4916   5% /
/dev/root                 1792      1792         0 100% /rom
tmpfs                    14788        44     14744   0% /tmp
tmpfs                    14788         8     14780   0% /tmp/root
tmpfs                      512         0       512   0% /dev
/dev/mtdblock5            5184       268      4916   5% /overlay
overlayfs:/overlay        5184       268      4916   5% /

vocore.bin size 2883588(0x2c0004) => download here. In bootloader, use loadb command to transfer it from local to vocore memory. Then call cp.linux 2c0004 to copy it to flash. If there already exists old linux, call erase linux to delete old one.

The offical bootloader loadb command might not working. We have to change some code on its uboot. Details here: https://forum.openwrt.org/viewtopic.php?id=44472

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

VoCore v0.2 is coming…

VoCore v0.1 is a test version, it is used to make sure I am able to route all the nets though 2.7mm x 2.7mm board. VoCore v0.2 is a version to make the real PCB. I must be very careful to check the board.

I need about one month to make it done.

5G? Future?

http://zh.wikipedia.org/wiki/5G

5G information from wifi. 5G is using 28GHz, that means the wave length is only 10mm. How could that be possible to transfer 2000m?Unless there is no block. And how to save power, it will cost more power absolutely.

Very very funny, looking forward for this tech and more information.

Note20140127

无线通讯技术的极限

目前wifi使用的是2.4GHz的通讯频率,波长可以简单的算出为3e11mm / 2.4e9 = 125mm 大概一分米多一点,所以wifi的信号穿墙是衰减很大的。2.4GHz理论的极限的通讯速度是2.4G / 8 = 300MB/s, 但是无线信号被干扰的很厉害,需要加大量的检错码,一般实际的极限只有1/6的速度,就是50MB/s = 400Mb/s。大家购买的路由器300Mb/s就很快了。同时,速度和距离也有很大关系,距离越远由于干扰和信号衰减,速度会以非常快的速度下降。

未来的无限技术

我认为可以使用多频技术并且提高信号频率

多频的意思就是2.41G, 2.42G, 2.43G …同时工作 -> 每多一路,功率加一,处理的芯片加一。

提高信号频率就是用5G, 6G等更高频来传输数据 -> 但是频率越高功率越大,且越容易被遮挡。

而我的期待是可以通过无线传输两路HDMI,这样的速度大概是30GHz,通过占用10个3G通道应该可以实现,但是这样的设备小型化就比较难了,功耗也很难控制,相当等于12个2.4G的wifi芯片同时工作。理论上是可以实现的,我的无线路由做完后着手做一个这样模型,希望可以实现HDMI数据的传输。 一般wifi发射功率是100mW,距离也就是在80平米的房间里勉强覆盖,如果家里都是混凝土浇筑的估计信号衰减的会很厉害。 现在的电力线传输技术倒是可以解决一部分,但是电力线只有一根,像这样的超高频不使用差分信号且电力线都很长,就是一根接干扰的天线,现在的HiFi基本速度就极限了。 而这样的速度还是无法实现4K的传输的,那需要4个HDMI的速度。