Skip to content

tadashiya/line-things-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.9%
  • JavaScript 31.2%
  • HTML 7.1%
  • CSS 6.8%