vpcola / ESP32SingleChannelGateway

A Fork of the popular ESP8266 single channel gateway adapted to ESP32 on the 915Mhz band.
74 stars 46 forks source link

Change Frequency #6

Closed LucasSantosSilva closed 6 years ago

LucasSantosSilva commented 6 years ago

Hello, I try change the frequency for 915 Mhz in LoraModem.h, but I can't receive or send, I don't Know. Can you show how I do this?

LucasSantosSilva commented 6 years ago

I Solved this problem altering in library LMIC on this part in Lorabase.h

enum { US915_125kHz_UPFBASE = 915000000, // US915_125kHz_UPFBASE = 902300000, US915_125kHz_UPFSTEP = 200000, US915_500kHz_UPFBASE = 903000000, US915_500kHz_UPFSTEP = 1600000, US915_500kHz_DNFBASE = 923300000, US915_500kHz_DNFSTEP = 600000 };