Skip to main content

Chinese scientists demonstrate 2Mbps internet connection over LED

Chinese scientists demonstrate 2Mbps internet connection over LED: "

LED data transmission used to be all the rage -- we fondly remember beaming Palm Pilot contacts via IrDA. Then we got omni-directional Bluetooth and building-penetrating WiFi, and put all that caveman stuff behind us. But now, scientists the world over are looking to bring back line-of-sight networking, and the latest demonstration has Chinese researchers streaming video to a laptop with naught but ceiling-mounted blue LEDs. The Chinese Academy of Sciences claims to have realized a 2Mbit per second internet connection that transmits data simply by modulating the flicker of the little diodes, and imperceptibly enough to have them serve as room lighting as well. Like Boston University before them, the Chinese scholars see short-range LED networks controlling smart appliances. It's not quite the gigabit speed you'd get from laser diodes, but this way you'll get more mileage out of those expensive new bulbs, eh?

Chinese scientists demonstrate 2Mbps internet connection over LED originally appeared on Engadget on Mon, 17 May 2010 20:22:00 EST. Please see our terms for use of feeds.

Permalink Engadget Chinese  |  sourceBeijing Times (163.com)  | Email this | Comments"

Comments

Popular posts from this blog

Microsoft Keyboard macro Sleep

1) Open up your "Microsoft Keyboard" properties (aka Intellipoint ) 2) Select the macro key you want to assign it to, and hit Configure 3) Select the option "Start a program, Web page, or file" and hit next 4) Type this into the box : Rundll32.exe Powrprof.dll,SetSuspendState Sleep Njoy ! source :  http://www.tomshardware.co.uk/forum/5145-63-windows-sleep-macro

Change Your IP Address From Windows PowerShell #windows10

step 1 : run ISE as Administrator step 2 : run ipconfig command choose adapter to set eg. "Ethernet" step 3 : run netsh : netsh interface ip set address name=”[Adapter Name]” static [IP] [Subnet Mask] [Default Gateway] eg. netsh interface ip set address name=”Ethernet” static 192.168.0.200 255.255.255.0 192.168.0.240 or use DHCP :  netsh interface ip set dnsservers name=”Ethernet” source=dhcp netsh interface ip set address name=”Ethernet” source=dhcp Njoy !

How to Fake/Trick Your Netbook's Screen Resolution to Higher

Get 1024x768 or higher resolution on your netbook via this registry hack ! Go to the Start menu and type in  regedit  in the search box, then hit Enter At the top menu, go to Edit then Find... and search for " Display1_DownScalingSupported " Change each instance you find (you'll likely find 2 results for this) from "0" to "1". Make sure you change e very found instance , because otherwise the hack won't work (in my experience). Once done, restart the system. Njoy ! Source :  http://mobileoffice.about.com/od/netbooks/a/How-To-Change-Your-Netbooks-Screen-Resolution.htm