网络ID:aGuegu
真名:官微宏
一句话简介:三态青年,半调子,喜自由,技术宅
在玩的:Arduino,Ruby,Rails, Processing, Java, XML,Ajax,Ubuntu,C++
玩过的:摄影、摄像、单车、C、STC51
毕业于:西北工业大学 机械设计制造及其自动化专业
现居:福州
新浪微博:http://www.weibo.com/aguegu
腾讯微博:http://t.qq.com/aguegu
优酷空间:http://u.youku.com/aguegu


http://www.instructables.com/id/Intro-to-Arduino/ 这个网站有很多DIY的东西,你可能会喜欢。
我也机械设计制造及其自动化的哦,但是是做软件工作的,搞linux。业余也折腾mega8
instructables,很有名的哈,上面还有我自己的小项目哦。
你的小项目在哪里?如何看到它?
哪些小项目?可以看看“微项目”和“初号机”。
Hello!
A friend of mine in China bought for me as a gift this product in taobao:
http://item.taobao.com/item.htm?id=10959651858
But in the CD that comes inside there´s no manual in english. Is there any manual in english for me to get? Otherwise it wouldn´t be possible for me to assembly it because I can´t speak chinese. Thank you and best regards!
Hi, I am very sorry for the trouble you have. I am afraid that I may not offter you an English menu. Basically, first solider all the leds, the 64 leds in each layer share the same anode, while the 8 leds in each column shared the same cathode. So there are 8 anodes and 64 cathodes on the board.
About programming, if you are using the Xuping’s version, plug the USB cable, and you would find a serial port on your PC. Then you may send 2 bytes, like “0xf1 0×00″, which refers to turn off all leds, “0xf1 0xff” means turns all leds on. There are other 2 commands, 0xf1, 0xf2.
There is a blog http://aguegu.net/?p=238 about 3D8 driven by arduino. There is a sample code there. Wish it would make more sense to you.