Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skotopes/mtof171000c0
MTOF171000C0 sensor demo app
https://github.com/skotopes/mtof171000c0
Last synced: 18 days ago
JSON representation
MTOF171000C0 sensor demo app
- Host: GitHub
- URL: https://github.com/skotopes/mtof171000c0
- Owner: skotopes
- Created: 2024-01-16T17:58:50.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-01-16T18:04:11.000Z (12 months ago)
- Last Synced: 2024-11-06T02:12:02.311Z (2 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# About
Demo app for MTOF171000C0 sensor in I2C mode: https://akizukidenshi.com/catalog/g/gM-14538/
- Datasheet: https://akizukidenshi.com/download/ds/socle/mtof171000c0.pdf
- Reference Manual: https://akizukidenshi.com/download/ds/socle/mtof171000c0_application_notes.pdf
- Arduino demo: https://akizukidenshi.com/download/ds/akizuki/mtof171000c0_i2c_20191216.zip# Pinout
| Sensor | Flipper |
|-----------|-----------|
| 1 - VDD | 9 - 3V3 |
| 2 - GND | 18 - GND |
| 3 - TXD | 7 - C3 |
| 4 - RXD | 6 - B2 |
| 5 - SCL | 16 - C0 |
| 6 - SDA | 15 - C1 |