Modifications

Sauter à la navigation Sauter à la recherche
4 636 octets ajoutés ,  12 octobre 2017 à 19:30
aucun résumé de modification
Ligne 2 : Ligne 2 :     
{{traduction}}
 
{{traduction}}
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-01.png|640px}}
 +
 +
''(There's a typo in the above, AREF Is PA03 not PA02)''
 +
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-02.jpg|640px}}
 +
 +
The Feather M0 is chock-full of microcontroller goodness. There's also a lot of pins and ports. We'll take you a tour of them now!
 +
 +
== Power Pins ==
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-03.jpg|640px}}
 +
 +
 +
* '''GND '''- this is the common ground for all power and logic
 +
* '''BAT''' - this is the positive voltage to/from the JST jack for the optional Lipoly battery
 +
* '''USB '''- this is the positive voltage to/from the micro USB jack if connected
 +
* '''EN''' - this is the 3.3V regulator's enable pin. It's pulled up, so connect to ground to disable the 3.3V regulator
 +
* '''3V''' - this is the output from the 3.3V regulator, it can supply 500mA peak
 +
 +
== Logic pins ==
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-04.jpg|640px}}
 +
 +
This is the general purpose I/O pin set for the microcontroller. <br>'''All logic is 3.3V'''<br>'''Nearly all pins can do PWM output'''<br>'''All pins can be interrupt inputs'''
 +
 +
 +
* '''#0 / RX''' - GPIO #0, also receive (input) pin for '''Serial1''' (hardware UART), also can be analog input
 +
* '''#1 / TX''' - GPIO #1, also transmit (output) pin for '''Serial1''', also can be analog input '''<br>'''
 +
 +
* '''SDA '''- the I2C (Wire) data pin. There's no pull up on this pin by default so when using with I2C, you may need a 2.2K-10K pullup.
 +
* '''SCL '''- the I2C (Wire) clock pin. There's no pull up on this pin by default so when using with I2C, you may need a 2.2K-10K pullup.
 +
* '''#5''' - GPIO #5
 +
* '''#6''' - GPIO #6
 +
* '''#9 '''- GPIO #9, also analog input '''A7'''. This analog input is connected to a voltage divider for the lipoly battery so be aware that this pin naturally 'sits' at around 2VDC due to the resistor divider
 +
* '''#10''' - GPIO #10
 +
* '''#11''' - GPIO #11
 +
* '''#12''' - GPIO #12
 +
* '''#13''' - GPIO #13 and is connected to the '''red LED''' next to the USB jack
 +
* '''A0''' - This pin is analog ''input'' '''A0''' but is also an analog ''output'' due to having a DAC (digital-to-analog converter). You can set the raw voltage to anything from 0 to 3.3V, unlike PWM outputs this is a true analog output
 +
* '''A1 thru A5''' - These are each analog input as well as digital I/O pins.
 +
* '''SCK/MOSI/MISO''' - These are the hardware SPI pins, you can use them as everyday GPIO pins (but recommend keeping them free as they are best used for hardware SPI connections for high speed.)
 +
 +
== SPI Flash and NeoPixel ==
 +
As part of the 'Express' series of boards, this Feather is designed for use with CircuitPython. To make that easy, we have added two extra parts to this Feather M0: a mini NeoPixel (RGB LED) and a 2 MB SPI Flash chip
 +
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-05.jpg|640px}}
 +
 +
The '''NeoPixel''' is connected to pin #8 in Arduino, so <a href="../../../../adafruit-neopixel-uberguide">just use our NeoPixel library</a> and set it up as a single-LED strand on pin 8. The NeoPixel is powered by the 3.3V power supply but that hasn't shown to make a big difference in brightness or color. The NeoPixel is also used by the bootloader to let you know if the device has enumerated correctly (green) or USB failure (red). In CircuitPython, the LED is used to indicate the runtime status.
 +
 +
The SPI Flash is connected to 4 pins that are not brought out on the GPIO pads. This way you don't have to worry about the SPI flash colliding with other devices on the main SPI connection. Under Arduino, the FLASH '''SCK''' pin is #3, '''MISO''' is #2,  '''MOSI''' is #4, and '''CS''' is #38. If you use '''Feather M0 Express''' as your board type, you'll be able to access the Flash SPI port under '''SPI1''' - this is a fully new hardware SPI device separate from the GPIO pins on the outside edge of the Feather. In CircuitPython, the SPI flash is used natively by the interpretter and is read-only to user code, instead the Flash just shows up as the writeable disk drive!
 +
 +
== Other Pins! ==
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-06.jpg|640px}}
 +
 +
* '''RST''' - this is the Reset pin, tie to ground to manually reset the AVR, as well as launch the bootloader manually
 +
* '''ARef''' - the analog reference pin. Normally the reference voltage is the same as the chip logic voltage (3.3V) but if you need an alternative analog reference, connect it to this pin and select the external AREF in your firmware. Can't go higher than 3.3V!
 +
 +
== Debug Interface ==
 +
{{ADFImage|FEATHER-M0-EXPRESS-Brochage-07.jpg|640px}}
 +
 +
* '''SWCLK & SWDIO''' - These pads on the bottom are used to program the chip. They can also be connected to an SWD debugger.
    
{{FEATHER-M0-EXPRESS-TRAILER}}
 
{{FEATHER-M0-EXPRESS-TRAILER}}
29 837

modifications

Menu de navigation