You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
# I2C Component
|
|
|
|
* I2C Modules
|
|
|
|
| Item | Board | Chipset | Address |
|
|
| --------------------------------------- | ---------- | ----------- | --------------------------------------------- |
|
|
| 3-Axis Magnetic Electronic Compass | GY271 | HMC5883L | 0x1E |
|
|
| 3-Axis Magnetometer Acceleration Sensor | GY-LSM303C | LSM 303C | accelerometer : 0x1D, magnetometer : 0x1E |
|
|
| Infrared Temperature Sensor | GY-906 | MLX90614ESF | 0x5A |
|
|
|
|
* Datasheet
|
|
+ [HMC5883L](https://cdn-shop.adafruit.com/datasheets/HMC5883L_3-Axis_Digital_Compass_IC.pdf)
|
|
+ [LSM303C](https://www.mouser.com/datasheet/2/389/lsm303agr-954987.pdf)
|
|
+ [MLX90614ESF](https://www.melexis.com/-/media/files/documents/datasheets/mlx90614-datasheet-melexis.pdf)
|
|
|
|
* Arduino Library
|
|
+ [GY271](.\arduino-lib\Mecha_QMC5883L)
|
|
+ [GY-906](https://github.com/adafruit/Adafruit-MLX90614-Library)
|
|
|
|
* Tutorial
|
|
+ [GY271](https://www.instructables.com/id/Tutorial-to-Interface-HMC-5833L-With-Arduino-Uno/)
|
|
+ [GY-LSM303C](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/coding)
|
|
+ [GY-906](https://create.arduino.cc/projecthub/SurtrTech/contactless-temperature-sensor-mlx90614-1e7bc7)
|