Update 'Home'

master
Stefan Haslinger 2022-03-21 11:11:40 +01:00
parent 118ba2ac8f
commit e278616dcf
1 changed files with 22 additions and 15 deletions

37
Home.md

@ -1,41 +1,48 @@
## Sensors
### VEML6075 UV-Sensor
### SparkFun Qwiic VEML6075 UV-Sensor
* SparkFun [Product Page](https://www.sparkfun.com/products/15089)
* 🔖 [Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-uv-sensor-veml6075-hookup-guide)
* [Product Page](https://www.sparkfun.com/products/15089)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-uv-sensor-veml6075-hookup-guide)
* [Data Sheet](https://cdn.sparkfun.com/assets/3/c/3/2/f/veml6075.pdf)
### VEML6030 Light-Sensor
### SparkFun Qwiic VEML6030 Light-Sensor
* Sparkfun [Product Page](https://www.sparkfun.com/products/15436)
* [Product Page](https://www.sparkfun.com/products/15436)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-ambient-light-sensor-veml6030-hookup-guide)
* [Data Sheet](https://cdn.sparkfun.com/assets/d/7/4/2/9/veml6030_datasheet.pdf)
### SparkFun Qwiic Button
* SparkFun [Product Page](https://www.sparkfun.com/products/16842)
* [Product Page](https://www.sparkfun.com/products/16842)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-qwiic-button-hookup-guide)
* [Register Map](https://cdn.sparkfun.com/assets/learn_tutorials/1/1/0/8/Qwiic_Button_I2C_Register_Map.jpg)
### SparkFun Environmental Combo Breakout - CCS811/BME280
### SparkFun Qwiic Environmental Combo Breakout - CCS811/BME280
* SparkFun [Product Page](https://www.sparkfun.com/products/14348)
* [Product Page](https://www.sparkfun.com/products/14348)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/ccs811bme280-qwiic-environmental-combo-breakout-hookup-guide)
* [CCS811 Data Sheet](https://cdn.sparkfun.com/assets/2/c/c/6/5/CN04-2019_attachment_CCS811_Datasheet_v1-06.pdf)
* [BME 280 Data Sheet](https://cdn.sparkfun.com/assets/learn_tutorials/4/1/9/BST-BME280_DS001-10.pdf)
* Github Repo [BMP280](https://github.com/elixir-sensors/bmp280), works with BMP180, BMP280, BME280, and BME680
* Hex Package [BMP280](https://hex.pm/packages/bmp280)
* Docs [BMP280](https://hexdocs.pm/bmp280/)
* Github Repo [ccs811](https://github.com/Efesto/ccs811)
* Hex Package [ccs811](https://hex.pm/packages/ccs811)
* Docs [ccs811](https://hexdocs.pm/ccs811/readme.html)
* BMP 280
* [Github Repo](https://github.com/elixir-sensors/bmp280), works with BMP180, BMP280, BME280, and BME680
* [Hex Package](https://hex.pm/packages/bmp280)
* [Docs](https://hexdocs.pm/bmp280/)
* ccs811
* [Github Repo](https://github.com/Efesto/ccs811)
* [Hex Package](https://hex.pm/packages/ccs811)
* [Docs](https://hexdocs.pm/ccs811/readme.html)
### SparkFun Qwiic Joystick
* SparkFun [Product Page](https://www.sparkfun.com/products/15168)
* [Product Page](https://www.sparkfun.com/products/15168)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-joystick-hookup-guide)
### SparkFun Qwiic Micro OLED Breakout
* [Product Page](https://www.sparkfun.com/products/14532)
* [Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-micro-oled-hookup-guide)
## Links
* [Introduction to Qwiic](https://www.sparkfun.com/qwiic)