From cd96f8fe9f03bcd53dc6a1ec7831719d49319bc8 Mon Sep 17 00:00:00 2001 From: smileyn64 Date: Thu, 20 Oct 2016 16:53:17 +0700 Subject: [PATCH] ab-adc-pi-zero part2 --- src/fr/overlay/ab-adc-pi-zero.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/fr/overlay/ab-adc-pi-zero.md b/src/fr/overlay/ab-adc-pi-zero.md index d3bcfb2..a83722c 100644 --- a/src/fr/overlay/ab-adc-pi-zero.md +++ b/src/fr/overlay/ab-adc-pi-zero.md @@ -2,10 +2,10 @@ --- name: ADC Pi Zero class: board -type: adc +type: ADC formfactor: pHAT manufacturer: AB Electronics -description: 8 channel Analogue to Digital Converter +description: 8 canaux Analogiques vers un convertisseur Digital url: https://www.abelectronics.co.uk/p/69/ADC-Pi-Zero-Raspberry-Pi-Analogue-to-Digital-converter github: https://github.com/abelectronicsuk buy: https://www.abelectronics.co.uk/p/69/ADC-Pi-Zero-Raspberry-Pi-Analogue-to-Digital-converter @@ -37,24 +37,23 @@ i2c: --> #ADC Pi Zero -The ADC Pi Zero is an 8 channel 17 bit analogue to digital converter designed to work with the Raspberry Pi Zero. The ADC Pi Zero is based on two Microchip MCP3424 A/D converters each containing 4 analogue inputs. The MCP3424 is a delta-sigma A/D converter with low noise differential inputs. +Le **ADC Pi Zero** de **AB Electronics** est une carte chapeau de conversion sur 8 canaux 17 bit *Analogique vers Digital* conçu pour fonctionner avec le Raspberry Pi Zero. Le **ADC Pi Plus** est basé sur deux micro-puce de conversion **MCP3424 A/D** qui comportent chacun quatres entrées analogiques. La micro-puce **MCP3424** est un convertisseur *delta-sigma A/D* avec entrées différentielles à réduction de bruit. -##Features +##Caractéristiques -- 8 x 17-bit 0 to 5V Single Ended Inputs -- Control via the Raspberry Pi I2C port -- Stack up to 4 ADC Pi Zero boards on a single Raspberry Pi -- Jumper selectable I2C addresses -- Buffered 5V I2C port -- Based on the MCP3424 from Microchip Technologies Inc -- Single Ended full-scale range of 5.0V -- On-board 2.048V reference voltage (Accuracy ± 0.05%, Drift: 15 ppm/°C) -- On-Board Programmable Gain Amplifier (PGA): Gains of 1, 2, 4 or 8 -- Programmable Data Rate Options: +- 8 x Entrées 17-bit 0-5V +- Controle via le port **I2C** du Raspberry Pi +- Superposez jusqu'à 4 cartes chapeau **ADC Pi Plus** sur le même Raspberry Pi +- Adresse **I2C** sélectionnable par cavaliers +- Port **I2C** 5V à mémoire tampon +- Basé sur le **MCP3424** de **Microchip Technologies Inc** +- Tension de référence 2.048V embarquée (Précision ± 0.05%, Glissement: 15 ppm/°C) +- Amplificateur de Gain programmable embarqué (PGA): Gain de 1, 2, 4 ou 8 +- Débit de données programmable: - 3.75 SPS (17 bits) - 15 SPS (15 bits) - 60 SPS (13 bits) - 240 SPS (11 bits) -- One-Shot or Continuous Conversion Options +- Convertion unique ou continue -Arduino, C, Node.js, Windows 10 IOT, Python 2 and Python 3 libraries are available on GitHub. \ No newline at end of file +Les librairies **Arduino**, **C**, **Node.js**, **Windows 10 IOT**, **Python 2** et **Python 3** sont disponibles sur GitHub.