Can I use a RAK2247 hat on a Pi 4, and/or on a Pi that is already running other software?

Hello!

I have a LoRa Gateway Hat RAK2247

  1. Is it possible to configure it on the same Raspberry as my Nextcloud server?
  2. or do I have a dedicated Raspberry for the Gateway?
  3. is it possible to put it into service with a raspberry pi4? I saw conflicting information about this

Thanks a lot for your help.
cordially

Not aware of any obvious reason why it wouldn’t work. If there are specific concerns, please state them; likely they would be quirks which could be worked around.

If you want to make a gateway out of an existing pi installation, you should probably follow the generic instructions for installing gateway software on a pi and put in whatever reset GPIO RAK is using. The RAK board isn’t really anything special, it’s mostly just an SX1301 or SX1308 chip on an SPI bus as available from a variety of manufacturers, so you can use the software directly from Semtech’s repositories. (Er, well, if this incorporates RAK’s usual design mistake you’ll have to drop the SPI clock to 1 MHz or so.)

Using RAK’s SD card image would require that you reinstall whatever components you were previously running.

Best bet is to get another SD card for these experiments anyway, make a copy of your setup (yes, that’s a little tricky unless you can use dd on another machine to do the copying) and work on that.

1 Like

dear cslorabox,
Thank you for the answer.
indeed I will try and see the results.
cordially

Hello,
I want to connect my RAK2247 to the SPI6 of my Raspberry Pi 4. Can you tell me in which file I can configure the choice of the SPI port and its GPIOs (SPI6 in my case SPI6-MOSI, SPI6-MISO…).
Thank you