Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 747 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 747 Bytes

raspberry-radiohead-gateway

Raspberry Pi Gateway with Dragino LoRA/GPS Hat and RadioHead

A Raspberry Pi Gateway based on the RadioHead library. Customized for an environment where LoraWAN would have been oversized.

As this thread https://www.raspberrypi.org/forums/viewtopic.php?t=224035 shows, there exists a problem with raspberry, dragino lora/gps hat and radiohead. A solution is given at raspberrypi/linux#2550 (comment):

  1. Update your Raspberry Pi OS
  2. Check if /boot/overlays/gpio-no-irq.dtbo exists. If not follow the instructions at raspberrypi/linux#2550 (comment)
  3. Add in /boot/config.txt the line dtoverlay=gpio-no-irq
  4. Reboot

That should do it