network-management-client icon indicating copy to clipboard operation
network-management-client copied to clipboard

[Bug]: Node shut downs 5 seconds after serial connected

Open krunchiekrunch opened this issue 1 year ago • 10 comments

Describe the bug

The node shuts down after 5 seconds when connected via serial on version v0.3.0, tried on 2 different device/os, same result

To Reproduce

  1. Connect to node via serial
  2. Look at the screen on the node

Expected behavior

The node shouldn't shut down

Screenshots

N/A

Machine Information

  • OS: Windows 10 22H2 (OS Build 19045.3803) (.msi installer), Manjaro Linux (Appimage)

Additional context

Add any other context about the problem here.

krunchiekrunch avatar Dec 29 '24 00:12 krunchiekrunch

Could you share information on the node you were running? What hardware? What Meshtastic version was it running?

Thanks for the report!

matthewCmatt avatar Feb 07 '25 00:02 matthewCmatt

Heltec v3.2 2.5.20.4c97351

krunchiekrunch avatar Feb 09 '25 13:02 krunchiekrunch

Same issue here. Heltec V, firmware 2.6.4. It starts up fine, then when I launch the app it prompts me for a serial port. I can select it, and the app continues, but the heltek is stuck on "Shutting Down..." indefinitely until I close the app.

W1BTR avatar Apr 12 '25 14:04 W1BTR

Only was able to get it working via bluetooth and wifi, no direct serial communication worked.

W1BTR avatar Apr 12 '25 18:04 W1BTR

I also was able to reproduce this just by getting a Heltec v3 connected on firmware 2.6.4

matthewCmatt avatar May 06 '25 00:05 matthewCmatt

Same for me, here are the steps I took:

  • Install .deb
  • See error missing libssl1.1 dependency, install libssl1.1
  • run app
  • click on /dev/ttyUSB0
  • App shows a connection error
  • Sometimes the Heltec screen shows Shutting down..., sometimes it continues with its normal meshtastic UI
  • Android app w/ bluetooth connection still working and receiving messages, able to send new configuration
  • reset button -> screen went blank
  • remove power and turn back on -> back to normal

App Version: app-v0.3.0 OS: Linux Mint 6 (Debian 12.1) Device: Heltec V3 board v3.2, ESP32-S3 Firmware: Meshtastic v2.6.4.b89355f

Image

Image

sturzl avatar May 11 '25 15:05 sturzl

Does your computer have permission to access the device?

try running

$ sudo adduser <username> dialout
$ sudo chmod a+rw /dev/ttyUSB0

krunchiekrunch avatar May 11 '25 15:05 krunchiekrunch

I was in the dialout group, but hadn't added the permissions to /dev/ttyUSB0. But after updating that I still have the same result. I also tried running everything as root and again a connection timeout error :/ (It's USB1 because I unplugged it)

There are no errors coming from the app afaik

Image

Image

sturzl avatar May 11 '25 15:05 sturzl

Can confirm also facing this issue on the same circunstances

nfacha avatar Jun 06 '25 20:06 nfacha

Is anyone experiencing this issue on other esp32 based devices that isn't the heltec v3?

krunchiekrunch avatar Sep 18 '25 22:09 krunchiekrunch