kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
262 stars 139 forks source link

Getting Rev 1.1 working in eu_868 #26

Open pbgben opened 3 years ago

pbgben commented 3 years ago

I may just be blind, but I could not find out how to set to eu_868, it would always default to us and if you change the buildflags option in the platformio.ini it would just throw errors, so I found the project config and commented out the us and uncommented the eu_ definitions. I have also commented out the build_flags line in platformio.ini

Location of the file to change, directory may differ depending on your vscode setup. \Documents\platformio\projects\ttgo-tbeam-ttn-tracker-master.pio\libdeps\esp32\MCCI LoRaWAN LMIC library\project_config

Schrolli91 commented 3 years ago

i have commented out all lines in the LMIC project_config file and set the platforIO build flag to eu_868 - works fine for me

grahamrobertslx commented 3 years ago

I too are having issues with the ver1.1 t-beam board. Managed to get the right frequency but i seem to be having issues getting the NEO-M8 GPS working

netmonk commented 3 years ago

Commenting everything out in project_config lmic file and replacing the line in platformio.ini with build_flags = -Wall -Wextra -Wno-missing-field-initializers -O3 -Wl,-Map,.pio/build/esp32/output.map -D CFG_eu868 -D CFG_sx1276_radio worked fine on rev1.1

RandMental commented 1 year ago

Any one updated this for the T-Beam V1,.1 with SX1262 LORA chip?