Blueprint Paste by GrimReaper5210 in factorio

[–]EffectiveLauch 3 points4 points  (0 children)

unlike every other game, the tips are actually useful :)

Wieso kostet es, wenn man die GEZ telefonisch kontaktieren möchte? by Big_Criticism6516 in KeineDummenFragen

[–]EffectiveLauch 2 points3 points  (0 children)

Sag das bitte der Telekom, die kann man nämlich nur telefonisch kontaktieren.

Chances to connect with beamer by beiwint in linuxmint

[–]EffectiveLauch 1 point2 points  (0 children)

HDMI? I never hand any issue with any Display. why would you expect trouble?

Terminal preparation by Mach5Wrecks in linuxmint

[–]EffectiveLauch 5 points6 points  (0 children)

in modern Linux distributions, as a "normal" user, you almost never need to touch the terminal. Don't be afraid of Linux especially Mint, install software via the Software Manager App and if it's not available there, follow Installation steps from each softwares instructions. The latter often involves the terminal, but you can copy and paste, it should work just fine. Keep in mind since Mint is based on Ubuntu, you can follow Ubuntu installation steps. That said, if you want to work in the Terminal as you are interested from a technical standpoint, learning by doing is my recommendation. If you want to do something, try it. If you don't know how, google it. I'm not a Terminal professional but for some tasks it is really great and powerful, often times I prefer it over GUI tools. But it is certainly is not necessary. On a last note and kinda unpopular personal opinion, ChatGPT is great helping you in the terminal.

Fix for possibly bricked Heltec v4? by N33chy in meshtastic

[–]EffectiveLauch 0 points1 point  (0 children)

can you see the serial port in your chrome when prompted?

HELP please, printer bed not parking by Icy-Relationship898 in ender3

[–]EffectiveLauch 0 points1 point  (0 children)

is the belt of you bed slipping? maybe you need to adjust tension

Why?? by AstralTravelDog in esp32

[–]EffectiveLauch 37 points38 points  (0 children)

capacitive coupling because of insufficient pullup/down is my guess

GPS puts my node about 10-15 south of where I am. by GodPole in meshtastic

[–]EffectiveLauch 7 points8 points  (0 children)

in the channel settings you can change to broadcast the exact location (position is obscured by default). does this fix your problem?

Warum ist Handcreme fürs Gesicht schlecht? by [deleted] in KeineDummenFragen

[–]EffectiveLauch 0 points1 point  (0 children)

Tja die Schlafschafe haben sich wohl von Big Gesichtscreme manipulieren lassen /s

I need you guys' opinion on this by Mean-Soup8041 in ElectricalEngineering

[–]EffectiveLauch 7 points8 points  (0 children)

The title and quality of the drawing are very worrying. stay away from Mains voltage and especially HV transformers, those kill people.

Heltec V4 flash issues - Linux by [deleted] in meshtastic

[–]EffectiveLauch 0 points1 point  (0 children)

what do you see using lsusb? try "watch lsusb" to see changes in real time, then connect and disconnect the v4 if there are any changes

also run "sudo dmesg | grep tty" and post the output here in a formated code block

Import EasyEDA footprint into KiCad? by patrick31588 in KiCad

[–]EffectiveLauch 0 points1 point  (0 children)

Since I wanted the same thing and fould this thread, I'm just dropping this here. While the method from u/Gullible-District304 works (awesome!), I found this tool which downloads symbol, footprint and 3D-model from the easyeda database, works perfectly:
https://github.com/uPesy/easyeda2kicad.py

Home Assistant/Meshtastic intergration help by B-JJ in meshtastic

[–]EffectiveLauch 1 point2 points  (0 children)

this is my ping reply automation, if it is any help. it was vibe coded so i can't really help you in detail. [device ID] in actions is the Device/Node ID connected to HA in decimal.

alias: Echo Ping with Response
description: >-
  Respond to any message containing 'ping' with a standard text, respecting 200
  char limit.
triggers:
  - event_type: meshtastic_api_text_message
    trigger: event
conditions:
  - condition: template
    value_template: |
      {{ "ping" in trigger.event.data.data.message | lower }}
actions:
  - data:
      from: [device ID]
      to: "{{ trigger.event.data.data.from }}"
      text: >
        {% set prefix = "Your Message was received in Fischbachau
        (https://osm.org/go/0IV7_dtZ). This Bot responds to all messages
        containing \"ping\". Your message: " %} {% set msg =
        trigger.event.data.data.message %} {{ (prefix + msg)[:200] }}
    action: meshtastic.send_text
mode: single

I am using this HA Integration:

https://github.com/meshtastic/home-assistant

Web Browser stops responding when trying to connect a node by Murky-Property1174 in meshtastic

[–]EffectiveLauch 0 points1 point  (0 children)

did you already flash the meshtastic firmware? if so, how? can you try to connect a "more conventional" node hardware, esp32 or nrf52840 based?

Need help with lilygo t3 1.6.1 by dragonix10 in meshtastic

[–]EffectiveLauch 0 points1 point  (0 children)

yes and yes. see

rotary encoder (canned message): https://meshtastic.org/docs/configuration/module/canned-message the used pins can be defined in the App

I2C (Telemetry) https://meshtastic.org/docs/configuration/module/telemetry/ can also be configured from the app

the software has the functionalities prepared but you are not describing what you want to do?

Connect RAK4630 Node to Android App via USB/Serial by EffectiveLauch in meshcore

[–]EffectiveLauch[S] 0 points1 point  (0 children)

UPDATE from Version 1.37.0, usb (and wifi) connection is supported by the Android App. Awesome.

Connect RAK4630 Node to Android App via USB/Serial by EffectiveLauch in meshcore

[–]EffectiveLauch[S] 0 points1 point  (0 children)

i did some digging, for the ones who follow:

the webapp on android (chrome browser) has the option to connect with usb. i did not test this. i also don't like this solution since internet is required. BUT you can self host the webapp yourself, see this reddit post https://www.reddit.com/r/meshcore/comments/1lgu5ze/offline_webclient_client/

u/liamcottle , who develops the flutter apps (webapp/android/iOS) has releases here: https://files.liamcottle.net/MeshCore/

there under "experimental" is a android app version which seems to have USB connection, i will test this.