mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
Change all repo URLs to be meshtastic... instead of geeksville...
This commit is contained in:
parent
4bb308c80c
commit
e01680cd4b
@ -25,7 +25,7 @@ is optional, but highly recommended.
|
|||||||
See (meshtastic.org) for 3D printable cases.
|
See (meshtastic.org) for 3D printable cases.
|
||||||
|
|
||||||
## Installing the firmware
|
## Installing the firmware
|
||||||
Prebuilt binaries for the supported radios is available in our [releases](https://github.com/geeksville/Meshtastic-esp32/releases). Your initial installation has to happen over USB from your Mac, Windows or Linux PC. Once our software is installed, all future software updates happen over bluetooth from your phone.
|
Prebuilt binaries for the supported radios is available in our [releases](https://github.com/meshtastic/Meshtastic-esp32/releases). Your initial installation has to happen over USB from your Mac, Windows or Linux PC. Once our software is installed, all future software updates happen over bluetooth from your phone.
|
||||||
|
|
||||||
The instructions currently require a few commmand lines, but it should be pretty straightforward. Please post comments on our group chat if you have problems or successes. Steps to install:
|
The instructions currently require a few commmand lines, but it should be pretty straightforward. Please post comments on our group chat if you have problems or successes. Steps to install:
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ Hard resetting via RTS pin...
|
|||||||
8. Please post a comment on our chat so we know if these instructions worked for you ;-). If you find bugs/have-questions post there also - we will be rapidly iterating over the next few weeks.
|
8. Please post a comment on our chat so we know if these instructions worked for you ;-). If you find bugs/have-questions post there also - we will be rapidly iterating over the next few weeks.
|
||||||
|
|
||||||
## Meshtastic Android app
|
## Meshtastic Android app
|
||||||
The source code for the (optional) Meshtastic Android app is [here](https://github.com/geeksville/Meshtastic-Android).
|
The source code for the (optional) Meshtastic Android app is [here](https://github.com/meshtastic/Meshtastic-Android).
|
||||||
Soon our first alpha release of will be released here:
|
Soon our first alpha release of will be released here:
|
||||||
[](https://play.google.com/store/apps/details?id=com.geeksville.mesh&referrer=utm_source%3Dgithub%26utm_medium%3Desp32-readme%26utm_campaign%3Dmeshtastic-esp32%2520readme%26anid%3Dadmob&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
|
[](https://play.google.com/store/apps/details?id=com.geeksville.mesh&referrer=utm_source%3Dgithub%26utm_medium%3Desp32-readme%26utm_campaign%3Dmeshtastic-esp32%2520readme%26anid%3Dadmob&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ This software is 100% open source and developed by a group of hobbyist experimen
|
|||||||
# Updates
|
# Updates
|
||||||
|
|
||||||
* 02/25/2020 - 0.0.4 of the Android app is released. This is a very early alpha, see below to join the alpha-testers group.
|
* 02/25/2020 - 0.0.4 of the Android app is released. This is a very early alpha, see below to join the alpha-testers group.
|
||||||
* 02/23/2020 - 0.0.4 release. Still very bleeding edge but much closer to the final power management, a charged T-BEAM should run for many days with this load. If you'd like to try it, we'd love your feedback. Click [here](https://github.com/geeksville/Meshtastic-esp32/blob/master/README.md) for instructions.
|
* 02/23/2020 - 0.0.4 release. Still very bleeding edge but much closer to the final power management, a charged T-BEAM should run for many days with this load. If you'd like to try it, we'd love your feedback. Click [here](https://github.com/meshtastic/Meshtastic-esp32/blob/master/README.md) for instructions.
|
||||||
* 02/20/2020 - Our first alpha release (0.0.3) of the radio software is ready brave early people.
|
* 02/20/2020 - Our first alpha release (0.0.3) of the radio software is ready brave early people.
|
||||||
|
|
||||||
## Meshtastic Android app
|
## Meshtastic Android app
|
||||||
@ -51,13 +51,13 @@ But if you want the bleeding edge app now, we'd love to have your help testing.
|
|||||||
2. Go to this [URL](https://play.google.com/apps/testing/com.geeksville.mesh) to opt-in to the alpha test.
|
2. Go to this [URL](https://play.google.com/apps/testing/com.geeksville.mesh) to opt-in to the alpha test.
|
||||||
3. If you encounter any problems or have questions, post in our gitter chat and we'll help.
|
3. If you encounter any problems or have questions, post in our gitter chat and we'll help.
|
||||||
|
|
||||||
If you'd like to help with development, the source code is [on github](https://github.com/geeksville/Meshtastic-Android).
|
If you'd like to help with development, the source code is [on github](https://github.com/meshtastic/Meshtastic-Android).
|
||||||
|
|
||||||
## Supported hardware
|
## Supported hardware
|
||||||
We currently support two brands of radios. The [TTGO T-Beam](https://www.aliexpress.com/item/4000119152086.html) and the [Heltec LoRa 32](https://heltec.org/project/wifi-lora-32/). Most people should buy the T-Beam and a 18650 battery (total cost less than $35). Make
|
We currently support two brands of radios. The [TTGO T-Beam](https://www.aliexpress.com/item/4000119152086.html) and the [Heltec LoRa 32](https://heltec.org/project/wifi-lora-32/). Most people should buy the T-Beam and a 18650 battery (total cost less than $35). Make
|
||||||
sure to buy the frequency range which is legal for your country. For the USA, you should buy the 915MHz version. Getting a version that include a screen is optional, but highly recommended.
|
sure to buy the frequency range which is legal for your country. For the USA, you should buy the 915MHz version. Getting a version that include a screen is optional, but highly recommended.
|
||||||
|
|
||||||
Instructions for installing prebuilt firmware can be found [here](https://github.com/geeksville/Meshtastic-esp32/blob/master/README.md).
|
Instructions for installing prebuilt firmware can be found [here](https://github.com/meshtastic/Meshtastic-esp32/blob/master/README.md).
|
||||||
|
|
||||||
For a nice TTGO 3D printable case see this [design](https://www.thingiverse.com/thing:3773717) by [bsiege](https://www.thingiverse.com/bsiege).
|
For a nice TTGO 3D printable case see this [design](https://www.thingiverse.com/thing:3773717) by [bsiege](https://www.thingiverse.com/bsiege).
|
||||||
For a nice Heltec 3D printable case see this [design](https://www.thingiverse.com/thing:3125854) by [ornotermes](https://www.thingiverse.com/ornotermes).
|
For a nice Heltec 3D printable case see this [design](https://www.thingiverse.com/thing:3125854) by [ornotermes](https://www.thingiverse.com/ornotermes).
|
||||||
@ -76,4 +76,4 @@ Most of these problems should be solved by the beta release:
|
|||||||
* The mesh protocol is turned off for now, currently we only send packets one hop distant
|
* The mesh protocol is turned off for now, currently we only send packets one hop distant
|
||||||
* No one has written an iOS app yet ;-)
|
* No one has written an iOS app yet ;-)
|
||||||
|
|
||||||
For more details see the [device software TODO](https://github.com/geeksville/Meshtastic-esp32/blob/master/TODO.md) or the [Android app TODO](https://github.com/geeksville/Meshtastic-Android/blob/master/TODO.md).
|
For more details see the [device software TODO](https://github.com/meshtastic/Meshtastic-esp32/blob/master/TODO.md) or the [Android app TODO](https://github.com/meshtastic/Meshtastic-Android/blob/master/TODO.md).
|
||||||
|
@ -5,7 +5,7 @@ We don't collect any personal identifying information.
|
|||||||
If you have opted-in to analytics (thank you - that helps us know what things we need to improve), we'll receive anonymized information about user behavior. i.e. which screens you used in the app etc... We never
|
If you have opted-in to analytics (thank you - that helps us know what things we need to improve), we'll receive anonymized information about user behavior. i.e. which screens you used in the app etc... We never
|
||||||
capture usernames, the contents of your texts or your location.
|
capture usernames, the contents of your texts or your location.
|
||||||
|
|
||||||
This is an open-source project run by hobbyists and we try to be completely transparent. If you have questions on this policy, please file [a github issue](https://github.com/geeksville/meshtastic-esp32/issues) and we'll reply/clarify/correct.
|
This is an open-source project run by hobbyists and we try to be completely transparent. If you have questions on this policy, please file [a github issue](https://github.com/meshtastic/meshtastic-esp32/issues) and we'll reply/clarify/correct.
|
||||||
|
|
||||||
Keep being awesome!
|
Keep being awesome!
|
||||||
|
|
||||||
|
@ -2,13 +2,11 @@
|
|||||||
"name": "BluetoothOTA",
|
"name": "BluetoothOTA",
|
||||||
"keywords": "esp32, bluetooth",
|
"keywords": "esp32, bluetooth",
|
||||||
"description": "A BTLE based software OTA update tool",
|
"description": "A BTLE based software OTA update tool",
|
||||||
"repository":
|
"repository": {
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/geeksville/fixme.git"
|
"url": "https://github.com/geeksville/fixme.git"
|
||||||
},
|
},
|
||||||
"authors":
|
"authors": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "Kevin Hester",
|
"name": "Kevin Hester",
|
||||||
"email": "kevinh@geeksville.com",
|
"email": "kevinh@geeksville.com",
|
||||||
@ -20,11 +18,15 @@
|
|||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "*",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{ "name": "Update" },
|
{
|
||||||
{ "name": "ESP32 BLE Arduino" },
|
"name": "Update"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ESP32 BLE Arduino"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "arduino-fsm",
|
"name": "arduino-fsm",
|
||||||
"version": "https://github.com/geeksville/arduino-fsm.git"
|
"version": "https://github.com/meshtastic/arduino-fsm.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -58,15 +58,15 @@ debug_init_break = tbreak setup
|
|||||||
; Note: some libraries are specified by #ID where there are conflicting library
|
; Note: some libraries are specified by #ID where there are conflicting library
|
||||||
; names.
|
; names.
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/geeksville/RadioHead.git
|
https://github.com/meshtastic/RadioHead.git
|
||||||
1655 ; TinyGPSPlus
|
1655 ; TinyGPSPlus
|
||||||
https://github.com/geeksville/esp8266-oled-ssd1306.git ; ESP8266_SSD1306
|
https://github.com/meshtastic/esp8266-oled-ssd1306.git ; ESP8266_SSD1306
|
||||||
AXP202X_Library
|
AXP202X_Library
|
||||||
SPI
|
SPI
|
||||||
1260 ; OneButton
|
1260 ; OneButton
|
||||||
1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib
|
1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib
|
||||||
Wire ; explicitly needed here because the AXP202 library forgets to add it
|
Wire ; explicitly needed here because the AXP202 library forgets to add it
|
||||||
https://github.com/geeksville/arduino-fsm.git
|
https://github.com/meshtastic/arduino-fsm.git
|
||||||
|
|
||||||
;[env:tbeam]
|
;[env:tbeam]
|
||||||
;board = ttgo-t-beam
|
;board = ttgo-t-beam
|
||||||
|
Loading…
Reference in New Issue
Block a user