Skip to content

USB model scripts and files for LoRa gateway produced by Heltec automation(TM)

Notifications You must be signed in to change notification settings

HelTecAutomation/picolorasdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picolorasdk

Scripts and files for LoRa pico gateway produced by Heltec automation(TM). This file should work with raspberry pi.

install

  • connect HT-M01 to raspberry Pi via USB;

  • clone this project into raspberry pi, and picolorasdk and picoGW_packet_forwarder should in a same folder. e.g. image

    cd /home/pi
    mkdir lora
    
    cd /home/pi/lora
    git clone https://github.com/Lora-net/picoGW_hal.git
    cd /home/pi/lora/picoGW_hal
    make clean all
    
    cd /home/pi/lora
    git clone https://github.com/Lora-net/picoGW_packet_forwarder.git
    cd /home/pi/lora/picoGW_packet_forwarder/
    make clean all
    
    cd /home/pi/lora
    git clone https://github.com/HelTecAutomation/picolorasdk.git
    cd /home/pi/lora/picolorasdk
    chmod +x install.sh
    ./install.sh

About

USB model scripts and files for LoRa gateway produced by Heltec automation(TM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages