Hello,
You can use Semtech picoGW packet forwarder on any UNIX device. The steps to get R11e-LR8/9 working are the following:
- run “git clone https://github.com/Lora-net/picoGW_hal.git”;
- Use any editor to edit line 33 of /picoGW_hal/libloragw/inc/loragw_mcu.h so that it looks like this:
#define STM32FWVERSION 0x010a0004 /* increment LSB for new version */
- run “git clone https://github.com/Lora-net/picoGW_packet_forwarder.git”;
- Go to /picoGW_hal in the terminal and execute “make” command;
- Go to /picoGW_packet_forwarder and execute “make” command;
- Go to /picoGW_packet_forwarder/lora_pkt_fwd and edit global_conf.json to configure channels and server details;
- Execute “dmesg” to see which ttyACM number is asigned for your LR card, if it is ttyACM0, you can run the forwarder by command “./lora_pkt_fwd”, if it is any other ACM, you should run it as “./lora_pkt_fwd -d /dev/ttyACMX”, where X stands for ACM number.
Best regards,
Ģirts