Hi,
I’m attempting to connect to my ttgo 1.1 from a raspberry pi zero 2 w. I’m using the latest alpha firmware and so I’m not sure if this is a bug. Hopefully someone here knows what I am doing wrong…
(venv) $ meshtastic --support
If having issues with meshtastic cli or python library
or wish to make feature requests, visit:
https://github.com/meshtastic/python/issues
When adding an issue, be sure to include the following info:
System: Linux
Platform: Linux-6.6.31+rpt-rpi-v6-armv6l-with-glibc2.36
Release: 6.6.31+rpt-rpi-v6
Machine: armv6l
Encoding (stdin): utf-8
Encoding (stdout): utf-8
meshtastic: v2.5.0
Executable: /home/twb/TC2-BBS-mesh/venv/bin/meshtastic
Python: 3.11.2 CPython GCC 12.2.0
Please add the output from the command: meshtastic --info
(venv) $ meshtastic --port /dev/ttyUSB0 --info --debug
DEBUG file:__main__.py common line:1132 Not logging serial output
DEBUG file:serial_interface.py __init__ line:46 Connecting to /dev/ttyUSB0
DEBUG file:stream_interface.py __reader line:147 in __reader()
DEBUG file:stream_interface.py _sendToRadioImpl line:110 Sending: want_config_id: 3600356976
DEBUG file:stream_interface.py _sendToRadioImpl line:115 sending header:b'\x94\xc3\x00\x06' b:b'\x18\xf0\xac\xe4\xb4\r'
Traceback (most recent call last):
File "/home/snip/venv/bin/meshtastic", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/__main__.py", line 1763, in main
common()
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/__main__.py", line 1166, in common
client = meshtastic.serial_interface.SerialInterface(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/serial_interface.py", line 64, in __init__
StreamInterface.__init__(
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/stream_interface.py", line 51, in __init__
self.connect()
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/stream_interface.py", line 75, in connect
self._waitConnected()
File "/home/snip/venv/lib/python3.11/site-packages/meshtastic/mesh_interface.py", line 819, in _waitConnected
raise MeshInterface.MeshInterfaceError(
meshtastic.mesh_interface.MeshInterface.MeshInterfaceError: Timed out waiting for connection completion```
$ lsusb
Bus 001 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub