arduino-lmic icon indicating copy to clipboard operation
arduino-lmic copied to clipboard

Asian LoraWan module

Open tcpipchip opened this issue 3 years ago • 6 comments

Describe your question or issue

I am porting the MCCI to some asian modules.

// Pin mapping const lmic_pinmap lmic_pins = { .nss = RADIO_NSS, .rxtx = LMIC_UNUSED_PIN, .rst = RADIO_RESET, .dio = {RADIO_DIO_0, RADIO_DIO_1, RADIO_DIO_2}, };

Please give a clear and concise description of the problem you're facing and what you'd like help with.

Only to know the meaning for this message, becasue the message reach the server, but...looks that MCCI is waiting for something

EV_TXCOMPLETE (includes waiting for RX windows)

image

Environment

This information is very important; it's hard to help without a complete set of answers.

  • Version of LMIC being used. If using the latest github mainline, let us know, otherwise state the version. Updated verson!
  • Version of Arduino IDE being used: Updated!
  • Network provider (The Things Network, Swisscom, ChirpStack, etc.) TTN
  • Region (EU868, US915, etc.) AU915
  • Board (MCCI Catena, Adafruit Feather M0, Heltec Wi-Fi LoRa 32 v2, etc.) ASIA BOARD
  • Radio (HopeRF, SX1276, etc.) SX1276

tcpipchip avatar Jun 26 '21 13:06 tcpipchip