Lora Gateway Help

Hi. I am using a RAK833 module. I get this message spam in the console when I start the packet forwarder. Is this normal?Capture

For future search and readability, please edit your post to replace the image with just text, and give it a more usable title. (See also How do I format my forum post? to format that.)

Also: does it work?

I setup a test node with a esp32 and rfm95w and tried sending some messages but nothing showed up

Looks like DEBUG_SPI was enabled in the lora-gateway code.
The read success suggest the connection to the card is working.

Configuration of the gateway library debug output is in library.cfg

I suggest setting the DEBUG_SPI to 0 and recompiling the library and packet forwarder.

1 Like

Ok thanks