Modifications

Sauter à la navigation Sauter à la recherche
1 518 octets ajoutés ,  25 décembre 2012 à 13:52
Ligne 15 : Ligne 15 :  
Finalement, les différents broches d'Arduino sont montées en Stacking Header (pour ajouter un autre shield au dessus du Wireless Shield) et accessible via des pastilles de prototypage (pour un raccordement facile sur la zone de prototypage)
 
Finalement, les différents broches d'Arduino sont montées en Stacking Header (pour ajouter un autre shield au dessus du Wireless Shield) et accessible via des pastilles de prototypage (pour un raccordement facile sur la zone de prototypage)
   −
Le shield dispose d'un intérrupteur permettant au module Wireless (sans-fil) de communiquer avec le module de convertion usb-serie d'Arduino ou directement avec le microcontroleur Arduino.
+
Le shield dispose d'un interrupteur permettant au module Wireless (sans-fil) de communiquer avec le module de conversion usb-serie d'Arduino ou directement avec le microcontroleur Arduino.
 +
 
 +
== schémas ==
 +
 
 +
Fichiers EAGLE: [http://arduino.cc/en/uploads/Main/arduino_WirelessShield_Proto_v3.zip arduino_WirelessShield_Proto_v3-reference-design.zip]
 +
 
 +
Schemas: [http://arduino.cc/en/uploads/Main/arduino_WirelessShield_Proto_v3-schematic.pdf arduino_WirelessShield_Proto_v3-schematic.pdf]
 +
 
 +
== Interrupteur USB / Série ==
 +
 
 +
=== Position Micro ===
 +
[[Fichier:WirelessShield_SD_switchMicro_detail.jpg]]
 +
 
 +
When in the Micro position, the DOUT pin of the wireless module is connected to the RX pin of the microcontroller; and DIN is connected to TX. The wireless module will then communicate with the microcontroller. Note that the RX and TX pins of the microcontroller are still connected to the TX and RX pins (respectively) of the USB-to-serial converter. Data sent from the microcontroller will be transmitted to the computer via USB as well as being sent wirelessly by the wireless module. The microcontroller will not be programmable via USB in this mode.
 +
 
 +
=== Position USB ===
 +
[[Fichier:WirelessShield_SD_switchUSB_detail.jpg]]
 +
 
 +
With the switch in the USB position, the DOUT pin the wireless module is connected to the RX pin of the USB-to-serial converter, and DIN on the wireless module is connected to the TX pin of the USB-to-serial converter. This means that the module can communicate directly with the computer. The microcontroller on the board will be bypassed. '''To use the shield in this mode, you must program the microcontroller with an empty sketch (shown below), or remove it from the board'''.
    
== xxx ==
 
== xxx ==
29 917

modifications

Menu de navigation