This is the sample program that can see the decode result of barcode data on Watson IoT.

Dependencies:   AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice

Committer:
Osamu Nakamura
Date:
Thu Nov 10 20:23:55 2016 +0900
Revision:
1:67f8b5cfde75
Parent:
0:7d720671e6dc
Revised the initial value of /888/0/7700

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Osamu Nakamura 0:7d720671e6dc 1 {
Osamu Nakamura 0:7d720671e6dc 2 "config": {
Osamu Nakamura 0:7d720671e6dc 3 "network-interface":{
Osamu Nakamura 0:7d720671e6dc 4 "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
Osamu Nakamura 0:7d720671e6dc 5 "value": "ETHERNET"
Osamu Nakamura 0:7d720671e6dc 6 },
Osamu Nakamura 0:7d720671e6dc 7 "wifi-ssid": {
Osamu Nakamura 0:7d720671e6dc 8 "help": "WiFi SSID",
Osamu Nakamura 0:7d720671e6dc 9 "value": "\"SSID\""
Osamu Nakamura 0:7d720671e6dc 10 },
Osamu Nakamura 0:7d720671e6dc 11 "wifi-password": {
Osamu Nakamura 0:7d720671e6dc 12 "help": "WiFi Password",
Osamu Nakamura 0:7d720671e6dc 13 "value": "\"Password\""
Osamu Nakamura 0:7d720671e6dc 14 },
Osamu Nakamura 0:7d720671e6dc 15 "wifi-security": {
Osamu Nakamura 0:7d720671e6dc 16 "help": "Type of encryption for connection",
Osamu Nakamura 0:7d720671e6dc 17 "value": "NSAPI_SECURITY_WPA2"
Osamu Nakamura 0:7d720671e6dc 18 },
Osamu Nakamura 0:7d720671e6dc 19 "wifi-tx": {
Osamu Nakamura 0:7d720671e6dc 20 "help": "TX pin for serial connection to external device",
Osamu Nakamura 0:7d720671e6dc 21 "value": "D1"
Osamu Nakamura 0:7d720671e6dc 22 },
Osamu Nakamura 0:7d720671e6dc 23 "wifi-rx": {
Osamu Nakamura 0:7d720671e6dc 24 "help": "RX pin for serial connection to external device",
Osamu Nakamura 0:7d720671e6dc 25 "value": "D0"
Osamu Nakamura 0:7d720671e6dc 26 },
Osamu Nakamura 0:7d720671e6dc 27 "shutdown-button-enable": {
Osamu Nakamura 0:7d720671e6dc 28 "help": "enable the K64F use of SWx for the deregistation/shutdown button",
Osamu Nakamura 0:7d720671e6dc 29 "value": "true"
Osamu Nakamura 0:7d720671e6dc 30 },
Osamu Nakamura 0:7d720671e6dc 31 "shutdown-pin": {
Osamu Nakamura 0:7d720671e6dc 32 "help": "which shutdown button should be used as the deregistation/shutdown button",
Osamu Nakamura 0:7d720671e6dc 33 "value": "USER_BUTTON0"
Osamu Nakamura 0:7d720671e6dc 34 }
Osamu Nakamura 0:7d720671e6dc 35 },
Osamu Nakamura 0:7d720671e6dc 36 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
Osamu Nakamura 0:7d720671e6dc 37 "target_overrides": {
Osamu Nakamura 0:7d720671e6dc 38 "*": {
Osamu Nakamura 0:7d720671e6dc 39 "target.features_add": ["CLIENT", "COMMON_PAL"],
Osamu Nakamura 0:7d720671e6dc 40 "mbed-client.reconnection-count": 3,
Osamu Nakamura 0:7d720671e6dc 41 "mbed-client.reconnection-interval": 5
Osamu Nakamura 0:7d720671e6dc 42 },
Osamu Nakamura 0:7d720671e6dc 43 "RZ_A1H": {
Osamu Nakamura 0:7d720671e6dc 44 "target.macros_add": ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"]
Osamu Nakamura 0:7d720671e6dc 45 }
Osamu Nakamura 0:7d720671e6dc 46 }
Osamu Nakamura 0:7d720671e6dc 47 }