Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mbed_app configuration to use MTxDot with Lora #3

Open
Copper-Bot opened this issue Mar 15, 2023 · 0 comments
Open

Add mbed_app configuration to use MTxDot with Lora #3

Copper-Bot opened this issue Mar 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Copper-Bot
Copy link

The Lora configuration could be add in this repository to help user configure the zest core MTxDOT with Lora.

It could be either a mbed_app.json template file directly in the repo, or describe the setup in the Readme.

"ZEST_CORE_MTXDOT": {
            "target.components_add":             ["SX1272"],
            "sx1272-lora-driver.spi-mosi":        "LORA_MOSI",
            "sx1272-lora-driver.spi-miso":        "LORA_MISO",
            "sx1272-lora-driver.spi-sclk":        "LORA_SCK",
            "sx1272-lora-driver.spi-cs":          "LORA_NSS",
            "sx1272-lora-driver.reset":           "LORA_RESET",
            "sx1272-lora-driver.dio0":            "LORA_DIO0",
            "sx1272-lora-driver.dio1":            "LORA_DIO1",
            "sx1272-lora-driver.dio2":            "LORA_DIO2",
            "sx1272-lora-driver.dio3":            "LORA_DIO3",
            "sx1272-lora-driver.dio4":            "LORA_DIO4"
}
@Copper-Bot Copper-Bot added the enhancement New feature or request label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant