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

MCP2221-Examples-für-Windows
Eine Sammlung von C-Beispielen für MCP2221 USB-to-I2C/UART Bridge IC mit unterschiedlichen Serienmodulen und Sensoren
3 years
Works with Finder
1
Github Watches
8
Github Forks
14
Github Stars
This repository has all examples I have developed for the MCP2221 USB-to-I2C/UART chip from Microchip. This chip is like a swiss army knife that you can use to proof of concept any new I2C or UART based system, whether it's a chip or a full embedded system. All examples compile and run under Windows OS, all examples use Microchip library and DLL for the MCP2221 available at: https://www.microchip.com/wwwproducts/en/MCP2221A
The examples are for interfacing the MCP2221 via I2C with following sensors/modules:
- MCP4725 12-bit D/A.
- 16x2 I2C Character LCD (PCF8574).
- MCP9808 digital output temperature sensor.
- MMA8452q 3-Axis accelerometer.
- MLX90614 Remote IR temperature sensor.
- INA219 digital output power monitor.
- AMC6821 stand-alone PWM Controller.
- MCP23008 and MCP23018 I2C I/O Expanders.
- I2C scanner, scans I2C bus and lists all connected slave devices.
To use the examples under Linux you might need to look into setting up the MCP2221 as an I2C adapter then use existing I2C functions in Linux native C headers. These are the steps to set up the MCP2221 as an I2C adapter (tested on Raspberry Pi):
- sudo apt-get upgrade
- sudo apt-get install raspberrypi-kernel-headers
- wget http://ww1.microchip.com/downloads/en/DeviceDoc/mcp2221_0_1.tar.gz
- tar -xf mcp2221_0_1.tar.gz
- cd /"mcp2221_directory"/
- make modules
- sudo make install
- Override linux driver with MCP2221 driver by creating usb device rule: sudo nano /etc/udev/rules.d/100-usb.rules
- Add this line: ACTION=="add", SUBSYSTEM=="usb", DRIVER=="usb", RUN+="/directory/to/mcp2221/driver/driver_load.sh"
- Restart udev services: sudo service udev restart
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)
Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden
🧑🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext
Reviews

user_bAhVFYzR
The MCP2221-Examples-for-Windows by kelray is an excellent resource for anyone working with MCP2221 on a Windows platform. The repository is well-organized and the examples are clear and easy to follow. Whether you're a beginner or an experienced user, you'll find this a valuable tool to help you get the most out of your MCP2221 projects. Highly recommended! Check it out on GitHub: https://github.com/kelray/MCP2221-Examples-for-Windows.