L100
The world’s lightest wireless flying machine lifts off
1Circult: cutting the circuitry from copper foil using a laser,
2Driving:piezoelectric ceramiic
3Power: 8mg solar cell
DRONES are getting ever smaller. The latest is the first insect-sized robot to take to the air without a tether delivering its power.
To get their device aloft, Sawyer Fuller of the University of Washington, in Seattle, and his colleagues, who will be presenting their work at the International Conference on Robotics and Automation in Brisbane later this month, had to overcome three obstacles. One is that the propellers and rotors used to lift conventional aircraft are not effective at small scales, where the viscosity of air is a problem. A second is that making circuitry and motors light enough for a robot to get airborne is hard. The third is that even the best existing batteries are too heavy to power such devices. Nature’s portable power supply, fat, packs some 20 times more energy per gram than a battery can.
In 2013 Dr Fuller, then at Harvard University, was part of a team which overcame the first of these hurdles, making a robotic insect that weighed just 80mg. The team copied nature by equipping their device with a pair of wings which flapped 120 times a second (close to the frequency of a fly’s wing beat). They partly overcame the second hurdle by doing away with conventional motors and driving the wings using a piezoelectric ceramic that flexes in response to electrical currents. The third, however, stumped them. Their drone was powered by means of a thin cable—and this cable also served to send control signals from equipment too heavy to be installed on the drone.
Dr Fuller and his new colleagues have now—almost—cracked the remaining problems. They have made the electronics which flap the wings lighter, by cutting the circuitry from copper foil using a laser, rather than printing the pattern onto a base. They have also added an 8mg solar cell to their device. Focusing a laser on this cell lets them power the robot without wires. They have dubbed their gizmo “RoboFly”.
The caveat is that, because they have not yet developed a way to make the power laser track the drone, as soon as it flies out of the beam it drops unceremoniously to the bench top. Solving this should not, however, be too hard—and once it is done they hope RoboFly will be flapping happily around their laboratory.
After that, it is a question of adding sensors and a communications capability to permit their tiny automaton to be controlled remotely, so that it can actually be used for something. The result, the team thinks, will be sure to make a buzz.
L100的更多相关文章
- WPF Path
在WPF中,自定义控件,经常用到Path. Path可以绘制多边形.边框.线条.简单的图标等. 1.Xaml中用法: <Path Stroke="DodgerBlue" St ...
- [翻译svg教程]Path元素 svg中最神奇的元素!
先看一个实例 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999 ...
- Windbg调试命令详解
作者:张佩][原文:http://www.yiiyee.cn/Blog] 1. 概述 用户成功安装微软Windows调试工具集后,能够在安装目录下发现四个调试器程序,分别是:cdb.exe.ntsd. ...
- WPF的"路径标记语法"
在此之前我们先了解一下WPF的"路径标记语法" M:表示绘制起点 // M 0,0 L:表示绘制直线 (H:横线 V:竖线) // L 100,0 C:三次方贝塞尔曲线 // ...
- HTML5的 2D SVG和SVG DOM的学习笔记(2)---SVG动画
SVG支持动画.可以通过以下几种方法获得动画效果: 使用SVG动画元素.SVG可以描述随时间变化的图形对象,使用不同的动画元素可以定义运动路径,淡入淡出效果和对象的膨胀.收缩.旋转和变换颜色. 使用S ...
- WinDbg 命令集锦
//断点相关 bp + 地址 设置断点bl 显示已经设定的断点bu + 地址 设置断点,但是这种类型断点再下一次启动时被记录bc 清除断点对于断点范围,可以用*匹配,-表示一个范围,表达多个可用,号 ...
- windbg常见命令
WinDbg WinDbg支持以下三种类型的命令: · 常规命令,用来调试进程 · 点命令,用来控制调试器 · 扩展命令,可以添加叫WinDbg的自定义命令, ...
- CPU的一些参数和排名
排名的信息来源: http://itianti.sinaapp.com/index.php/cpu 一些参数的信息来源: http://ark.intel.com/ 个人关注一些的一些CPU排名: I ...
- Windbg 内存命令 《第四篇》
内存是存储数据.代码的地方,通过内存查看命令可以分析很多问题.相关命令可以分为:内存查看命令和内存统计命令.内存统计命令用来分析内存的使用状况. 一.查看内存 有非常丰富的内存查看命令,它们被容易为d ...
随机推荐
- 2017年Android百大框架排行榜(转)
一.榜单介绍 排行榜包括四大类: 单一框架:仅提供路由.网络层.UI层.通信层或其他单一功能的框架 混合开发框架:提供开发hybrid app.h5与webview结合能力.web app能力的框架 ...
- python 面试题 删除字符串a中包含的字符串b
- jmeter java 请求 payload
1.注册页面抓包看见内容如下: POST http://test.nnzhp.cn/bbs/forum.php?mod=post&action=edit&extra=&edit ...
- AliRedis性能
引言: 如今redis凭借其高性能的优势, 以及丰富的数据结构作为cache已越来越流行, 逐步取代了memcached等cache产品, 在Twitter,新浪微博中广泛使用,阿里巴 ...
- Mac Python建立简单的本地服务器
由于Mac自带Python 所以省去我们去下载了 打开终端 执行python stm-macmini:~ apple$ pythonPython 2.7.10 (default, Jul 14 20 ...
- Java线程面试题:子线程先运行 2 次,然后主线程运行 4 次,如此反复运行 3 次
package thread; /** * 需求:线程编程:子线程先运行 2 次,然后主线程运行 4 次,如此反复运行 3 次. * @author zhongfg * @date 2015-06-1 ...
- tomcat下发布项目,遇到的问题总结
以前一直是在eclipse下启动tomcat,然后访问web项目.今天脑门一热,就想用tomcat的bin目录下的startup.bat来启动tomcat,虽然tomcat的启动很顺利,但是访问网页的 ...
- 安装部署服务器和javaweb项目
[说明]总算告一段落了,服务器啊服务器,你可是把我折磨的够呛,不过现在的状态我已经很满足了. [说明]下面的图片是我这两天一直在搞的,内容不能说是重复,只能说是不停地修改修改,出错出错. 1) 虚拟主 ...
- lua 元表是个啥?
function readOnly(t) local proxy = {} local mt = { __index = t, __newindex = function(t,k,v) error(& ...
- iOS GPUImage 滤镜介绍
这里直接引用官方描述: The GPUImage framework is a BSD-licensed iOS library that lets you apply GPU-accelerated ...