Unable to Communicate with Node Via Meshtastic CLI #37
amaxwellnsa1
started this conversation in
Python
Replies: 1 comment
-
I see that I was using -s instead of --port, here's a corrected command and output:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope I'm posting in the correct location. Having some trouble using the python CLI on a linux machine.
Linux Distro: Void Linux
I've never had issues with this on Debian based distro's. Any who, esptool is able to communicate and successfully flashes firmware just fine via usb/serial "/dev/ttyACM0"
However meshtastic refuses to connect to the USB serial connection. I've tried various methods to communicate with the node. It does seem to work via hostname/IP , but not via serial.
exact same when I run "meshtastic -s /dev/ttyACM0 --info"
however when I run: "meshtastic --noproto"
I seem to get output:
it does seem to be a little less busy than I've seen on these devices before, But I'm not certain if that's just because there's not much network activity at the moment.
Here's the output of "meshtastic --support"
and this behavior doesn't seem to change between the two nodes I've been able to test with:
lilygo tlora v2.1-1.6
heltec v3
The only real difference I can see between this and my raspberry pi is the python version: (pi is 3.11.2) and the CPython GCC (pi's is 12.2.0)
I'm hoping someone has some direction for me. My apologies if I'm not in the right place here. I just figured posting an "issue" would place blame on the code here, which I'm really not confident is the problem here. Being new to this distribution (and loving it so far), I'm sure it's possible Ive messed something up here.
Thank you in advanced.
Beta Was this translation helpful? Give feedback.
All reactions