Ninjia's Ledong and Scratch Robot

Ledong Scratch Robot 高中通用技术 简易机器人

正在浏览 Wireless 里的文章

为明天的会议草稿: 1、通用技术应用:传感器,控制,设计,流程; 2、简易单片机应用套件:Atmega168,Arduino 模块化C语言,图形界面编程; 3、简易机器人应用:Arduino驱动,图形界面,仿真界面; 4、数字化实验室方案:USB接口,双缓冲,高速+实时+同步,上位机界面; 5、交互式学生无线手持终端WISDA:无线,上网,交互,课程,作业,家庭,教室; 6、远程教育:张兵Web方案; Arduino资源: 1、Arduino官方:www.arduino.cc 2、Linux代码:http://arduino.cc/en/Main/Software;                         http://code.google.com/p/arduino/ 3、编译方法:http://code.google.com/p/arduino/wiki/BuildingArduino                      http://code.google.com/p/arduino/wiki/BuildProcess 4、中文汉化:www.arduinocn.com,争取做成中文官方 5、通用技术,简易单片机,简易机器人图形化硬件设计工具:                   http://fritzing.org/                  http://www.pololu.com/                  http://www.societyofrobots.com/member_tutorials/node/70 http://lab.guilhermemartins.net/zezinho-the-poser-installation/                   http://narobo.com/robots/3in1robot/3in1robot.html                  http://letsmakerobots.com/node/6230                  http://www.societyofrobots.com/member_tutorials/node/45 http://www.instructables.com/id/Make-a-wall-avoiding-Robot!/                  http://www.pobot.org/-Pobot-Easy-.html 6、图形化编程:                    http://dimeb.informatik.uni-bremen.de/eduwear/?cat=4                    http://dimeb.informatik.uni-bremen.de/eduwear/?cat=9

Arduino meets Processing via Wifi

抢板凳

http://www.geocities.jp/arduino_diecimila/wifi/index_en.html http://www.geocities.jp/arduino_diecimila/index_en.html

M8

抢沙发

BBS:http://bbs.meizu.com/index.php          http://bbs.cnmo.com/forum-923-1.html         http://www.m8fans.com/ 魅族M8主板照片惊曝论坛:http://article.pchome.net/content-568914.html http://bbs.cnmo.com/forum-923-1.html http://meizu.cnmo.com/ 【魅族M8手机】最常见问题解答集锦(不断更新)http://bbs.cnmo.com/thread-92857-1-1.html 提供一款批处理软件给高手写软件包用:http://bbs.cnmo.com/thread-92922-1-2.html 手机中国魅族M8全方位资讯内容:http://bbs.cnmo.com/thread-92865-1-2.html M8可用的设备查看器:http://bbs.meizu.com/redirect.php?tid=718246&goto=lastpost M8软件中心:http://bbs.meizu.com/forum-62-1.html M8软件包:http://bbs.meizu.com/thread-720123-1-1.html 发个WINCE远程控制软件,可以在PC上控制M8了:!!!!!!!!!!!!!!!!!!!!! http://bbs.meizu.com/thread-729541-1-1.html

Linux系统手机

抢沙发

国产的一些Linux手机: http://shop.mall.taobao.com/product-1161211.htm?ad_id=&am_id=&cm_id=&pm_id= http://auction1.taobao.com/auction/item_detail-0db1-43fdca5268ea19287fa6da8588cdcaa3.jhtml http://auction1.taobao.com/auction/item_detail-0db1-c44e4eee942ca93217cee72af14a33fb.jhtml http://auction1.taobao.com/auction/item_detail-0db2-fb4ea5c36883df39e2b84cce9aafd793.jhtml http://auction1.taobao.com/auction/item_detail-0db2-2a55e346389c860e269ee72a986f6f69.jhtml http://auction1.taobao.com/auction/item_detail-0db2-e700dff310e7166471a26d9759fff8e5.jhtml ———- http://os.51cto.com/art/200807/81356_1.htm http://cio.ccw.com.cn/research/qiye/htm2006/20060508_10949.asp http://news.csdn.net/n/20060522/90758.html http://mobile.northeast.cn/system/2008/06/24/051335839.shtml http://tech.163.com/mobile/08/0110/09/41RAO6IL0011179O.html http://tech.qq.com/a/20080212/000039.htm http://detail.china.alibaba.com/buyer/offerdetail/138050745.html

VNC的linux与window配制

抢沙发

VNC的linux与window配制: http://xy0811.spaces.live.com/?_c11_BlogPart_BlogPart=summary&_c=BlogPart VNC的linux与window配制 一、             原理 1.    VNC:Virtual network computing 2.    效果:在本机显示和控制别一台计算机的桌面,就像直接用那台计算机一样 3.    协议:RFB(Remote Frame Buffer) 4.    平台:VNC是开源的,被移植到了各个平台,支持各平台间的互连 5.    架构:C/S架构,被控制机器运行VNC server,连接方运行VNC client,或通过浏览java网页界面与VNC server连接 6.    端口:一般端口号有两组,一组是58XX,用来支持java网页控制,一组是59XX,用来支持软件的VNC client控制   7.     分块刷新:把屏幕分成16×16的小块,需要刷新的区域做上标记,每隔一个时间段刷新做标记的区域 二、             配置 1.    Server端 (1)       Linux(suse9.3中默认使用tightvnc) a)       打开vnc服务 $vncserver  它是跑在后台的 $vncpasswd       输入密码 b)      看VNC server端口是否已打开 $netstat –na|grep tcp   (看58XX,59XX是否开启) c)      开通X桌面的远程控制 此时只开了twm, 不能两边同时显示,不能同时用鼠标操控,如果想获得整个X桌面,并同时显示和控制,还要做以下设置: suse 9.3 yast->网络服务->远程管理->Allow Remote [...]

无线连接Ad-hoc(Linux/WinXP)

抢沙发

无线连接Ad-hoc(Linux/WinXP):http://xy0811.spaces.live.com/?_c11_BlogPart_pagedir=Next&_c11_BlogPart_handle=cns!F8AECD2A067A6B17!1063&_c11_BlogPart_BlogPart=blogview&_c=BlogPart 无线连接Ad-hoc(Linux/WinXP) 点对点的无线连接Ad-hoc 一、             说明 如果你有两台计算机,它们都安装了无线网卡,那么通过配置Ad-hoc,两台机器就可以互连,而不需要网线或者AP,这两台机器之间的关系是对等的,就像通过一跟网络连接两台计算一样。 二、             方法 1.步骤:        第一步:先把其中一台设置为ad-hoc        第二步:用另一台跟它连接 2.手动配置IP地址        由于我们这两台机器都不服务器,所以无法DHCP自支分配IP地址,所以要手动配置 三、             具体实现 这两台机器的关系是平等的,但是为了描述方便,我们把先设置的一台叫发起方,另一台叫连接方 1.  发起方是Linux,连接方为WindowsXP的情况 (1) 发起方(Linux)配置 insmod sd86xx      #加载无线网卡驱动 iwconfig eth0 mode ad-hoc  #设置为ad-hoc模式 iwconfig eth0 essid “xy-adhoc”   #设置网络名为xy-adhoc ifconfig eth0 1.1.1.1     #设置IP地址为1.1.1.1 (2) 连接方(Window)配置 网上领居->右键->无线网络连接->右键->属性->TCP/IP       设:IP地址        1.1.1.2              子网掩码       255.0.0.0              默认网关       1.1.1.1 查看无线网络->刷新网络列表,此时就能看见xy-adhoc,连接它        [...]


Warning: Unknown: open(/var/chroot/home/content/i/m/t/imtcnadmin/tmp/sess_23c125f235915cadf70d96d003ea6939, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0