We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Bluetooth (Read 627 times)
Bluetooth
Nov 30th, 2007, 2:09pm
 
Hi, I'm new to the world of processing and this site.
I was wondering if i could find some information about bluetooth integration with processing.
The main goal is to create a videowall where people could send there pictures to via bluetooth (gsm).

Does anyone has any experience with this?

Kind Ragards!
Dave

Re: Bluetooth
Reply #1 - Nov 30th, 2007, 2:48pm
 
I recently released the bluetoothDesktop library
http://www.extrapixel.ch/processing/bluetoothDesktop/

which let's you connect to bluetooth devices if you have a bluetooth enabled computer.
However, file transfer is not implemented yet (you could go ahead and hack it if you want, sources are open!)

You mentioned gsm... which would be something completely different. I posted some info about mms receiving here:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1191953267;start=1#1
It basically needs a computer with an attached gsm-module. And there is a software called NowSMS, it's not free, but it'll export the reveived mms-images into a folder. (you could then scan that folder using processing & display it).

all in all not trivial, but can be done.
Re: Bluetooth
Reply #2 - Dec 3rd, 2007, 3:32pm
 
Hi Dave,

Just updated the examples for bluetoothDesktop, there is now an example of a client/server app for sending captured images from the mobile phone to processing.

http://www.extrapixel.ch/processing/bluetoothDesktop/examples.html
Page Index Toggle Pages: 1