From 00e32c67d54d9d05dd3e78e7d8c5705c10d124f0 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Wed, 14 Dec 2022 22:13:18 -0700 Subject: [PATCH] add supported rak environmental sensors --- docs/hardware/devices/rak/peripherals.mdx | 49 ++++++++++++++++++++--- 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index d9ea06c5..d532dc17 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -15,7 +15,7 @@ values={[ {label: 'GPS Module', value: 'GPS'}, {label: 'Buzzer', value: 'Buzzer'}, {label: 'I/O Module', value: 'IO'}, -{label: 'Environmental Sensor', value:'BME680'} +{label: 'Environmental Sensors', value:'Sensors'} ]}> @@ -59,18 +59,55 @@ There is development activity in progress to get sensors such as this added to t Further information on the RAK13002 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK13002/Overview). - + + -The [RAK1906 Environmental Sensor](https://store.rakwireless.com/products/rak1906-bme680-environment-sensor) is based on the Bosch BME680 module and has the following features: + + +The [RAK1901 Temperature and Humidity Sensor](https://store.rakwireless.com/products/rak1901-shtc3-temperature-humidity-sensor) is based on the Sensirion SHTC3 module and has the following features: + +- Temperature measurement (Range -40°C to +125°C) +- Humidity measurement (Range 0% to 100%) +- Lower power consumption + +Further information on the RAK1901 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1901/Overview/#product-description). + + + + + +The [RAK1902 Barometric Pressure Sensor](https://store.rakwireless.com/products/rak1902-kps22hb-barometric-pressure-sensor) is based on the STMicroelectronics LPS22HB module and has the following features: + +- Barometer measurement (Range 260 to 1260 hPa) +- Low power consumption of 3uA +- Small form factor + +Further information on the RAK1902 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1902/Overview/#product-description). + + + + + +The [RAK1906 Environment Sensor](https://store.rakwireless.com/products/rak1906-bme680-environment-sensor) is based on the Bosch BME680 module and has the following features: - Temperature measurement (Range -40°C to +85°C) - Humidity measurement (Range 0% to 100%) - Barometer measurement (Range 300 to 1100 hPa) - Air Quality measurement - - -There is development activity in progress to get sensors such as this added to the Meshtastic Core. + Further information on the RAK1906 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1906/Overview/#product-description). + + + + + \ No newline at end of file