Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

develop iota client application using mbed studio IDE

Notifications You must be signed in to change notification settings

iotaledger/iota-mbed-studio

Repository files navigation

mbed iota example

An IOTA C Client application with B-L4S5I-IOT01A using Mbed Studio IDE.

Requirements

Building Application

This project can be directly imported via Mbed Studio.

Importing

  1. Open the File menu and select Import Program...
  2. fill-in the URL of this project

Configuration

Setup your WiFi configuration and the node endpoint for connecting to WiFi and the Tangle network.

        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"PWD\""
        },
        "wifi-security": {
            "help": "Options are NSAPI_SECURITY_WEP, NSAPI_SECURITY_WPA, NSAPI_SECURITY_WPA2, NSAPI_SECURITY_WPA_WPA2",
            "value": "NSAPI_SECURITY_WPA_WPA2"
        },
        "host": {
            "help": "IOTA node hostname",
            "value": "\"api.lb-0.testnet.chrysalis2.com\""
        },
        "port":{
            "help": "IOTA Client API port number",
            "value": "443"
        },

Flashing application to target

Connect B-L4S5I-IOT01A with USB cable and run the application.

  1. Building application

  1. Monitoring via Serial Monitor

Unit tests

Using Mbed CLI to run unit tests on the dev board.

$ mbed test -t GCC_ARM -m auto -v -n tests-unit-iota_app

About

develop iota client application using mbed studio IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published