GithubHelp home page GithubHelp logo

losant-mqtt-esp-idf's Introduction

losant-mqtt-esp-idf

ESP-IDF MQTT Client for connecting devices to the Losant IoT Platform

[dependencies]
losant-mqtt-esp-idf = "1.0"

Usage

Examples

  • add Losant and wifi info to a cfg.toml file in the crate root (make sure to .gitignore!); see cfg.example.toml

  • if using WSL, use usbipd to expose a USB device to WSL (Microsoft docs)

    • install usbipd in a PowerShell/CMD terminal

      # all of the following require admin mode
      winget install --interactive --exact dorssel.usbipd-win
      usbipd wsl list # may need a new terminal window to refresh env
      usbipd wsl attach --auto-attach --busid <BUSID>
    • check that the device is accessible within WSL

      lsusb # e.g. Bus 001 Device 002: ID 303a:1001 Espressif USB JTAG/serial debug unit
  • run an example; replace the --target argument with your board's respective compiler target

    • using espflash v2

      cargo run --example=esp32-c3-devkit-rust-1 --release --target=riscv32imc-esp-espidf
    • using cargo-espflash v2

      cargo espflash flash --monitor --example=esp32-c3-devkit-rust-1 --release --target=riscv32imc-esp-espidf
    • using espflash v2 (manual)

      cargo build --example=esp32-c3-devkit-rust-1 --release --target=riscv32imc-esp-espidf
      espflash flash --monitor target/riscv32imc-esp-espidf/release/examples/wifi

losant-mqtt-esp-idf's People

Contributors

tedbyron avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

nazt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.