background preloader

Windows Phone

Facebook Twitter

Smartphone robots made with Windows phone. Pour résumer le dernier défi : l’idée était de réaliser une transmission série sans fil depuis le Windows Phone alors que l’OS ne propose pas le profil Bluetooth SPP.

Smartphone robots made with Windows phone

La proposition : Utiliser le profil Bluetooth A2DP pour streamer le signal envoyé au port série pour Windows Phone qui marche normalement sur le port audio du Smartphone. To summarize the last challenge : The idea is to make a wireless transmission from the Windows Phone although the OS doesn’t propose the SPP Bluetooth profile. The proposal : Use the A2DP Bluetooth profile to stream the signal sent to the Windows Phone serial port which works usually on the audio port of the Smartphone . Donc finalement, j’ai reçu le récepteur Bluetooth A2DP de chez Nokia (11j après …). Et ça ne marche pas ! Double problème : En fouillant, on peut lire que le BH-111 de Nokia dispose d’un filtrage numérique (DSP) du signal permettant de traiter le son. Double trouble : Je recommence les tests.

I start the test again. Comment synchroniser plusieurs agendas Google avec Windows Phone 7. Si Windows Phone 7 ne manque pas de charme, la plateforme mobile de Microsoft souffre cependant de quelques lacunes.

Comment synchroniser plusieurs agendas Google avec Windows Phone 7

Parmi ces dernières, on peut bien évidemment citer le module calendrier qui ne peut pas se synchroniser avec tous les agendas d’un compte Google. Par défaut, c’est en effet le premier calendrier de votre compte qui sera pris en compte par votre mobile et autant dire que c’est une limitation franchement idiote car nous sommes nombreux à jongler entre plusieurs agendas. Bien heureusement, il existe une solution à chaque problème et nous allons justement voir comment synchroniser plusieurs agendas Google avec Windows Phone 7. Microsoft Windows Phone 7.

Windows Phone 7 Sockets: How to open a connection. Advert: IRC7 is the IRC-client for Windows Phone 7.

Windows Phone 7 Sockets: How to open a connection

Learn more at www.softwaremk.org/irc This is the part I of a tutorial series which will describe the WP7’s sockets-support from a developer’s perspective. This tutorial series will focus on developing WP7 applications which require a long running TCP-connection that send and receive text-based data. In these posts we will go through of building a complete IRC-client. The focus of these posts is in the WP7’s developer’s perspective. In this first post we will investigate on how one can create and open a TCP-connection to a server. Background The Mango-update for Windows Phone 7 is arriving soon and one of the new features is the added support for sockets.

The System.Net.Sockets namespace Unfortunately the System.Net.Sockets namespace is an odd bird when it comes to naming conventions and usability. We will focus only in these two classes because they are the central piece when creating our demo-application, the IRC-client. The Socket-class.