{"id":19277620,"url":"https://github.com/wolkabout/wolklora","last_synced_at":"2026-06-11T01:31:42.908Z","repository":{"id":70194366,"uuid":"151239796","full_name":"Wolkabout/WolkLoRa","owner":"Wolkabout","description":"WolkLoRa is device firmware for Arduino UNO and LoRa click which sends data to TTN.","archived":false,"fork":false,"pushed_at":"2019-02-12T09:10:26.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T15:48:47.819Z","etag":null,"topics":["iot","iot-platform","lora","lorawan","wolkabout"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wolkabout.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":"2018-10-02T10:52:43.000Z","updated_at":"2021-04-02T06:35:06.000Z","dependencies_parsed_at":"2023-08-18T13:03:16.218Z","dependency_job_id":null,"html_url":"https://github.com/Wolkabout/WolkLoRa","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/Wolkabout%2FWolkLoRa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolkabout%2FWolkLoRa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolkabout%2FWolkLoRa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolkabout%2FWolkLoRa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wolkabout","download_url":"https://codeload.github.com/Wolkabout/WolkLoRa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240381161,"owners_count":19792408,"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":["iot","iot-platform","lora","lorawan","wolkabout"],"created_at":"2024-11-09T21:06:28.847Z","updated_at":"2026-06-11T01:31:42.902Z","avatar_url":"https://github.com/Wolkabout.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\n--------\nWolkLoRa repo consists Arduino IDE example which makes connection to [The Things Network](https://www.thethingsnetwork.org/). It's based on [RN2483-Arduino-Library](https://github.com/jpmeijers/RN2483-Arduino-Library).\nDevice measure enviroment temperature data on hearbeat event. This data can be routed from TTN to [WolkAbout IoT Platform](https://demo.wolkabout.com/#/login) using apropiated decoder(below described as [Application Decoder](#decoder)) and WolkAbout IoT Platform wizard.\n\n# Prerequest\n-----\n**Used Hardware:**\n\n * [Arduino UNO](https://store.arduino.cc/usa/arduino-uno-rev3)\n * [Mikroe LoRa click - RN2483](https://www.mikroe.com/lora-rf-click)\n * [DS18B20 Temperature Sensor](https://eu.mouser.com/ProductDetail/Maxim-Integrated/DS18B20%2b?qs=sGAEpiMZZMvbyeSUH4qH%2fLbikZ7SIep9)\n\n**Firmware dependencies:**\n\n * Install following Arduino libs([HOW TO](https://www.arduino.cc/en/guide/libraries)):\n   * OneWire\n   * DallasTemperature\n \n * Include files:\n   * src/rn2xx3.cpp and src/rn2xx3.h with *Sketch/Include Library/Add .ZIP Library...* in Arduino IDE. Original source is [RN2483-Arduino-Library](https://github.com/jpmeijers/RN2483-Arduino-Library).\n\n# Example of usage\n------\n\n## Hardware Connection\n![wolkttn-connection-small](https://user-images.githubusercontent.com/10706360/46349830-73ab6e00-c653-11e8-9221-56c1213d41a8.png)\n\n## Firmware Deployment\n\n* Open one of *WolkNode_TTN.ino* example\n* **#define** LoRA connection mode, **OTAA** or **ABP**\n* Insert your TTN device parameters. Copy *Example Code* from device overview into WolkNode_TTN.ino\n* Verify and Upload to device\n\n\u003ca name=\"decoder\"\u003e\n\n# Application Decoder\n\n-----\n\u003c/a\u003e\n\nTo route data from TTN to WolkAbout IoT Platform create device on WolkAbout IoT Platofrm and copy following decoder into ***Payload Formats*** section on *TTN Applications*. Note that name of methode *'.T'* over *var decoded* is *REF* from device manifest on WolkAbout IoT platform.\n\n```\nfunction Decoder(bytes, port) {\n  // Decode an uplink message from a buffer\n  // (array) of bytes to an object of fields.\n  var decoded = {};\n  var type = bytes[0];\n  \n  switch (type) {\n    case 1:\n      decoded.T = bytes[1] + bytes[2]/100;\n      break;\n    default:\n      decoded.T = bytes[0];\n  }\n  \n  return decoded;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolkabout%2Fwolklora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolkabout%2Fwolklora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolkabout%2Fwolklora/lists"}