meshtastic --info
Traceback (most recent call last):
File "/usr/local/bin/meshtastic", line 8, in <module>
sys.exit(main())
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/__main__.py", line 933, in main
common()
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/__main__.py", line 709, in common
client = meshtastic.serial_interface.SerialInterface(args.port, debugOut=logfile, noProto=args.noproto)
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/serial_interface.py", line 57, in __init__
StreamInterface.__init__(self, debugOut=debugOut, noProto=noProto, connectNow=connectNow)
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/stream_interface.py", line 50, in __init__
self.connect()
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/stream_interface.py", line 74, in connect
self._waitConnected()
File "/home/tomasz/.local/lib/python3.9/site-packages/meshtastic/mesh_interface.py", line 402, in _waitConnected
raise Exception("Timed out waiting for connection completion")
Exception: Timed out waiting for connection completio
Can anyone help me and possibly paste some links how to get started?
Do a ‘lsusb’ command in a monitor window.
First WITHOUT the node and right after that WITH the node.
The difference is the usb chip in the node.
Maybe you need another driver for that chip ?
It’s also possible you did not follow the instructions like explained here.
I had difficulties on an older linux laptop to get the meshtastic client running well.
The problem was with python and had to install several python stuff before it worked.
I cannot remember exact what I had to install but every time I got some clues from error-messages in the terminal window about what was missing.