https://github.com/bertrik/kissmapper
An arduino project to turn a E&A KISS LoRa board into a basic TTN mapper
https://github.com/bertrik/kissmapper
Last synced: 3 months ago
JSON representation
An arduino project to turn a E&A KISS LoRa board into a basic TTN mapper
- Host: GitHub
- URL: https://github.com/bertrik/kissmapper
- Owner: bertrik
- License: mit
- Created: 2020-09-28T20:31:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T23:05:18.000Z (over 4 years ago)
- Last Synced: 2025-01-02T01:16:08.598Z (5 months ago)
- Language: C++
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kissmapper
An arduino project to turn a E&A KISS LoRa board into a basic TTN mapperTo program the board using platformio:
- turn the power switch to off
- plug in power
- hold the push button
- turn the power switch to on
- run:
pio run -t upload
To interact with the serial command prompt using platformio:
- run:
pio device monitorTo configure the TTN parameters in the board:
- plug in USB and turn the power switch to on
- to enter the serial command prompt, run:
pio device monitor
- copy the device address, network session key, app session key from the TTN console into the serial command prompt:
ttn abp device_address netwerk_session_key app_session_keyTo use it as a mapper:
- unplug from USB and turn the power switch to on
- the LED shows yellow while initializing, then turns to green when OK (red when not OK)
- during each transmission, the LED turns blue, then off (red when not OK)
- configure the TTN mapper application on your phone
- TODO