Modifications

Sauter à la navigation Sauter à la recherche
Ligne 28 : Ligne 28 :  
{{asm-text}} '''Feather M0 Bluefruit LE'''
 
{{asm-text}} '''Feather M0 Bluefruit LE'''
   −
If you have a Feather M0 Bluefruit LE then you have an ATSAMD21 chip with '''Hardware SPI''', CS = '''8''', IRQ = '''7''', RST = '''4'''
+
Si vous disposez d'un Feather M0 Bluefruit LE alors vous avez un microcontrôleur ATSAMD21 avec un bus '''SPI matériel''', CS = '''8''', IRQ = '''7''', RST = '''4'''
      Ligne 34 : Ligne 34 :  
{{asm-text}} '''Bluefruit LE SPI Friend'''
 
{{asm-text}} '''Bluefruit LE SPI Friend'''
   −
If you have a stand-alone module, you have a bit of flexibility with wiring however we strongly recommend '''Hardware SPI''', CS = '''8''', IRQ = '''7''', RST = '''4'''
+
Si vous disposez d'un module Bluefruit seul alors vous avez un peu plus de flexibilité avec vos raccordements. Adafruit recommande l'utilisation du bus '''SPI matériel''', CS = '''8''', IRQ = '''7''', RST = '''4'''
 
  −
You can use this with just about any microcontroller with 5 or 6 pins
      +
Vous pouvez utiliser ce module avec n'importe quel microcontrôleur disposant de 5 ou 6 broches (attention que dans ce cas, il vous faudra créer votre propre bibliothèque).
    
{{asm-row|img=Bluefruit-LE-Shield-Configuration-14.jpg}}
 
{{asm-row|img=Bluefruit-LE-Shield-Configuration-14.jpg}}
 
{{asm-img|img=Bluefruit-LE-Shield-Configuration-15.jpg}}
 
{{asm-img|img=Bluefruit-LE-Shield-Configuration-15.jpg}}
{{asm-text}} '''Bluefruit LE UART Friend or Flora BLE'''
+
{{asm-text}} '''Bluefruit LE UART Friend -ou- Flora BLE'''
 +
 
 +
Si vous disposez d'un module Bluefruit LE UART vous avez également quelques flexibilités pour faire vis raccordements. Adafruit recommande l'utilisation '''d'un UART matériel''' si cela est possible. Si vous ne disposez pas d'un port UART matériel alors préférable d'utiliser le broche de contrôle de flux '''CTS'''. Il existe également une broche '''MODE''' permettant la configuration du module à l'aide de commandes AT.
   −
If you have a stand-alone UART module you have some flexibility with wiring. However we suggest '''hardware UART''' if possible. You will likely need to use the flow control '''CTS''' pin if you are not using hardware UART. There's also a '''MODE''' pin
+
Vous pouvez utiliser ce module avec n'importe quel microcontrôleur avec seulement 3 broches -mais le mieux reste encore d'utiliser un bus série/UART matériel!
   −
You can use this with just about any microcontroller with at least 3 pins, but best used with a Hardware Serial/UART capable chip!
+
Attention: sur une plateforme NON Arduino, il sera nécessaire de créer votre propre bibliothèque.
    
{{asm-end}}
 
{{asm-end}}
29 917

modifications

Menu de navigation