DCSIMG
Bluetooth - Shai Raiten

Shai Raiten

 Subscribe

Browse by Tags

All Tags » Bluetooth (RSS)
Bluetooth Radar– 100,000 Downloads
Bluetooth Radar – 100,000 Downloads Almost a year ago I compete in Microsoft “Enter Island” competition, and wrote a WPF Tool called – Bluetooth Radar. Bluetooth Radar is WPF 4.0 application built in Visual Studio 2010 (RTM) and based on 32feet.net shared source library. I also got a review from “The Life Hacker” - http://lifehacker.com/5525364/bluetooth-radar-displays-bluetooth+enabled-devices-for-easy-location-and-file-transfer And today I noticed that my application reached to 103,905 Downloads...
Enter Island – Bluetooth Radar = #1 Place
Enter Island – Bluetooth Radar = #1 Place Three weeks ago I heard about the Enter Island competition and I have decide to compete and build the “ Bluetooth Radar ”. If you are not familiar with Enter Island competition here what you had to do, first to be from Middle East or Africa and to do one of the following: Publish a photo or a short video of your IT workspace on the contest’s Facebook page , publish any project you built with Visual Studio 2010 on the CodePlex <<<--- I built a WPF...
The Life Hacker Review About Bluetooth Radar
The Life Hacker Review About Bluetooth Radar I’ve just saw that my Bluetooth project got a review (and hundreds of downloads :-D)  from “ The Life Hacker ” site. Life Hacker ||| Life Hacker.au ||| Addictivetips ||| Bluetooth Radar
Bluetooth Radar 2.2 - Update
Bluetooth Radar 2.2 - Update Bluetooth Radar is WPF 4.0 application built in Visual Studio 2010 (RTM) and based on 32feet.net shared source library. Why? In the past couple of years Bluetooth become an important protocol for computers and mobile devices, many times I find my self need to transfer an Image or Song to my device and What is the Best way for that? ..:: Bluetooth ::.. You may plug a cable between your device and computer but why to bother when you can use Bluetooth to transfer those items...
Bluetooth Radar 2.1 – Change Your Bluetooth RadioMode
Bluetooth Radar 2.1 – Change Your Bluetooth RadioMode Last week I’ve publish a major release of Bluetooth Radar 2.0 with couple of major features like send file to remote Bluetooth devices. Bluetooth Radar version 2.1 comes with more features and infrastructure and performance changes to allow you to do MORE! Release Notes Fix - "Right Click Crashes the application" bug Change OBX to push send Add current bluetooth device information + change device radiomode Add new window to display current...
Bluetooth Radar 2.0 – Scan and Send
Bluetooth Radar 2.0 – Scan and Send Update -> Bluetooth Radar 2.1 I’ve just upload another update for the “ Blutooth Radar ” on codeplex. ( Download Latest Version | Source ) This is a BIG Release with the ability to send files through Blue Radar. Enjoy
Bluetooth Radar V1.9 - Update
Bluetooth Radar V1.9 – Update Update -> Bluetooth Radar 2.1 I’ve just upload another update for the “ Blutooth Radar ” on codeplex. ( Download Latest Version | Source ) This is one last version before the Release version that will include File Send feature. Enjoy
Bluetooth Radar Update – Version 1.7
Bluetooth Radar Update – Version 1.7 Update -> Bluetooth Radar 2.1 My previous post was about Blue Radar Application On CodePlex (V1.5), I just upload another update mostly about UI changes –  Now it’s looking Cool! Download Latest Version | Source Enjoy
Working With Bluetooth Devices Using C# – Part 2 (OBEX)
Working With Bluetooth Devices Using C# – Part 2 ( OBEX) In my last post I talked about Working With Bluetooth Devices Using C# – Part 1 In this post I’ll show how to send file to bluetooth device. To send file to a bluetooth device we need to use WebRequest but with obex format. Download Demo Project OBEX is an acronym that stands for OB ject EX change, mostly used in the communications technology field as a communications protocol. Because the Infrared Data Association maintains OBEX, it is also...
Working With Bluetooth Devices Using C# – Part 1
Working With Bluetooth Devices Using C# – Part 1 32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. The project currently consists of the following libraries:- Bluetooth IrDA Object Exchange In this post I’ll show how to find Bluetooth devices using C# code. Download Demo Project First download 32Feet.net assemblies, the create new project and...