From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jul 6 18:12:22 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81032106566B for ; Tue, 6 Jul 2010 18:12:22 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3647F8FC1B for ; Tue, 6 Jul 2010 18:12:21 +0000 (UTC) Received: by vws6 with SMTP id 6so8210496vws.13 for ; Tue, 06 Jul 2010 11:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qKYGLqdwBHQK9+lCigJE5akFP1aZkt1Z4ssTffqihDg=; b=n8WYUmCPDn5ItybAIpJbH+MIKhum8S6TaGcGlVAp+fWgv6Ab36EDs0tFNHVfIXjhU7 d6Su8hGqI8MnDRZRQKFnlrYn3iQbQDp9tmHvPOo5hCoG3Qroi0EY+d2Dh5IlXnfqNP4l S7bg+5otx724U0uoyFElt497aRR2wNzK8FojI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EGhznCnAyjpgrBHWoClVzqUAq3BchelQo0mMvaNlkMHIbULE7jWY1DYYJC4i39DZlh 1qpC7Zxa7gkVQTE97p5QthzggdpbEg68gMoQSMaC/PA6S3QsiVIOHwfZiEkKb6fGfUVM xr1SCLqhqgyuuA/BetNui7qGUGZL71tArzXhA= MIME-Version: 1.0 Received: by 10.220.62.207 with SMTP id y15mr2669002vch.97.1278439934480; Tue, 06 Jul 2010 11:12:14 -0700 (PDT) Received: by 10.220.199.13 with HTTP; Tue, 6 Jul 2010 11:12:14 -0700 (PDT) In-Reply-To: <201007061341.o66DfjvV084330@lurza.secnetix.de> References: <201007061341.o66DfjvV084330@lurza.secnetix.de> Date: Tue, 6 Jul 2010 11:12:14 -0700 Message-ID: From: Maksim Yevmenkin To: Oliver Fromme Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Samsung SPF-800P supported by FreeBSD? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2010 18:12:22 -0000 Oliver, > I'm considering to buy a Samsung DPF-800P ... This is a > digital photo frame that supports wireless upload via > bluetooth. According to the specs on Samsung's web site > it supprts these protocols: OPP, FTP, A2DP, AVRCP. > > Would this work with FreeBSD? Has anybody tried this? opp and ftp should work. you will need to install opexapp from ports. > I would like to use this photo frame as a wireless > information display that would be updated from the FreeBSD > server once per minute (or similar). Can anybody confirm > that this would work? Or can someone recommend another > piece of hardware for this purpose that would work? i'm sure you could build your own :) all it takes is an old'ish pc w/lcd screen, bluetooth usb dongle, obexapp, image magic (or your favorite image manipulation program) and a day of work writing a script that puts all of this together :) thanks, max