Discussion:Vêtements intelligents : Différence entre versions

De Wiki de Projets IMA
 
(9 révisions intermédiaires par 2 utilisateurs non affichées)
Ligne 17 : Ligne 17 :
  
 
'''Bluetooth 4.0'''
 
'''Bluetooth 4.0'''
 +
 +
Conception d'un module bluetooth : [http://www.digikey.fr/fr/articles/techzone/2014/jun/how-to-build-low-power-wireless-systems-using-bluetooth-smart-4]
  
 
Classic Bluetooth: Regroupe les versions 1.0 -> 3.0
 
Classic Bluetooth: Regroupe les versions 1.0 -> 3.0
Ligne 36 : Ligne 38 :
  
 
http://www.macg.co/tags/bluetooth-40
 
http://www.macg.co/tags/bluetooth-40
 +
 +
 +
 +
'''BLE MOD-nRF8001'''
 +
 +
datasheet : [https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/resources/MOD-nRF8001_sch.pdf]
 +
 +
bibliotheque : [https://github.com/NordicSemiconductor/ble-sdk-arduino]
 +
 +
http://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF8001
 +
 +
http://web.it.kth.se/~axel/papers/2013/MSc-LinlinXu.pdf
 +
 +
code C : https://github.com/NordicSemiconductor/ble-optiboot
 +
 +
'''Tuto Android'''
 +
 +
Tuto installer Android sans eclipse:[http://wiki.kywyxy.net/doku.php?id=debian:android] [http://blog.freelan.org/2010/11/22/developper-pour-android-sans-utiliser-eclipse/]
 +
Tuto OpenClassRoom: [http://openclassrooms.com/courses/creez-des-applications-pour-android/installation-et-configuration-des-outils]
 +
Installer Eclipse: [http://developer.android.com/sdk/installing/installing-adt.html]
 +
Programmer en Java : [http://openclassrooms.com/courses/apprenez-a-programmer-en-java]
 +
 +
 +
''' Explication one wire '''
 +
 +
http://www.framboise314.fr/mesure-de-temperature-1-wire-ds18b20-avec-le-raspberry-pi/
 +
 +
http://daniel.menesplier.free.fr/Doc/BUS%201%20WIRE.pdf
 +
 +
http://www.mon-club-elec.fr/pmwiki_reference_arduino/pmwiki.php?n=Main.LibrairieOneWire -->Bon lien !!!
 +
 +
http://perso-laris.univ-angers.fr/~cottenceau/ArduinoCottenceau1112.pdf

Version actuelle datée du 23 mars 2015 à 10:30

Histoire du Bluetooth: [1]

Projet de conception d'une liaison bluetooh 2.0 : file:///tmp/P12Rap_bluetooth.pdf

Protocole Bluetooth: SIG (Special Interest Group)

Bluetooth 2.0 :

Appairage facile et sécurisé : le SSP (Secure Simple Pairing)

Protocole?: EDR (Enhanced Data Rate)

Bluetooth 3.0:

Protocole: HS (High Speed)


Bluetooth 4.0

Conception d'un module bluetooth : [2]

Classic Bluetooth: Regroupe les versions 1.0 -> 3.0

Protocole: LE (Bluetooth Low Energy) --> Réduit fortement la consommation de la puce Bluetooth avec un protocole différent

Dans le 4.0 le constructeur peut décider d'implémenter deux modes: Bluetooth Low Energy seul (single mode) ou avec le Classic Bluetooth (dual mode) qui lui permet de conserver la compatibilité avec les autres appareils.


Module Blutooth 4.0

Datasheet : [3] Liens constructeur : [4]

Module cc2540 : [5] [6]

datasheet : [7]

http://www.macg.co/tags/bluetooth-40


BLE MOD-nRF8001

datasheet : [8]

bibliotheque : [9]

http://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF8001

http://web.it.kth.se/~axel/papers/2013/MSc-LinlinXu.pdf

code C : https://github.com/NordicSemiconductor/ble-optiboot

Tuto Android

Tuto installer Android sans eclipse:[10] [11] Tuto OpenClassRoom: [12] Installer Eclipse: [13] Programmer en Java : [14]


Explication one wire

http://www.framboise314.fr/mesure-de-temperature-1-wire-ds18b20-avec-le-raspberry-pi/

http://daniel.menesplier.free.fr/Doc/BUS%201%20WIRE.pdf

http://www.mon-club-elec.fr/pmwiki_reference_arduino/pmwiki.php?n=Main.LibrairieOneWire -->Bon lien !!!

http://perso-laris.univ-angers.fr/~cottenceau/ArduinoCottenceau1112.pdf