How to connect to Waveshare sx1262 running on Raspberry Pi #182
MJLEVER00
started this conversation in
Linux Native
Replies: 1 comment 2 replies
-
try going to the IP address of your RaspberryPi instead of client.meshtastic.org |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am an enthousiastic new user to Meshtastic and I recently installed a Lora Waveshare sx1262 module to my Raspberry Pi.
I used these instructions: https://meshtastic.org/docs/hardware/devices/linux-native-hardware/
All seems well. When I enter "sudo systemctl status meshtasticd" it returns this:
● meshtasticd.service - Meshtastic Daemon
Loaded: loaded (/etc/systemd/system/meshtasticd.service; enabled; preset: enabled)
Active: active (running) since Sat 2025-01-11 08:00:14 GMT; 7min ago
Main PID: 2446 (meshtasticd)
Tasks: 2 (limit: 3909)
CPU: 942ms
CGroup: /system.slice/meshtasticd.service
└─2446 /usr/sbin/meshtasticd
Jan 11 08:00:14 raspberrypi systemd[1]: Started meshtasticd.service - Meshtastic Daemon.
Jan 11 08:00:14 raspberrypi meshtasticd[2446]: Portduino is starting, HWID=1, VFS root at /root/.portduino/default
Jan 11 08:00:14 raspberrypi meshtasticd[2446]: Set up Meshtastic on Portduino...
Jan 11 08:00:14 raspberrypi meshtasticd[2446]: Using /etc/meshtasticd/config.yaml as config file
Jan 11 08:00:14 raspberrypi meshtasticd[2446]: Also using "/etc/meshtasticd/config.d/lora-waveshare-sxxx.yaml" as additional config file
However, when I try to connect to the module via Chromium (https://client.meshtastic.org/) I can "connect" to a new device but it calls it "Unknown" and it seems just a stubb, showing grayed out menus and no real information.
What am I doing wrong? Any advice appreciated!
Beta Was this translation helpful? Give feedback.
All reactions