From da12b93f82528a36cedd473a732e79c8ea06453e Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Thu, 2 Jul 2020 16:54:24 +0200 Subject: [PATCH 1/4] Update configuration.h https://user-images.githubusercontent.com/1584034/86362734-08525e00-bc76-11ea-8a34-8579d1fa2965.jpg related to issue https://github.com/meshtastic/Meshtastic-device/issues/243 --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index d0ec7aad3..f362eec96 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -180,8 +180,8 @@ along with this program. If not, see . // This board has different GPS pins than all other boards #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 12 -#define GPS_TX_PIN 15 +#define GPS_RX_PIN 15 +#define GPS_TX_PIN 12 #elif defined(ARDUINO_HELTEC_WIFI_LORA_32_V2) // This string must exactly match the case used in release file names or the android updater won't work From 439cdfbb3254c1b4810a3adffa1fba72aabfb86d Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Fri, 3 Jul 2020 07:41:22 +0200 Subject: [PATCH 2/4] Update configuration.h https://github.com/meshtastic/Meshtastic-device/issues/243#issuecomment-653361142 --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index f362eec96..d0ec7aad3 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -180,8 +180,8 @@ along with this program. If not, see . // This board has different GPS pins than all other boards #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 15 -#define GPS_TX_PIN 12 +#define GPS_RX_PIN 12 +#define GPS_TX_PIN 15 #elif defined(ARDUINO_HELTEC_WIFI_LORA_32_V2) // This string must exactly match the case used in release file names or the android updater won't work From 8d122f36e3ac037cabb96d0993a0bf5c2f3bfdd6 Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Fri, 3 Jul 2020 07:44:14 +0200 Subject: [PATCH 3/4] Update platformio.ini https://github.com/meshtastic/Meshtastic-device/issues/243#issuecomment-653361142 --- platformio.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index f54ab582f..4e61e9acc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -99,17 +99,16 @@ board = ttgo-t-beam lib_deps = ${env.lib_deps} https://github.com/meshtastic/AXP202X_Library.git - build_flags = ${esp32_base.build_flags} -D TBEAM_V10 ; The original TBEAM board without the AXP power chip and a few other changes ; Note: I've heard reports this didn't work. Disabled until someone with a 0.7 can test and debug. -;[env:tbeam0.7] -;extends = esp32_base -;board = ttgo-t-beam -;build_flags = -; ${esp32_base.build_flags} -D TBEAM_V07 +[env:tbeam0.7] +extends = esp32_base +board = ttgo-t-beam +build_flags = + ${esp32_base.build_flags} -D TBEAM_V07 [env:heltec] ;build_type = debug ; to make it possible to step through our jtag debugger From 0f92678c3bf5421fa40f686cdfd4bb337f78b44b Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Fri, 3 Jul 2020 10:35:42 +0200 Subject: [PATCH 4/4] Update README.md TBeam 0.7 + W.W. LoRa freqs list link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c50a1d67d..c5d7b1bbf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This software is 100% open source and developed by a group of hobbyist experimen We currently support three models of radios. - TTGO T-Beam - + - [T-Beam V0.7 w/ NEO-6M](https://www.aliexpress.com/item/4000574335430.html) - [T-Beam V1.0 w/ NEO-6M - special Meshtastic version](https://www.aliexpress.com/item/4001178678568.html) (Includes built-in OLED display and they have **preinstalled** the meshtastic software) - [T-Beam V1.0 w/ NEO-M8N](https://www.aliexpress.com/item/33047631119.html) (slightly better GPS) - 3D printable cases @@ -43,6 +43,7 @@ We currently support three models of radios. - US/JP/AU/NZ/CA - 915MHz - CN - 470MHz - EU - 868MHz, 433MHz +- full list of LoRa frequencies per region is available [here](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country.html) Getting a version that includes a screen is optional, but highly recommended.