]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/11/06-ted:-witricity.rst
Add some blog posts
[personal/website.git] / source / blog / posts / 2009 / 11 / 06-ted:-witricity.rst
1 Title: TED: Witricity
2 Tags: en, ted, witricity, eric giler
3
4 The concept of transfering energy without wires is pretty old. You can even
5 have it now, with RFID_ for example (I even have a mouse__ that uses no battery,
6 the pad transfer energy to the mouse using RFID_; very good mouse BTW).
7
8 __ http://www.a4tech.com/ennew/product.asp?cid=142&scid=92&id=254
9
10 But `Eric Giler`__ presents a nice new concept in wireless electricity (the
11 marketing name is *Witricity*), because other kind of wireless energy transfer
12 I saw has very little power (to avoid frying your brain ;). This one works
13 using a magnetic field instead of radio waves, which makes possible to transfer
14 bigger amounts of energy without harm.
15
16 __ http://www.ted.com/speakers/eric_giler.html
17
18 In the video you can see how it powers a big LCD screen for example. I don't
19 know how efficient this will be. At first sight it looks like it would waste
20 a lot of energy, because the magnetic field generation will be using energy all
21 the time, even when there are no devices using it.
22
23 Here is the video__:
24
25 __ http://www.ted.com/talks/eric_giler_demos_wireless_electricity.html
26
27 .. raw:: html
28
29     <div style="text-align: center; margin-bottom: 8pt">
30     <object width="446" height="326">
31     <param name="movie"
32         value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param>
33     <param name="allowFullScreen" value="true" />
34     <param name="wmode" value="transparent"></param>
35     <param name="bgColor" value="#ffffff"></param>
36     <param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/EricGiler_2009G-medium.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/EricGiler-2009G.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=619&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=eric_giler_demos_wireless_electricity;year=2009;theme=what_s_next_in_tech;theme=new_on_ted_com;theme=the_creative_spark;theme=tales_of_invention;event=TEDGlobal+2009;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;"/>
37     <embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"
38         pluginspace="http://www.macromedia.com/go/getflashplayer"
39         type="application/x-shockwave-flash"
40         wmode="transparent"
41         bgColor="#ffffff"
42         width="446"
43         height="326"
44         allowFullScreen="true"
45         flashvars="vu=http://video.ted.com/talks/dynamic/EricGiler_2009G-medium.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/EricGiler-2009G.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=619&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=eric_giler_demos_wireless_electricity;year=2009;theme=what_s_next_in_tech;theme=new_on_ted_com;theme=the_creative_spark;theme=tales_of_invention;event=TEDGlobal+2009;">
46     </embed>
47     </object>
48     </div>
49
50
51 .. _RFID: http://en.wikipedia.org/wiki/Radio-frequency_identification
52
53 .. vim: set et sw=4 sts=4 :