mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge branch 'master' into master
This commit is contained in:
commit
b91c4c35fa
|
@ -54,7 +54,7 @@ Default Long_Fast
|
|||
|
||||
<img src="/img/records/kboxlabs_map.webp" alt="Geographic Locations" />
|
||||
|
||||
##### Previous Record 166km
|
||||
#### Previous Record 166km
|
||||
|
||||
- **Range:** 166km (103 miles)
|
||||
- **Record Holder:** _PuzzledPancake_
|
||||
|
|
|
@ -118,6 +118,10 @@ us on [Discord](https://discord.com/invite/ktMAKGBnBs) to add your group.
|
|||
- [Meshtastic Netherlands Telegram](https://t.me/meshtastic_nl)
|
||||
- [MeshNet Meshtastic Community](https://www.meshnet.nl/)
|
||||
|
||||
## New Zealand
|
||||
|
||||
- [New Zealand Meshtastic Community Discord](https://discord.gg/xb9bBZJUpz)
|
||||
|
||||
## Poland
|
||||
|
||||
- [Meshtastic Poland Matrix Space](https://matrix.to/#/#meshtasticpl:matrix.org)
|
||||
|
|
|
@ -13,6 +13,7 @@ Current community projects:
|
|||
- [Meshtastic Web API](/docs/community/software/meshtastic-web-api) - Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection.
|
||||
- [Mesh-metrics](/docs/community/software/community-mesh-metrics) - Meshtastic repeater metrics scraper using meshtastic-cli to be ingested by node_exporter for use in Prometheus or Victoria Metrics Time series DB with a Grafana dashboard and sample alerting rules.
|
||||
- [Node-RED Messages Node](/docs/community/software/community-node-red-messages) - Node-RED node to send and receive packets / text messages from a device connected via HTTP.
|
||||
- [MQTT Connect for Meshtastic](https://github.com/pdxlocations/MQTT-Connect-for-Meshtastic) - A nodeless python client for communicating with Meshtastic devices over MQTT.
|
||||
|
||||
Support for these projects should be sought from their respective authors.
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ Supported sensors connected to the I2C bus of the device will be automatically d
|
|||
| SHTC3 | 0x70 | Temperature and humidity |
|
||||
| SHT31 | 0x44 | Temperature and humidity |
|
||||
| PMSA003I| 0x12 | Concentration units by size and particle counts by size |
|
||||
| PMSA003I| 0x12 | Concentration units by size and particle counts by size |
|
||||
| DFROBOT_LARK | 0x42 | Temperature, barometric pressure, humidity, wind direction, wind speed |
|
||||
|
||||
## Module Config Values
|
||||
|
|
|
@ -155,7 +155,7 @@ meshtastic --set position.fixed_position true --setlat 37.8651 --setlon -119.538
|
|||
|
||||
:::
|
||||
|
||||
```shell title="Set GPS update interval (Default of 0 is 30 seconds)"
|
||||
```shell title="Set GPS update interval (Default of 0 is 2 Minutes)"
|
||||
meshtastic --set position.gps_update_interval 0
|
||||
meshtastic --set position.gps_update_interval 45
|
||||
```
|
||||
|
|
|
@ -35,7 +35,7 @@ Remember: A network of `CLIENT` nodes with a small number of well-placed `ROUTER
|
|||
|
||||
## (Not) Sharing Your Location
|
||||
|
||||
Telemetry is shared over your [PRIMARY channel](/docs/configuration/radio/channels#role). This means that if your node has acquired GPS coordinates from an integrated GPS chip, or from your mobile device, your coordinates will be sent to the mesh over this channel, using it's defined encryption (if any).
|
||||
Telemetry is shared over your [PRIMARY channel](/docs/configuration/radio/channels#role). This means that if your node has acquired GPS coordinates from an integrated GPS chip, or from your mobile device, your coordinates will be sent to the mesh over this channel, using its defined encryption (if any).
|
||||
|
||||
By default the PRIMARY channel's name is LongFast with the encryption key "AQ==" (Base64 equivalent of Hex 0x01). If this is left unchanged, your location will be shared with all nodes in range that are also using the default channel.
|
||||
|
||||
|
|
Loading…
Reference in a new issue