]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/11/06-ted:-witricity.rst
Add some missing 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     <iframe src="https://embed-ssl.ted.com/talks/eric_giler_demos_wireless_electricity.html"
30             width="560" height="315" frameborder="0" scrolling="no"
31             webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
32
33 .. _RFID: http://en.wikipedia.org/wiki/Radio-frequency_identification
34
35 .. vim: set et sw=4 sts=4 :