tftelkamp / single_chan_pkt_fwd

Single Channel LoRaWAN Gateway
Other
235 stars 310 forks source link

Gateway ID calculation on Raspberry Pi Zero #25

Open 0xFACE opened 6 years ago

0xFACE commented 6 years ago

When using on Raspberry Pi Zero, gateway ID is bad calculated. Gateway ID: 00:00:00:ff:ff:00:00:00

This is probably due to lack of eth0 interface. Any option to force gateway ID ? Or use wlan0 MAC to calculate ID ?

T94T commented 6 years ago

If your RPi is connected over WIFI you can replace "eth0" with "wlan0" in the main.cpp file.

majo91 commented 3 years ago

If your RPi is connected over WIFI you can replace "eth0" with "wlan0" in the main.cpp file.

this worked in my raspberry zero - thank you