mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-31 16:37:32 -08:00
Merge pull request #212 from mkinney/add_rak_with_env_sensor
add info about RAK4631 with env sensor
This commit is contained in:
commit
6e9f47b1b2
|
@ -178,6 +178,36 @@ meshtastic --info
|
||||||
|
|
||||||
and verify the the environmental_measurement_plugin_sensor_type and environmental_measurement_plugin_sensor_pin
|
and verify the the environmental_measurement_plugin_sensor_type and environmental_measurement_plugin_sensor_pin
|
||||||
|
|
||||||
|
## Example of RAK 4631 with Environment Sensor
|
||||||
|
|
||||||
|
Setup of a RAK 4631 with Environment Sensor
|
||||||
|
|
||||||
|
[<img src="RAK4631_with_EnvSensor" src="/img/hardware/rak/RAK4631_with_EnvSensor.jpg" style={{zoom:'25%'}} />](/img/hardware/rak/RAK4631_with_EnvSensor.jpg)
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
* RAK4631
|
||||||
|
* Environment Sensor
|
||||||
|
|
||||||
|
Steps:
|
||||||
|
* configure the device:
|
||||||
|
|
||||||
|
```
|
||||||
|
meshtastic --set environmental_measurement_plugin_measurement_enabled true --set environmental_measurement_plugin_screen_enabled true --set environmental_measurement_plugin_update_interval 15 --set environmental_measurement_plugin_display_farenheit true --set environmental_measurement_plugin_sensor_type 6
|
||||||
|
```
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
You can change the values above to suit your needs. The commands can be run one at a time or in a group as show above.
|
||||||
|
:::
|
||||||
|
|
||||||
|
* reboot/reset the device (press the button or unplug/plug in the device)
|
||||||
|
* when the device boots it should say "Environment" and it may show the sensor data
|
||||||
|
* if still "no data", run:
|
||||||
|
|
||||||
|
```
|
||||||
|
meshtastic --info
|
||||||
|
```
|
||||||
|
|
||||||
|
and verify the the environmental_measurement_plugin_sensor_type
|
||||||
|
|
||||||
## Known Problems
|
## Known Problems
|
||||||
|
|
||||||
|
|
BIN
static/img/hardware/rak/RAK4631_with_EnvSensor.jpg
Normal file
BIN
static/img/hardware/rak/RAK4631_with_EnvSensor.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
Loading…
Reference in a new issue