Cover image
Try Now
2018-01-31

Fonctions pour lire le convertisseur A / D 12 bits MCP3201 à l'aide du bus SPI en mode MSB ou LSB avec le Raspberry Pi

3 years

Works with Finder

0

Github Watches

6

Github Forks

10

Github Stars

raspi-MCP3201

This module provides functions to read the MCP3201 (2.7V 12-Bit A/D Converter with SPI Serial Interface).

Please refer to the datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/21290F.pdf

The MSB is clocked out on the falling edge of the 3rd clock pulse. After the first eight clocks have been sent to the device, the MCU receive buffer will contain two unknown bits (??), the null bit (NB), and the highest order five bits (B11-B7) of the conversion. After the second eight clocks have been sent, the receive buffer will contain the lowest order seven bits (B6-B0) and the B1 bit repeated as the A/D converter has begun to shift out LSB data with the extra (i.e. the 16th) clock.

Requires SPI:

dtparam=spi=on in /boot/config.txt

sudo pip3 install spidev (https://pypi.python.org/pypi/spidev)

Pin setup MCP3201:

VDD (8) --> 3V3

VREF(1) --> 3V3

VSS (4) --> GND

IN+ (2): positive analog input (min: IN-, max: VREF + IN-)

IN- (3): negative analog input (VSS +- 100 mV), connect to GND

Raspberry Pi (Model B2, Pi2, and Pi3):

CD/SHDN (5): chip select/shutdown --> Raspberry Pi BCM GPIO pin 8 (CE0)

CLK (7): serial clock --> Raspberry Pi BCM GPIO pin 11 (SCLK)

DOUT (6): serial data output --> Raspberry Pi GPIO BCM pin 9 (MISO)

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • jae-jae
  • MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.

  • ravitemer
  • Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)

  • patruff
  • Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle

  • pontusab
  • La communauté du curseur et de la planche à voile, recherchez des règles et des MCP

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.

  • Mintplex-Labs
  • L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.

  • appcypher
  • Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle

    Reviews

    5 (1)
    Avatar
    user_bbTtIfFY
    2025-04-17

    The Raspi-MCP3201 by flohwie is a fantastic addition for anyone looking to add precise ADC capabilities to their Raspberry Pi projects. The integration is seamless, and the documentation on the GitHub page is thorough, making setup straightforward even for beginners. A highly recommended tool for anyone working with analog signals on a Raspberry Pi!