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的更多相关文章

  1. WPF Path

    在WPF中,自定义控件,经常用到Path. Path可以绘制多边形.边框.线条.简单的图标等. 1.Xaml中用法: <Path Stroke="DodgerBlue" St ...

  2. [翻译svg教程]Path元素 svg中最神奇的元素!

    先看一个实例 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999 ...

  3. Windbg调试命令详解

    作者:张佩][原文:http://www.yiiyee.cn/Blog] 1. 概述 用户成功安装微软Windows调试工具集后,能够在安装目录下发现四个调试器程序,分别是:cdb.exe.ntsd. ...

  4. WPF的"路径标记语法"

    在此之前我们先了解一下WPF的"路径标记语法" M:表示绘制起点 // M 0,0 L:表示绘制直线 (H:横线 V:竖线)  // L 100,0 C:三次方贝塞尔曲线   // ...

  5. HTML5的 2D SVG和SVG DOM的学习笔记(2)---SVG动画

    SVG支持动画.可以通过以下几种方法获得动画效果: 使用SVG动画元素.SVG可以描述随时间变化的图形对象,使用不同的动画元素可以定义运动路径,淡入淡出效果和对象的膨胀.收缩.旋转和变换颜色. 使用S ...

  6. WinDbg 命令集锦

    //断点相关 bp + 地址 设置断点bl  显示已经设定的断点bu + 地址 设置断点,但是这种类型断点再下一次启动时被记录bc 清除断点对于断点范围,可以用*匹配,-表示一个范围,表达多个可用,号 ...

  7. windbg常见命令

    WinDbg WinDbg支持以下三种类型的命令: ·        常规命令,用来调试进程 ·        点命令,用来控制调试器 ·        扩展命令,可以添加叫WinDbg的自定义命令, ...

  8. CPU的一些参数和排名

    排名的信息来源: http://itianti.sinaapp.com/index.php/cpu 一些参数的信息来源: http://ark.intel.com/ 个人关注一些的一些CPU排名: I ...

  9. Windbg 内存命令 《第四篇》

    内存是存储数据.代码的地方,通过内存查看命令可以分析很多问题.相关命令可以分为:内存查看命令和内存统计命令.内存统计命令用来分析内存的使用状况. 一.查看内存 有非常丰富的内存查看命令,它们被容易为d ...

随机推荐

  1. Java之Filter

    一.何为Filter? Filter也称之为过滤器,它是Servlet技术中比較激动人心的技术.WEB开发者通过Filter技术.对webserver管理的全部web资源.换句话说其主要用于前台向后台 ...

  2. (转)linux设备驱动之USB数据传输分析 二

    3.2:控制传输过程1:root hub的控制传输在前面看到,对于root hub的情况,流程会转入rh_urb_enqueue().代码如下:static int rh_urb_enqueue (s ...

  3. Jmeter+Ant+Jenkins接口自动化测试框架搭建

    前言 软件开发的V模型大家都不陌生,其中测试阶段分为单元测试→功能测试→系统测试→验收测试.其中单元测试一般由开发同学们自己完成,大部分测试具体实施(这里不包括用例设计)是从单体功能测试开始着手的. ...

  4. EasyPlayer RTSP播放器OCX RegSvr32注册报错,DllRegisterServer调用失败,错误代码为0x80040200 解决方法

    问题描述 模块"EasyPlayer-RTSPWebActiveX.ocx" 已加载,但对DLLRegisterServer调用失败,错误代码为0x80040200. 解决方法 是 ...

  5. Ogbect对象转换为泛型对象

    相信很多人都自己写个这个转换的方法,再次附上我自己的写转换方法仅供参考. T t = BeanUtil.dbObject2Bean(obj, tClass); public static <T& ...

  6. 九度OJ 1183:守形数 (数字特性)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:3815 解决:2005 题目描述: 守形数是这样一种整数,它的平方的低位部分等于它本身. 比如25的平方是625,低位部分是25,因此25是 ...

  7. 京东android面试题(2018 顶级互联网公司面试题系列)

    以下来自于北京的一个兄弟的面试题 1.静态内部类和非静态内部类有什么区别  2.谈谈你对java多态的理解  3.如何开启线程,run和runnable有什么区别  4.线程池的好处  5.说一下你知 ...

  8. 移动端meta viewport

    <meta name="viewport" content=" width=device-width, user-scalable=no, initial-scal ...

  9. dva+antd写的一个react例子--服务器nginx 的配置

    location ^~ /crm { rewrite ^/crm/(.*)(\.js|\.css|\.png|\.jpg|\.jpeg|\.gif|index\.php|robots\.txt)$ / ...

  10. 正则表达式 匹配符合A表达式切不符合B表达式的字符串

    有一道这样的面试题 写一个Java方法,利用正则表达式判断输入str中包含字符串”ios“或”apple“(大小写不敏感),但不包括”mediaplayer“.如果满足条件,返回所包含的字符串”ios ...