 |
Hello mama, I'm home
Posted by lucastorri on September 03, 2007 at 07:51 PM | Comments (5)
More and more, access control and other home automation stuff are being used and required. We are giving away part of our privacy to prior security and commodity.
Bluetooth is a technology for wireless file transfer very spread today in cell phones, but most people don't know that it can be used to identify someone through the unique address each Bluetooth enabled device has. For example, if you see a number like "00:12:62:F8:E1:0C", be sure it's my cell phone.
So, to show this, I did a very simple experiment using Java SE, a Bluetooth (BT) enabled cell phone and an Arduino Board. The project is very simple: the Java SE application uses Project Marge, Avetana JSR-82 Implementation and a Bluetooth USB adapter to search for available devices in area. Once a registered device enter in area, like my cell phone, the Java App sends a signal through the USB port to the Arduino board (mapped as a tty device at Linux), which then interprets the signal and turns on a green LED ( light-emitting diode).
Talk is cheap, I know, so here it's a video of this little project running: http://br.youtube.com/watch?v=5GKwXAD1-RM
Arduino is a very cool an easy to use open-source electronic prototyping platform. The Arduino Board, part of the project, is a no expensive board based on the ATmega168 micro controller, giving the programmer a big sort of IOs and the possibility to communicate with a computer thought an USB cable (this in the version I have, cause there are Bluetooth and serial versions of the board). This boards can be assembled by hand or purchased preassembled. There is also an IDE, writen in Java, which helps developing the software that will run in the board.
Turn on a LED is a very basic thing, but imagine all the stuff that can be done: turn on or off several other gadgets, notify someone that you present in that place, update you cell phone with some kind of information, etc
Bye! =)
Bookmark blog post: del.icio.us Digg DZone Furl Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment
-
One of the big benefits of Arduino is that it’s open-source and cross-platform: Linux, Mac OS X, and Windows.
Also, you can do most of what AVRStudio does using the open-source command-line components that Arduino uses to compile your code (avr-gcc & avr-libc) and program your chips (avrdude). Digital Photo Frame
Posted by: wenchun on May 21, 2008 at 08:11 PM
-
网络营销软件
网络营销软件
网络营销软件
群发软件
群发软件
---
群发软件
网络营销软件
论坛群发软件
网站排名软件
群发软件
推广小助手破解版
论坛群发软件
网站排名软件
群发软件
推荐给你很好的群发软件和信息群发软件和供求群发软件
推荐给你很好的群发软件和信息群发软件和供求群发软件博客群发软件网络营销软件网络营销软件
网站排名软件网站排名软件网站优化软件信息群发软件信息群发软件信息群发软件论坛群发软件网站推广软件网站推广软件博客群发软件博客群发软件
群发软件群发软件博客群发软件论坛群发软件网络营销软件论坛群发软件
信息群发软件推广软件网站推广软件网络营销软件网站推广软件群发软件网站排名软件网站推广软件博客群发软件论坛群发软件群发软件网站排名软件网站推广软件博客群发软件论坛群发软件
网站排名软件
博客群发软件
网站排名软件
网站推广软件
群发软件信息群发软件
免费论坛群发软件
论坛群发软件
网站排名软件
免费博客群发软件
网站推广软件
群发软件
博客群发软件
网站排名软件
网站推广软件
群发软件信息群发软件
免费论坛群发软件
论坛群发软件
网站排名软件
免费博客群发软件
博客群发软件
信息群发软件
论坛群发软件
信息群发软件
博客群发软件
qq群发软件
邮件群发软件
博客群建软件
企业名录搜索软件
信息群发软件
邮件群发软件
论坛群发软件
博客群发软件
网站推广软件
网络营销软件
全能营销破解版
网络营销软件
论坛群发软件
论坛群发软件
论坛群发软件
网络营销软件
信息群发软件
信息群发软件
信息群发软件
群发软件
论坛群发软件
网络营销软件
网络营销软件
网络营销软件
群发软件
群发软件
---网络营销软件
网站推广软件
Posted by: info0089099 on December 25, 2007 at 04:27 PM
-
Hey Lucas, regarding you have said in my entry,I gonna do that when I get time!
Cheers,
Bruno
Posted by: brunogh on September 12, 2007 at 09:03 PM
-
Hello Pedro!
I can't find this information about who define the bt addresses, but I guess Bluetooth SIG is responsible for defining it (or a range) to every assembler that join the SIG.
About hacking I think you mean of copying this address, right? Every address is 48bit unique, but I believe it's possible to maybe create a hardware that this number can be changed, but I don't know how dificult is this. Like happens in a LAN network, that you can send a different MAC address to cheat a switch.
I don't know if I made myself clear. Anything just ask!
bye
Posted by: lucastorri on September 06, 2007 at 10:38 AM
-
Cool!!
A question, I'm having your Bluetooth number, I can't hack your device, can I??How they define this number??
Congratulations!
pedro bachiega
Posted by: pedrobachiega on September 05, 2007 at 09:01 PM
|