{"id":21949677,"url":"https://github.com/taichunmin/line-simplebeacon-esp32","last_synced_at":"2025-04-23T01:28:42.044Z","repository":{"id":68244160,"uuid":"189931812","full_name":"taichunmin/line-simplebeacon-esp32","owner":"taichunmin","description":"Arduino code for LINE Simple Beacon work with ESP32","archived":false,"fork":false,"pushed_at":"2021-03-10T08:07:27.000Z","size":17,"stargazers_count":27,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T20:51:09.361Z","etag":null,"topics":["arduino","esp32","linesimplebeacon"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taichunmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-03T03:58:36.000Z","updated_at":"2024-09-26T10:43:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"883e27e6-4f58-448f-9191-17dbb8efdafd","html_url":"https://github.com/taichunmin/line-simplebeacon-esp32","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fline-simplebeacon-esp32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fline-simplebeacon-esp32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fline-simplebeacon-esp32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fline-simplebeacon-esp32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taichunmin","download_url":"https://codeload.github.com/taichunmin/line-simplebeacon-esp32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250351625,"owners_count":21416352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","esp32","linesimplebeacon"],"created_at":"2024-11-29T05:33:47.249Z","updated_at":"2025-04-23T01:28:42.038Z","avatar_url":"https://github.com/taichunmin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LINE Simple Beacon for ESP32\n\nArduino code for LINE Simple Beacon work with ESP32\n\n## Requirements\n\n* [Arduino IDE](https://www.arduino.cc/en/Main/Software)\n* [ESP32-DevKitC](https://www.espressif.com/en/products/hardware/esp32-devkitc/overview)\n* Micro-USB to USB Cable\n* [Create a channel on the LINE Developers console](https://developers.line.biz/en/docs/messaging-api/getting-started/)\n\n## Installation\n\nPlease ensure you have Arduino IDE installed and the board **disconnected**.\n\n1. Open Arduino IDE\n2. Go into **Preferences**\n3. Add `https://dl.espressif.com/dl/package_esp32_index.json` as an 'Additional Board Manager URL'\n4. Go to **Boards Manager** from the Tools -\u003e Board menu\n5. Search for esp32 and install **esp32**.\n6. Download and install the [CP2102 driver](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers)\n\n## Setup\n1. Connect the **ESP32-DevKitC** board via Micro-USB cable to your computer\n2. Go into Tools -\u003e Board and select **ESP32 Dev Module** from the list\n3. Under Tools -\u003e Port select the appropriate device *ie. COM1, /dev/cu.SLAB_USBtoUART*\n4. Test uploading to the board by uploading an empty sketch to make sure there are no issues.\n5. [Issue LINE Simple Beacon Hardware ID](https://manager.line.biz/beacon/register)\n    ![](https://i.imgur.com/wHCaMzJ.jpg)\n    ![](https://i.imgur.com/lF2lGDO.jpg)\n    ![](https://i.imgur.com/INgnfju.jpg)\n\n\u003e If you can not find your channel in new [LINE Official Account Manager Beacon Register](https://manager.line.biz/beacon/register), you can try to register at old [LINE@ Manager Beacon Register](https://admin-official.line.me/beacon/register).\n\u003e ![](https://user-images.githubusercontent.com/30001185/50584877-afe5a900-0ea4-11e9-9130-69c3c893a301.png)\n\u003e ![](https://user-images.githubusercontent.com/30001185/50584907-e3283800-0ea4-11e9-8f3f-6645e1797785.png)\n\u003e ![](https://user-images.githubusercontent.com/30001185/50584909-e7545580-0ea4-11e9-97f2-063cfb1bfd8d.png)\n\n## Upload\n\n1. From this repository, open **sample/sample.ino**\n2. Change the `HWID` to your generated HWID.\n3. [Adjust the signal length](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/controller_vhci.html?highlight=esp_ble_tx_power_set#_CPPv220esp_ble_tx_power_set20esp_ble_power_type_t17esp_power_level_t)\n4. Upload and Enjoy!\n\n## Reference\n\n* https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEBeacon.h\n* https://github.com/linedevth/LINE-Simple-Beacon-ESP32\n* https://github.com/godda/LINE_Simple_Beacon_ESP32\n* https://medium.com/@chawanwitpoolsri/line-beacon-from-esp32-node32-lite-72c0fc7dc646\n* https://engineering.linecorp.com/ja/blog/detail/149/\n* https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/index.html\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fline-simplebeacon-esp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaichunmin%2Fline-simplebeacon-esp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fline-simplebeacon-esp32/lists"}