Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ithinuel/rp2040-i2c-oddity
https://github.com/ithinuel/rp2040-i2c-oddity
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ithinuel/rp2040-i2c-oddity
- Owner: ithinuel
- License: apache-2.0
- Created: 2022-01-24T22:44:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:51:28.000Z (7 months ago)
- Last Synced: 2024-10-09T07:12:57.262Z (28 days ago)
- Language: Rust
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RP2040 I2C Oddity tester
## Objective
Demonstrate a simple I2C controller-peripheral pair using two board.
## Wiring
- Use GPIO4 and GPIO5 as respectively I2C0 SDA & I2C0 SCL.
- Use 2k pull-ups on each side.![Schematic](./schematic.png)