using xdot with propitiatory stack (without lorawan)

Home Forums mDot/xDot using xdot with propitiatory stack (without lorawan)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27961
    Tom Z
    Participant

    Hi

    is it possible to work with the xdot using a custom / propitiatory stack without using LoRaWaN?

    #27962
    Jason Reiss
    Keymaster

    Yes it is possible.

    Radio drivers can be found here.
    https://github.com/ARMmbed/mbed-semtech-lora-rf-drivers

    They are used in the mbed-os lorawan implementation which can be used as a reference for using the drivers.
    https://github.com/ARMmbed/mbed-os-example-lorawan

    #27966
    Tom Z
    Participant

    Hi Jason,

    Is it possible to create a custom AT+Command on the xDot?

    Currently, our end-device is wired via UART and we work with the lorawan stack with AT+Command. But for an upcoming project, we need to use proprietary msg format (as to my previous message in this thread). But as it seems, from our private conversation, we will need to re-wire our board to connect to SPI which complicate things for us and requires board modification.

    So I had this wild idea, if we could write code to the xdot or even wrap it as an AT+Command, we can keep our current wiring, and work the radio from the xDot and not our MCU.

    Does this make sense? is it possible?

    Thanks

    #27967
    Jason Reiss
    Keymaster

    The mbed-semtech-lora-rf-drivers would be used in a firmware deployed on xDot.

    If you connected to the xDot via SPI to attempt to access the LoRa radio you would need SPI to SPI application on xDot.

    This project implements a custom shell for use with mbed-os on xDot/mDot to command it via UART.
    https://github.com/MultiTechSystems/mbed-os-lorawan-tinyshell

    The LoRaWAN layer can be removed or customized.

    #27968
    Tom Z
    Participant

    Thanks for the quick and accurate reply Jason, much appreciated.

    Yea we do not have SPI to SPI wiring on our board right now and adding it not really an option.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.