Sport d’hiver à mellau, en Autriche
tasker auto mph bis
Tasker Auto-Respond to SMS
I’ve used Tasker for a while, but just recently I decided to try out some profiles from others. One cool profile that I found is the profile to automatically reply to an SMS message when driving. But it requires a little bit of work to get it to actually function. So here’s the steps I took to get it to work. Keep in mind that I’m currently running the Cyanogen mod, so some of these steps may work out of the box for you if you’re running a stock ROM.
- Download the profile from the Tasker Wiki here: http://tasker.wikidot.com/autorespondwhiledriving
- Notice that this profile is looking for a task called “Convert_LOCSPD_MPH”. This task basically sets the variable that converts the speed to MPH. So we’ll have to create that.
- Click “Tasks”
- Click “New Task +”
- Give your task a name. For mine, I used “ConvertMPH” just because it’s simple to know that’s what it does.
- Click the “+” in the task to add a new action.
- Click “Variable”
- Click “Variable Set”
- In the “Name” field, type %LOCSPDMPH
- In the “To” field, type %LOCSPD * 2.23693629
- Check the “Do Maths” checkbox
- Click “Done” to save changes to the action
- Click “Done” to save your task
- OK, now the task is created. Let’s go plug it into the profile.
- Open the “Received Text” profile
- Click the “Auto Respond (If Driving)” task
- Click “Edit”
- For whatever reason, simply re-linking the “Perform Task” action didn’t work for me. I kept getting an error that said the task doesn’t exist when trying to test it. So I had to delete it and re-create it to get it to work.
- Long-click on the “Perform Task” with the name “Convert_LOCSPD_MPH” and then drag it to the trash can. This will delete that action, but we’ll want to recreate it.
- Click the “+” icon to add a new action.
- Click “Tasker”
- Click “Perform Task”
- Above the “Name” field you’ll see a magnifying glass. Click this and then choose the task you just created a little bit ago. For me, it was the “ConvertMPH” task.
- Click “Done” to save your action.
- Now long-click on the “Perform Task” action and then move it above the “Send SMS” actions.
- So the final order of the actions are: 1) Goto Action 2) GPS 3) Get Location 4) Perform Task 5) Send SMS
- Click “Done” to save your task
OK so the task is all set up. Now to test it. How can you test it without actually driving, though? Well, we can actually take out the variable that checks the speed to test it. Before you do this, though, send yourself a text message because this task will automatically reply to whomever the last person who text’d you. So if you don’t send yourself a text message then whomever sent you a text message last will get an auto-reply from you.
Once you’ve sent yourself a text message, go back to Tasker and open up the “Auto Respond (If Driving)” task under the “Received Text” profile.
Open up the “Send SMS” action (should be number 5). Scroll down and you’ll find an IF statement that says %LOCSPDMPH > 5. Basically that means that this will only send an SMS if the GPS reports that you’re going greater than 5 MPH. So to test this, simply uncheck the checkbox to the right of “If” to turn off that if statement. Note: In here is where you can choose to store the SMS in your messaging app (if you want to see it in your sent folder of your SMS application as well as change the text of the actual SMS message as well. But if you’re running a test, don’t make any changes yet. Make sure it works first and then come back and change the text if that’s what you want to do.
Once the “If” statement is disabled, click “Done” to save the action. Then click the “Test” button on the task. Once you click “Test” you’ll notice a “Kill All” button that shows up to the left of “Test”. That means Tasker is working to run the task. Wait for the “Kill All” button to go away. Once it goes away, click “Cancel” to close out of the task. If you click “Done” it will save your changes and you’ll have to go back in to add the if statement again.
That’s it! You should now have a new text message that says something to the effect of:
(Auto) Texting and driving is dangerous. I’m currently driving (at 0 MPH). Will respond to you when I can safely.
By the way, the 0 MPH isn’t anything to worry about since this is just a test and quite obviously as you’re testing this you’re not going to be actually driving. 🙂
Tasker auto mph
I pulled this profile setup from the Wiki [http://tasker.wikidot.com/
autorespondwhiledriving] and I couldn’t figure out exactly how to
setup the MPH conversion–I finally did:
Auto Respond While Driving
Download
This profile will automatically respond to any received SMS when you
are driving (or moving).
How it works.
Upon receiving a text the phone will check if it is near WiFi, this
prevents the phone from grabbing GPS Locations if you are sitting at
home/office, the task checks to see if your GPS is enabled (if not, it
will enable it) then grabs your current location. It will only respond
to the text if your speed is faster than 5 mph. There is an additional
task to convert the %LOCSPD from m/s to MPH and sets variable
%LOCSPDMPH.
Need to create an additional task.
This profile calls another task called « Convert_LOCSPD_MPH. » You will
need to create that. The task is simply a « Variable Set » of variable
%LOCSPDMPH, set that to %LOCSPD * 2.23693629. Select the « Do Maths »
option. This makes it easier to know how fast you are going.
Near WiFi
One of the conditions for the profile is to see if you are close to
your home/office WiFi. This prevents unnecessary GPS Location lookups
if you are sitting at home. THIS IS SET TO MY HOME’S SSID You should
modify (for your home/office) or remove the condition.
SMS to Send
This is currently set to: « (Auto) Texting and driving is dangerous.
I’m currently driving (at %LOCSPDMPH MPH). Will respond to you when I
can safely. »
You can modify if you like. Watch out if you are a speeder!
After you import this profile from the Tasker Wiki, all you have to do
is this:
Open Tasker and press the Tasks button at the bottom of the screen.
Select New Task at the top of the popup.
Name the new task « Convert_LOCSPD_MPH » (without quotations)
Select the « + » to enter an action
Select Variable
Select Variable Set
Name the Variable Set: %LOCSPDMPH
In the « To » field enter: %LOCSPD*2.23693629 (there should be no
spaces)
Put a check mark in the « Do Maths » box
Select « Done » to save your action
You should be done. Now to test:
Send yourself an SMS Message so the following test applies to you and
not the last person who texted you.
Open your imported Tasker profile and edit the Auto Respond (If
Driving) task.
Select action number 5, the Send SMS action.
Uncheck the « If » condition at the bottom of the action and select Done
to close the window.
On the next screen, select Test, wait for the Kill All button to
disappear, then hit cancel (so you don’t have to go back and check the
if condition–it’ll already be checked because you cancelled instead
of saved).
Wait for your message to appear–your message should state you’re
traveling at 0 MPH.
Tasket auto
Auto Respond While Driving
Download
This profile will automatically respond to any received SMS when you are driving (or moving).
How it works.
Upon receiving a text the phone will check if it is near WiFi, this prevents the phone from doing grabbing GPS Locations if you are sitting at home/office, the task checks to see if your GPS is enabled (if not, it will enable it) then grabs your current location. It will only respond to the text if your speed is faster than 5 mph. There is an additional task to convert the %LOCSPD from m/s to MPH and sets variable %LOCSPDMPH.
Need to create an additional task.
This profile calls another task called « Convert_LOCSPD_MPH. » You will need to create that. The task is simply a « Variable Set » of variable %LOCSPDMPH, set that to %LOCSPD*2.23693629. Select the « Do Maths » option. This makes it easier to know how fast you are going. There should be no spaces in the formula.
Options
Near WiFi
One of the conditions for the profile is to see if you are close to your home/office WiFi. This prevents unnecessary GPS Location lookups if you are sitting at home. THIS IS SET TO MY HOME’S SSID You should modify (for your home/office) or remove the condition.
SMS to Send
This is currently set to: « (Auto) Texting and driving is dangerous. I’m currently driving (at %LOCSPDMPH MPH). Will respond to you when I can safely. »
You can modify if you like. Watch out if you are a speeder! 🙂
Question How can I stop this profile from replying to Facebook notifications?
One way is to change the « Received Text » from « Any » to « Any Favorite Contact »
– Any (phone book) contact rather than any favourite contact C:ANY
– Manage a list of exceptions: %EXCEPTIONS = 111/222/333/444/555
Reply to SMS *IF %CNUM DOESN’T MATCH %EXCEPTIONS
– Facebook messages come from special numbers so only reply to SMS *IF %CNUM MATCHES 07*/+44* (for mobile numbers in the UK)
I have tried this setup and have found an issue with it not registering your correct speed, it always comes in at 0mph for the first few scans, then is gets the correct speed, I have tried all sorts of methods to correct this with no luck Galaxy S3
– The only way this profile worked for me was to edit the included action ‘auto respond (if driving)’ as such:
1 Get location
2 Variable Set — MPH conversion (see above)
3 Send SMSRF
In other words, rather than create a new task as stated above, insert the Variable Set into included task called ‘auto respond (if driving)’.
I also removed the check whether GPS is on as I leave mine on.
– Is it possible to show my speed without decimals? i.e. ‘57.989 MPH’ which looks odd?
http://tasker.wikidot.com/autorespondwhiledriving
Mon programme d’entrainement marathon
Ce plan est issu du très bon site athlete-endurance
J’ai suivi ce plan pour tous mes marathons. Le fait d’étaler cette préparation sur 12 semaines m’a toujours permis de terminer dans des conditions correctes, selon mon assiduité bien sur. Il m’a aussi permis de « rater » l’une ou l’autre séances sans que cela n’ai un trop grand impact sur la compétition, l’organisation du quotidien étant par moments contraignante. (et puis…y a pas que la course à pied non plus :-))
Avant d’attaquer ce plan, faites un test de VMA si le dernier date de plus de 3 mois
Plan entrainement marathon 3 séances,12 semaines, VMA inf. 18km/h
Semaine 1 :
- Jour 1 : 45’ footing
- Jour 2 : 30’ footing + 6 x 200m (100% VMA), récup 45’’ footing
- Jour 3 : 1h footing + 15’ (en accélérant progressivement de l’allure footing pour finir à 85 % de la VMA) + 10’ footing
Semaine 2 :
- Jour 1 : 45’ footing
- Jour 2 : 30’ footing + 15 x 100m (100% VMA), récup 30’’ footing (les 100m se font en aller-retour)
- Jour 3 : 1h10 footing + 2 x 10’ (80% VMA), récup 3’ de footing + 10’ footing
Semaine 3 :
- Jour 1 : 60’ footing
- Jour 2 : 30’ footing + 3 séries de 7 x100m (100% VMA), récup 30’’ footing et entre les séries 3’ + 10’ footing à la fin
- Jour 3 : 1h20 footing + 15’ (80% VMA) + 5’ footing + 10’ (85% VMA ) +10’ footing
Semaine 4 :
- Jour 1 : 30’ footing
- Jour 2 : 20’ footing + 10 X100m (100% VMA) récup. 30’’ footing
- Jour 3 : 1h35 footing
Semaine 5 :
- Jour 1 : 60’ footing
- Jour 2 : 60’ footing
- Jour 3 : 1h30’ footing + 30’ (en accélérant progressivement de 70% de la VMA à 85% sur la fin) + 10’ de footing
Semaine 6 :
- Jour 1 : 1h20 footing
- Jour 2 : 30’ footing + 7 x 300m (90% VMA) récup 1’ footing.+ 10’ footing
- Jour 3 : 1h20 footing + 20’ (80% VMA) + 10’ footing + 15’ (85% VMA)+ 10’ footing
Semaine 7 :
- Jour 1 : 60’ footing
- Jour 2 : 30’ footing + 3 séries de 7 x100m (100% VMA) récup 30’’( idem Jour 2 semaine 2) et entre les séries 3’ + 15’ footing à la fin
- Jour 3 : 1h30 footing + 15’(80% VMA) + 10’ footing + 10’ (85% VMA) +10’ footing + 5’(90% VMA) +15’ footing
Semaine 8 :
- Jour 1 : 30’ footing + 20 X100m (100% VMA) récup. entre 30’’
- Jour 2 : 1h15 footing
- Jour 3 : 1h20 footing + 10 x 100m (100% VMA) récup 25″ footing +10 footing + 30’ ( en accélérant de 70% de la VMA à 85% de la VMA sur la fin) + 20’ footing
Semaine 9 :
- Jour 1 : 45’ footing
- Jour 2 : 30’ footing + 12 X100m (100% VMA ) récup. entre 30’’ (les 100m se font en aller-retour)
- Jour 3 : competition sur SEMI-MARATHON (echauffement footing lent 20’ + 5 x100m à 100% de la VMA récup 30″ en trottinant, récup après la compétition 15’ de footing)
Semaine 10 :
- Jour 1 : 45’ footing + 6 X100m (100% VMA) récup. entre 30’’ (les 100m se font en aller-retour)
- Jour 2 : 60’ footing
- Jour 3 : 60’ footing + 20’ (80% VMA)+ 20’ footing
Semaine 11 :
- Jour 1 : 45’ footing + 12 X100m (100% VMA) récup. entre 30’’ (les 100m se font en aller-retour)
- Jour 2 : 45’ footing
- Jour 3 : 50’ footing + 2 fois 10’ (80% VMA) 5’ footing entre les 2 fois + 10’ footing
Semaine 12 :
- Jour 1 : 20’ footing + 10’ (entre 80% et 85% de la VMA)
- Jour 2 : COMPETITION MARATHON
Allumer sa tablette sur détection de mouvement
Nombreux sont ceux qui utilisent leur tablette pour piloter leur domotique. Seulement voilà, il faut réveiller la tablette pour accéder à son contenu, et pour les fainéants comme nous, c’est une manipulation de trop. Le sujet étant venu sur le tapis sur Google+, j’ai décidé d’écrire ce petit tuto en guise d’aide-mémoire, le but étant d’utiliser la caméra en façade de la tablette pour la réveiller automatiquement lorsqu’on s’en approche :
Vous aurez besoin de Motion Detector et de Secure settings.
Configuration de Motion detector :
Il vous faudra régler 2 choses dans motion detector : activer l’envoi de notification et la sensibilité.


En réglant la sensibilité et la résolution comme je l’ai fait, la portée de détection se limite à environ 50cm, ce qui est suffisant pour moi. En augmentant la sensibilité et la résolution, vous augmenterez la portée et la tablette se réveillera plus souvent.
Vous l’aurez compris, Motion detector utilise la caméra frontale de la tablette et enverra une notification à Tasker pour réveiller la tablette.
Vient ensuite la partie Tasker, très simple.
On crée un événement/système/intent received et on indique la commande envoyée par Motion detector :
… et enfin on indique la tâche qui va réveiller la tablette par le biais de secure settings :
Nouvelle tâche/plugin/secure settings, puis configurer secure settings de la façon suivante : actions/wake device/bright screen et précisez la durée de réveil que vous voulez :
Voilà, c’est terminé, il ne vous reste qu’à peufiner les réglages de sensibilité s’ils ne vous conviennent pas. Le système a tout de même une limitation, il ne fonctionne pas dans le noir… Mais rien ne vous empêche, par le biais de votre box domotique et d’un détecteur de mouvement (type Fibaro Motion Sensor) d’envoyer une commande à Tasker pour supplanter Motion detector.
Merci à Ma pomme pour son aide précieuse.
source : http://mapetitedomotique.tumblr.com/
Stocker les photos de sa caméra IP sur Dropbox et FTP
Voici comment faire, en profitant du très pratique service Dropbox, ce service qui vous permet d’échanger des fichiers de n’importe quel PC ou appareil mobile, directement via l’appli dédiée ou par le web !
Pour mettre ceci en place, il vous faudra :
- Une caméra IP (et ses identifiants)
- Un compte dropbox (gratuit ou pas)
- Un serveur php (vous pouvez l’installer sur une RaspberryPi, ou utiliser un hébergement)
- Éventuellement une box domotique pour lancer la prise de photo à distance
Je vous conseille de lire l’article en entier avant de choisir votre méthode, car sur la fin nous indiquons la méthode la plus simple, et c’est peut-être celle qui vous conviendra le mieux !
Le numéro d’API Dropbox
Identifiez-vous à votre compte Dropbox et créez une Application en allant sur la pagehttps://www.dropbox.com/developers/apps
Acceptez les conditions d’utilisation et cliquez sur Create App :
Ensuite, configurez l’application comme suit :
- What type of app do you want to create? : Dropbox API app
- What type of data does your app need to store on Dropbox? : Files and Datastores
- Can your app be limited to its own, private folder? : No
- What type of files does your app need access to? : All File Types
- Provide an app name, and you’re on your way. :Camera_Save
Validez, et gardez la page de l’application sous la main.
Le script
Récupérez le script « Camera Dropbox » sur le Github de Planète Domotique (script réalisé par les bons soins de Mickael, et avec un script d’identification Dropbox par Fabian Schlieper) :
Script Camera IP/Dropbox sur le Github de Planète Domotique
Faire une copie du fichier config_sample.php que vous appellez config.php.
Ouvrez-le dans un éditeur de texte, et indiquez les paramètres demandés.
Pour les identifiants d’API DropBox :
|
1
2
|
define("DROPBOX_APP_KEY", "xxxxxxxxxx");define("DROPBOX_APP_SECRET", "xxxxxxxxxxx"); |
Référez-vous à l’onglet « Settings » de votre application, où ils sont présents :
Pour chaque caméra, vous devez spécifier nom d’utilisateur, mot de passe, adresse IP et port.
Sur la ligne suivante, vous pouvez spécifier le répertoire dans lequel les images seront placées. L’adresse est basée sur le répertoire Public, ce qui signifie qu’avec la valeur par défaut « Camera/ », l’image est placée dans le répertoire /Public/Camera/ de la Dropbox. Il faut au préalable créer le répertoire ou les répertoires en question pour que l’envoi fonctionne.
|
1
|
define("DROPBOX_UPLOAD_DIR", "Camera/"); |
Il est possible d’envoyer l’image de la caméra dans un autre répertoire que le répertoire public, cela dit, on ne pourra pas faire de lien vers l’image dans l’e-mail envoyé par le script. Pour ce faire, allez dans mail_camera.php et modifiez la ligne suivante :
$dropbox->UploadFile($tmpfilename, "Public/".DROPBOX_UPLOAD_DIR.$img_name[$i]);
Encore une fois, il est nécessaire d’indiquer un chemin de répertoires qui existe sur la Dropbox
Le fichier de base vous propose une section pour Edimax et une section pour Foscam. Notez que selon la caméra, la ligne $full_url est à adapter :
Code selon le type de caméra
Envoyez le tout (fichiers du script et config.php paramétré correctement) sur votre serveur php. Créez également, au même niveau que les scripts, un répértoire « tokens » qui servira à stocker les jetons d’authentification à Dropbox, et un repertoire « tmp » qui servira à stocker les photos avant leur envoi sur Dropbox. Mettez les droits d’accès en écriture au groupe (chmod 757 ou 777) pour ces deux dossiers.
Chargez une première fois la page http://[adresse de votre serveur web]/mail_camera.php : une authentification du script vous sera demandé (il faut être identifié au compte Dropbox créateur de l’application pour l’accepter).
Et voilà, c’est opérationnel !
Le petit oiseau va sortir !
Il ne vous reste plus qu’à charger la page http://[adresse de votre serveur web]/mail_camera.php, et la photo prise par la caméra apparaîtra directement dans la Dropbox (plusieurs photos si vous avez indiqué plusieurs caméras), tout en vous envoyant un e-mail pour vous donner le lien des photos envoyées.
Une autre petite astuce en complément de cette méthode : vous pouvez très bien utiliser un déclencheur http dans votre box domotique (ou un scénario qui lance la requête http) pour y faire un composant d’interface sur lequel il suffit de cliquer pour prendre une photo.
Enregistrer directement l’image sur le même serveur que le script
Si le script est hébergé lui-même sur l’espace web où vous voulez stocker vos photos, vous pouvez directement y enregistrer les photos en ne gardant que la partie du script où le fichier récupère l’image et créée un fichier temporaire (avant l’envoi sur la Dropbox).
Ça se situe à cet endroit dans mail_camera.php :
|
1
2
3
4
|
$content = file_get_contents($full_url[$i]);$tmpfilename = dirname(__FILE__) ."/tmp/".$img_name[$i];file_put_contents($tmpfilename, $content); |
Il suffit de remplacer /tmp/ par un répertoire de votre cru. La photo est directement sous la forme image avec un numéro de caméra, une date l’heure. Bien sûr, le repertoire en question doit avoir les droits d’écriture (chmod 777 comme vu ci-dessus).
À la place de la fonction de classe $dropbox->UploadFile() appelée juste en-dessous (qu’on peut enlever si on n’envoie pas les fichiers sur Dropbox), vous pouvez par exemple faire un affichage de l’image qui vient d’être envoyée (voir code ci-dessous), ou un message de statut qui pourra être utilisé comme capteur HTTP dans certaines box.
|
1
2
3
4
|
if (file_exists($tmpfilename)){ echo '<h1> Image enregistrée sur la caméra '.$i.' :</h1><br/><img src="tmp/'.$img_name[$i].'"/><br/>';} |
Gardez le reste du code, il vous préviendra si l’image n’a pas été envoyé et enverra un e-mail avec les liens vers les photos. Il faudra cependant l’adapter un peu pour qu’il fasse un lien non pas vers les images de la dropbox, mais les images ftp.
Et pour l’envoi par FTP ?
En plus d’envoyer sur une DropBox, vous pouvez directement envoyer le fichier sur un serveur ftp. Pour ce faire, copiez le contenu ci-dessous dans un fichier ftp_upload.php à mettre à côté des autres fichiers du script.
Pensez à changer les lignes $ftp_server, $ftp_user_name et $ftp_user_pass respectivement par l’adresse ftp de votre serveur, votre nom d’utilisateur et votre mot de passe.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?phpfunction envoi_ftp($src_file, $dst_file){ $ftp_server='adresse.fr'; $ftp_user_name='login'; $ftp_user_pass='mot de passe'; // Mise en place d'une connexion basique $conn_id = ftp_connect($ftp_server); // Identification avec un nom d'utilisateur et un mot de passe $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); // Verification de la connexion if ((!$conn_id) || (!$login_result)) { echo "La connexion FTP a échoué !"; echo "Tentative de connexion au serveur $ftp_server pour l'utilisateur $ftp_user_name"; exit; } else { echo "Connexion au serveur $ftp_server, pour l'utilisateur $ftp_user_name"; } $destination_file = '/'.$dst_file; // Chargement d'un fichier $upload = ftp_put($conn_id, $destination_file, $src_file, FTP_BINARY); // Verification du status du chargement if (!$upload) { echo "Le chargement FTP a echoue"; } else { echo "Chargement de $source_file vers $ftp_server en tant que $destination_file"; } // Fermeture du flux FTP ftp_close($conn_id);}?> |
Dans ce fichier, à la ligne $destination_file = ‘/’.$dst_file;, vous pouvez indiquer tout un chemin de répertoires de la forme /Repertoire1/Repertoire2/Repertoire3/. Par exemple :
|
1
|
$destination_file = '/Cameras/Photos/'.$dst_file; |
Il va sans dire qu’il vous faudra aussi faire un chmod 777 sur le repertoire cible pour que notre script puisse y accéder en écriture !
Ouvrez le fichier mail_camera.php et ajoutez un appel à ce fichier avec la fonction require_once() :
|
1
2
3
4
5
|
<?phprequire_once("DropboxClient.php");require_once("config.php");require_once("upload_ftp.php"); |
Ensuite, recherchez la ligne if (file_exists($tmpfilename, « )) et ajoutez l’appel de la fonction envoi_ftp(); comme suit :
|
1
2
3
4
5
|
if (file_exists($tmpfilename, ")) { $dropbox->UploadFile($tmpfilename, "Public/".DROPBOX_UPLOAD_DIR.$img_name[$i]); envoi_ftp($tmpfilename, $img_name[$i]); } |
Désormais, le script enverra pour chaque caméra l’image à la fois sur la Dropbox et par FTP.
Sur le même principe, vous pouvez faire en sorte que l’image prise par la caméra soit uniquement envoyée par FTP en enlevant tout ce qui concerne Dropbox dans les scripts. Il est cependant important de conserver la partie sur la configuration des caméras et la partie du script qui récupère l’image auprès des caméras.
Sur ces bases, à vous d’accommoder votre enregistrement d’image à distance sur Caméra IP à votre bon plaisir : on peut par exemple imaginer une page complète montrant les dernières photos prises par la/les caméra(s), et avec un bouton de déclenchement qui appelle le script de capture d’image.
source : http://www.planete-domotique.com/
Casque Bluetooth Plantronics Backbeat Fit
Plantronics était une marque surtout connue des professionnels pour des casques-micros permettant aux employés de bureau du monde entier de téléphoner sans les mains et avec confort.
Dans la boite, on trouve le casque et un brassard, ce deuxième accessoire n’est pas un gadget. Le brassard est réversible réfléchissant/noir, confortable et permet de mettre son smartphone à l’abris de la pluie et de la transpiration. Il permet même de glisser ses clés ou d’autres trucs de petites tailles dans une poche séparée.
Le brassard est facile à régler et confortable.
Le casque est quand à lui raccord en terme de couleur avec le pack que vous avez choisi, bleu ou vert, à défaut d’être discret il permet d’être un peu plus visible pendant nos runs.
Bluetooth 3, il est compatible avec tous les smartphones du marché et offre une bonne autonomie, je cours pas longtemps perso donc j’ai vraiment pas eu de problème mais a priori vous pouvez compter sur 6/8h facile.
Un système « auto-off » malin quand le mobile n’est pas à portée permet de ne jamais oublier de l’éteindre.
Le casque est confortable et comme promis dès le départ il reste bien en place, j’ai fait des tests utilisateurs pour essayer de le faire tomber, et non, pas de problème. Franchement, c’est un vrai argument, rien n’est plus désagréable que de se battre contre le sport ET contre les écouteurs qui tombent…
Enfin, sur la question du son, c’est vraiment bien, la conception de ces intras fait que le son extérieur n’est pas complètement bloqué pour des raisons de sécurité et le son est clair. J’écoute surtout des podcasts pendant mes sessions mais j’ai testé aussi de la musique, franchement le rapport qualité/prix est bon.
http://tapahont.info/
Statistiques 2014
Toutes les statistiques de 2014 :Continuer la lecture
11 – Marathon de Lisbonne (2014)
11ème marathon : 3:52:01,
En compagnie de Manuel.Continuer la lecture
Le Triathlon d’Obernai (2014)
10 – Marathon de Paris (2014)
10ème marathon, 3:37:56Continuer la lecture
Statistiques 2013
Toutes les statistiques de 2013 :Continuer la lecture
09 – Marathon de Montpellier (2013)
9ème marathon, 3:43:30 ,
En compagnie de Manuel.Continuer la lecture














