Modifications

Sauter à la navigation Sauter à la recherche
3 961 octets ajoutés ,  11 avril 2014 à 16:36
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{Galileo-NAV}}
 
{{Galileo-NAV}}
    +
== Pour commencer ==
 
{{bloc-etroit|text=To get started, simply connect the board to power with the 5V AC-to-DC adapter and then connect to the computer with the micro-USB cable. By default they measure from ground to 5 volts.}}  
 
{{bloc-etroit|text=To get started, simply connect the board to power with the 5V AC-to-DC adapter and then connect to the computer with the micro-USB cable. By default they measure from ground to 5 volts.}}  
    
[[Fichier:Galileo-Guide-01.jpg]]  
 
[[Fichier:Galileo-Guide-01.jpg]]  
   −
    I2C bus, TWI: SDA and SCL pins that are near to the AREF pin.
+
== Brochage ==
        TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.
+
=== I2C bus, TWI ===
    SPI:
+
SDA and SCL pins that are near to the AREF pin.
        Defaults to 4MHz to support Arduino Uno shields. sing the board.  
      +
TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.
 +
 +
=== Bus SPI ===
 +
Defaults to 4MHz to support Arduino Uno shields. sing the board.
 +
 +
=== Compatibilité des broches Arduino Uno Rev3 ===
 
Arduino Shield Supported Features Galileo is compatible with Arduino UNO shields and is designed to support 3.3V or 5V shields, following the Arduino Uno Revision 3, including:
 
Arduino Shield Supported Features Galileo is compatible with Arduino UNO shields and is designed to support 3.3V or 5V shields, following the Arduino Uno Revision 3, including:
   −
    14 digital input/output pins, of which 6 can be used as Pulse Width Modulation (PWM) outputs;
+
* '''14 digital input/output pins''', of which 6 can be used as Pulse Width Modulation (PWM) outputs;
        Each of the 14 digital pins on Galileo can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions.
+
** Each of the 14 digital pins on Galileo can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions.
        They operate at 3.3 volts or 5 volts. Each pin can provide a maximum of 10 mA or receive a maximum of 25 mA and has an internal pull-up resistor (disconnected by default) of 5.6k to 10 kOhms.  
+
** They operate at 3.3 volts or 5 volts. Each pin can provide a maximum of 10 mA or receive a maximum of 25 mA and has an internal pull-up resistor (disconnected by default) of 5.6k to 10 kOhms.  
    A0 – A5: 6 analog inputs, via an AD7298 A-to-D converter
+
* '''A0 – A5''': 6 analog inputs, via an AD7298 A-to-D converter
        Each of the 6 analog inputs, labeled A0 through A5, provides 12 bits of resolution (i.e., 4096 different values). By default they measure from ground to 5 volts.  
+
** Each of the 6 analog inputs, labeled A0 through A5, provides 12 bits of resolution (i.e., 4096 different values). By default they measure from ground to 5 volts.  
    I2C bus, TWI: SDA and SCL pins that are near to the AREF pin.
+
* '''I2C bus, TWI''': SDA and SCL pins that are near to the AREF pin.
        TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.  
+
** TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.  
    SPI:
+
* '''SPI''':
        Defaults to 4MHz to support Arduino Uno shields. Programmable to 25 MHz.
+
** Defaults to 4MHz to support Arduino Uno shields. Programmable to 25 MHz.
        Note: While Galileo has a native SPI controller, it will act as a master and not as an SPI slave. Therefore, Galileo cannot be a SPI slave to another SPI master. It can act, however, as a slave device via the USB Client connector.  
+
** Note: While Galileo has a native SPI controller, it will act as a master and not as an SPI slave. Therefore, Galileo cannot be a SPI slave to another SPI master. It can act, however, as a slave device via the USB Client connector.  
    UART (serial port): Programmable speed UART port (digital pins 0 (RX) and 1 (TX))
+
* '''UART''' (port série): Programmable speed UART port (digital pins 0 (RX) and 1 (TX))
    ICSP (SPI): a 6 pin in-circuit serial programming (ICSP) header, located appropriately to plug into existing shields. These pins support SPI communication using the SPI library.
+
* '''ICSP''' (SPI): a 6 pin in-circuit serial programming (ICSP) header, located appropriately to plug into existing shields. These pins support SPI communication using the SPI library.
    VIN: The input voltage to the Galileo board when it's using an external power source (as opposed to 5 volts from the regulated power supply connected at the power jack). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin.
+
* '''VIN''': The input voltage to the Galileo board when it's using an external power source (as opposed to 5 volts from the regulated power supply connected at the power jack). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin.
        Warning: The voltage applied to this pin must be a regulated 5V supply otherwise it could damage the Galileo board or cause incorrect operation.  
+
** <font color="red">Warning: The voltage applied to this pin must be a regulated 5V supply otherwise it could damage the Galileo board or cause incorrect operation.</font>
    5V output pin: This pin outputs 5V from the external source or the USB connector. Maximum current draw to the shield is: 800 mA
+
* '''5V output pin''': This pin outputs 5V from the external source or the USB connector. Maximum current draw to the shield is: 800 mA
    3.3V output pin: A 3.3 volt supply generated by the on-board regulator. Maximum current draw to the shield is: 800 mA
+
* '''3.3V output pin''': A 3.3 volt supply generated by the on-board regulator. Maximum current draw to the shield is: 800 mA
    GND: Ground pins.
+
* '''GND''': Ground pins.
    IOREF: The IOREF pin on Galileo allows an attached shield with the proper configuration to adapt to the voltage provided by the board. The IOREF pin voltage is controlled by a jumper on the board, i.e., a selection jumper on the board is used to select between 3.3V and 5V shield operation.
+
* '''IOREF''': The IOREF pin on Galileo allows an attached shield with the proper configuration to adapt to the voltage provided by the board. The IOREF pin voltage is controlled by a jumper on the board, i.e., a selection jumper on the board is used to select between 3.3V and 5V shield operation.
    RESET button/pin: Bring this line LOW to reset the sketch. Typically used to add a reset button to shields that block the one on the board.
+
* '''Bouton/broche RESET''': Bring this line LOW to reset the sketch. Typically used to add a reset button to shields that block the one on the board.
    AREF is unused on Galileo. Providing an external reference voltage for the analog inputs is not supported.
+
* '''AREF''' is unused on Galileo. Providing an external reference voltage for the analog inputs is not supported.
        For Galileo it is not possible to change the upper end of the analog input range using the AREF pin and the analogReference() function.  
+
** For Galileo it is not possible to change the upper end of the analog input range using the AREF pin and the analogReference() function.  
 +
 
 +
Voyez le projet Arduino [http://arduino.cc/en/Tutorial/GalileoSampleSequencer Sampler/séquenceur Audio basé sur Galileo] que Verkstad à au Maker Faire de Rome.
 +
 
 +
== Fonctionnalités supportées par l'architecture Intel ==
 +
The genuine Intel processor and surrounding native I/O capabilities of the Clanton SoC provides for a fully featured offering for both the maker community and students alike. It will also be useful to professional developers who are looking for a simple and cost effective development environment to the more complex Intel® Atom processor and Intel® Core processor-based designs.
 +
 
 +
The genuine Intel processor and surrounding native I/O capabilities of the Clanton SoC provides for a fully featured offering for both the maker community and students alike. It will also be useful to professional developers who are looking for a simple and cost effective development environment to the more complex Intel® Atom processor and Intel® Core processor-based designs.
 +
 
 +
* 400MHz 32-bit Intel® Pentium instruction set architecture (ISA)-compatible processor o 16 KBytes on-die L1 cache
 +
** 512 KBytes of on-die embedded SRAM
 +
** Simple to program: Single thread, single core, constant speed
 +
** ACPI compatible CPU sleep states supported
 +
** An integrated Real Time Clock (RTC), with an optional 3V “coin cell” battery for operation between turn on cycles.
 +
* 10/100 Ethernet connector
 +
* Full PCI Express* mini-card slot, with PCIe 2.0 compliant features
 +
** Works with half mini-PCIe cards with optional converter plate
 +
** Provides USB 2.0 Host Port at mini-PCIe connector
 +
* USB 2.0 Host connector
 +
** Support up to 128 USB end point devices
 +
* USB Device connector, used for programming
 +
**      Beyond just a programming port - a fully compliant USB 2.0 Device controller
 +
* 10-pin Standard JTAG header for debugging
 +
* Reboot button to reboot the processor
 +
* Reset button to reset the sketch and any attached shields
 +
* Storage options:
 +
** Default - 8 MByte Legacy SPI Flash main purpose is to store the firmware (or bootloader) and the latest sketch. Between 256KByte and 512KByte is dedicated for sketch storage. The download will happen automatically from the development PC, so no action is required unless there is an upgrade that is being added to the firmware.
 +
** Default 512 KByte embedded SRAM, enabled by the firmware by default. No action required to use this feature.
 +
** Default 256 MByte DRAM, enabled by the firmware by default.
 +
** Optional micro SD card offers up to 32GByte of storage
 +
** USB storage works with any USB 2.0 compatible drive
 +
** 11 KByte EEPROM can be programmed via the [http://arduino.cc/en/Reference/EEPROM bibliothèque EEPROM] (''Arduino.cc, anglais'').
 +
 
 +
== Schéma, référence de conception et Pin Mapping ==
 +
* Schematics: [https://communities.intel.com/docs/DOC-21822 GalileoSchematic.pdf]
 +
* Cadence® Allegro® Files: [https://communities.intel.com/docs/DOC-21824 GalileoReferenceDesign.zip]
 +
 
 +
== Alimentation ==
 +
Galileo is powered via an AC-to-DC adapter, connected by plugging a 2.1mm center-positive plug into the board's power jack. The recommended output rating of the power adapter is 5V at up to 3Amp.
 +
 
 +
== Caractéritiques électriques ==
   −
Check out the Audio Sample Sequencer tutorial of the project that Arduino Verkstad brought at the Maker Faire Rome at the Intel Galileo Booth.  
+
{| class="wikitable" border="1"
 +
|-
 +
| align="center" | Caractéristique
 +
| align="center" | Valeur
 +
|- style="font-size: 90%"
 +
| align="left" | Input Voltage (recommended)
 +
| align="left" | 5V
 +
|- style="font-size: 90%"
 +
| align="left" | Input Voltage (limits)
 +
| align="left" | 5V
 +
|- style="font-size: 90%"
 +
| align="left" | Digital I/O Pins
 +
| align="left" | 14 (of which 6 provide PWM output)
 +
|- style="font-size: 90%"
 +
| align="left" | Analog Input Pins
 +
| align="left" |
 +
|- style="font-size: 90%"
 +
| align="left" | Total DC Output Current on all I/O lines
 +
| align="left" | 80 mA
 +
|- style="font-size: 90%"
 +
| align="left" | DC Current for 3.3V Pin
 +
| align="left" | 800 mA
 +
|- style="font-size: 90%"
 +
| align="left" | DC Current for 5V Pin
 +
| align="left" | 800 mA
 +
|}
    
{{Galileo-TRAILER}}
 
{{Galileo-TRAILER}}
29 917

modifications

Menu de navigation