I am using these devices:
- Heltec WiFi LoRa V2
- Adafruit RFM95W Bonnet (https://www.adafruit.com/product/4074)
I am using these settings:
- US915 frequency band, userChannelsMask[6] = { 0x00FF, 0x0000, … 0x0000}
- Semtech single channel packet forwarder software, global_config.json = " “SX127x_conf”: {
“freq”: 905100000, … "
The TTN frequency plan is here: https://www.thethingsnetwork.org/docs/lorawan/frequency-plans.html
The Heltec frequency plan is inhere:
https://heltec-automation-docs.readthedocs.io/en/latest/general/lorawan_frequency_plans.html
I am using the latest Heltec Arduino library and framework.
PROBLEM:
The Heltec library never uses frequency 905100000Hz, even when userChannelsMask[0] = 0x00FF. 905100000Hz is userChannelsMask[0] = 0x0400, right?
How can I connect to my gateway at 905100000Hz?