nemo-kaz / line-things-starter

The sample codes for LINE Things Developer Trial

Home Page:https://developers.line.biz/ja/docs/line-things/about-line-things-trial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINE Things Starter

These are the sample codes for LINE Things Developer Trial.

LINE Things compatible device example firmware and LIFF application code are included.

Getting Started

LINE Things is a platform that connects Bots and Web services together with IoT devices that are Bluetooth LE enabled.

To start developing for LINE Things using the example code and the sample firmware, the following steps are necessary.

Installing the Firmware

To start development using the example firmwares, you will need a compatible Bluetooth LE enabled development board. Currently LINE Things Starter firmwares supports the following 3 development boards

Each firmware is located under、esp32, m5stack, nrf52 respectively. For further details, please refer to the README file in each directory.

Enable LINE Things

Please scan the following QR code with LINE to activate LINE Things.

Upon turning the device on, a device with the name LINE Things Starter (Default Firmware) will be detected. Once the device is connected, the LIFF app can then be launched by selecting the device. Here you can test all the LIFF BLE functionalities of LINE Things.

Developer Trial

Documentation regarding the original firmware and LIFF functions for LINE Things are published at LINE Things Developer Trial.

In order to develop for LINE Things using Developer Trial, you will need to create a LIFF application, register a trial product, and issue a GATT Service UUID. For additional details, please visit the LINE Developers site.

Please refer to the following article from LINE Engineering Blog.

License

LINE Things Starter code is licensed under Creative Commons License CC0.

About

The sample codes for LINE Things Developer Trial

https://developers.line.biz/ja/docs/line-things/about-line-things-trial/

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 54.7%Language:JavaScript 31.5%Language:HTML 7.1%Language:CSS 6.7%