mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
minor changes
This commit is contained in:
parent
87807169ce
commit
3b5336f231
|
@ -52,7 +52,7 @@ The [meshtastic/meshtastic.js](https://github.com/meshtastic/meshtastic.js) repo
|
||||||
|
|
||||||
There are two phone apps that interact with the Meshtastic devices:
|
There are two phone apps that interact with the Meshtastic devices:
|
||||||
|
|
||||||
- The [meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android) repository repo contains the Kotlin code for Android based interactions with Meshtastic devices. See [here](/docs/development/android/build-app) for how to build/create a development environment for the Meshtastic Android App.
|
- The [meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android) repository repo contains the Kotlin code for Android based interactions with Meshtastic devices. See [here](/docs/development/android) for how to build/create a development environment for the Meshtastic Android App.
|
||||||
- The iOS app is in the process of a complete re-write in Swift and will have the new repo published soon. Note: There are a couple of earlier implementations.
|
- The iOS app is in the process of a complete re-write in Swift and will have the new repo published soon. Note: There are a couple of earlier implementations.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: build-app
|
id: android
|
||||||
title: Creating a build/development environment for the Android App
|
title: Creating a build/development environment for the Android App
|
||||||
sidebar_label: Building Android App
|
sidebar_label: Android
|
||||||
---
|
---
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
|
@ -1,6 +0,0 @@
|
||||||
label: Android
|
|
||||||
collapsible: true
|
|
||||||
position: 2
|
|
||||||
link:
|
|
||||||
type: generated-index
|
|
||||||
title: Android
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
id: documents
|
|
||||||
title: Useful Documents
|
|
||||||
sidebar_label: Useful Documents
|
|
||||||
---
|
|
||||||
|
|
||||||
## LoRa
|
|
||||||
|
|
||||||
[LoRa Design Guide](/documents/LoRa_Design_Guide.pdf)
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: device-api
|
id: device-api
|
||||||
title: Device API (Serial/TCP/BLE)
|
title: Client API (Serial/TCP/BLE)
|
||||||
sidebar_label: Interface
|
sidebar_label: Client API
|
||||||
---
|
---
|
||||||
|
|
||||||
This document describes the protocol for external API clients using our devices. If you are interested in running your own code on the device itself, see the [module API](/docs/development/firmware/module-api) documentation instead.
|
This document describes the protocol for external API clients using our devices. If you are interested in running your own code on the device itself, see the [module API](/docs/development/firmware/module-api) documentation instead.
|
||||||
|
|
|
@ -11,6 +11,8 @@ We use the same channel maps as LoRaWAN (though this is not LoRaWAN).
|
||||||
|
|
||||||
See [this site](https://www.rfwireless-world.com/Tutorials/LoRa-channels-list.html) for more information.
|
See [this site](https://www.rfwireless-world.com/Tutorials/LoRa-channels-list.html) for more information.
|
||||||
|
|
||||||
|
See the LoRa Radio design datasheet: [LoRa Design Guide](/documents/LoRa_Design_Guide.pdf)
|
||||||
|
|
||||||
## LoRaWAN Europe Frequency Band
|
## LoRaWAN Europe Frequency Band
|
||||||
|
|
||||||
The maximum power allowed is +14dBm ERP (Effective Radiated Power, see [this site](https://en.wikipedia.org/wiki/Effective_radiated_power) for more information).
|
The maximum power allowed is +14dBm ERP (Effective Radiated Power, see [this site](https://en.wikipedia.org/wiki/Effective_radiated_power) for more information).
|
||||||
|
|
Loading…
Reference in a new issue