Lora-TTNMapper-T-Beam icon indicating copy to clipboard operation
Lora-TTNMapper-T-Beam copied to clipboard

OTAA and US915 support

Open fede2cr opened this issue 6 years ago • 2 comments

Current code does not allow to use OTAA.

If the LMIC is modified to use US915, while compiling one gets a bunch of errors like: error: 'DR_SF12' was not declared in this scope

I'll do a pull request with patches for both of this issues.

fede2cr avatar Feb 27 '19 22:02 fede2cr

I'm working on incorporating your PR, see branch https://github.com/DeuxVis/Lora-TTNMapper-T-Beam/tree/OTAA_support

Still have to do the US915 support so not closing that issue yet.

DeuxVis avatar Nov 22 '19 14:11 DeuxVis

Ok I have pushed the possibility to use US915 now. It compiles for me but I don't have a way to test it actually works end to end...

DeuxVis avatar Nov 28 '19 14:11 DeuxVis