LoPy-nano-gatewy-wan-private
Jump to navigation
Jump to search
LoPy Nano-gateway and private lora-server installation
In this page we are going to:
- Install open source private LoRa server (by Orne Brocaar[1])
- Setup LoPy as single channel nano gateway
- Send data from LoPy node
Install private LoRa server:
We are going to use the Ansible[2] playbook to setup all the LoRa server dependencies. Install Ansible
- $ sudo apt-get install software-properties-common
- $ sudo apt-add-repository ppa:ansible/ansible
- $ sudo apt-get update
- $ sudo apt-get install ansible