larryhan / balenaos-helium-gtw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

balenaos-helium-gtw

if you want to try you need to:

  1. fork my repo to your own github account : https://github.com/PastaGringo/balenaos-helium-gtw
  2. inside the readme change the repoUrl=https://github.com/PastaGringo/balenaos-helium-gtw by repoUrl=https://github.com/YourUsername/balenaos-helium-gtw
  3. modify the docker-compose file to configure lora service based on your needs:
      args:
        - LORA_REGION=EU868
        - LORA_UDP=1680 #default "1680"
        #- SPI_SPEED=8000000 #default 2000000
        #- PIN_RESET=11
        - MINER_URL=helium-miner #default "helium-miner"
  1. modify the docker-compose file to configure helium-miner service based on your needs:
    environment:
      - 'REGION_OVERRIDE=EU868'
  1. click on deploy from your own repo page
  2. create the app from CloudBalena, download the image, flash the image and insert the SD card into your device
  3. boot the device

About


Languages

Language:C 98.5%Language:Dockerfile 1.2%Language:Shell 0.3%