Nomad Network & Rasperry Pi issues. #445
Replies: 2 comments 10 replies
-
That's very strange. The good news is I have a Pi3 running NomadNet right next to me, so it should be possible to fix. So, there's no error messages, correct? And you're running either from a terminal or over ssh? Can you post the logs from .nomadnetwork/logfile? It there's no obvious issue, the second thing we should do is check to see if Reticulum is running well. Use
to check if it starts up and if the interfaces are functioning correctly. If something breaks there, you can increase the loglevel in .reticulum/config (by default). If that works perfectly, you can change the loglevel in .nomadnet/config. You can also post your .reticulum/config and .nomadnetwork/config files if you think there may be an error. |
Beta Was this translation helpful? Give feedback.
-
I am trying to run Nomad Network on a Raspberry Pi 3.
The program has been installed correctly with Pip but it refuses to open the GUI when run from command line. The command prompt just appears again after running the program.
I have set the network interface in the reticulum config, in this case it's a serial LoRa device on ttyS0.
I am using 64 bit Raspian OS.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions