Lora faketak: Difference between revisions
Appearance
No edit summary |
|||
Line 51: | Line 51: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== | ==== recuperare il pin bluetooth ==== | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
meshtastic --info | grep -A3 bluetooth | meshtastic --info | grep -A3 bluetooth |
Revision as of 07:55, 7 August 2025
Meshtastic
https://meshtastic.org/ | https://github.com/meshtastic
install meshtastic CLI
https://meshtastic.org/docs/software/python/cli/
pip3 install --upgrade pytap2
pip3 install --upgrade meshtastic
show cose
https://meshtastic.org/docs/software/python/cli/usage/
meshtastic --port /dev/ttyACM0 --info
meshtastic --seriallog
meshtastic --get-all
meshtastic --debug
CONF LORA
https://meshtastic.org/docs/getting-started/initial-config/
show conf
meshtastic --info
Conf inziale
https://meshtastic.org/docs/configuration/radio/lora/#lora-config-client-availability
# region
meshtastic --set lora.region EU_868
# modem
meshtastic --ch-medfast
meshtastic --info | grep -i medium
# altre conf
meshtastic --set-owner 'Mario' --set-owner-short 'ciccio'
SHOW NODES
meshtastic --nodes
SETUP BLUETOOTH
AndroidApp https://f-droid.org/packages/com.geeksville.mesh/
meshtastic --ble-scan
recuperare il pin bluetooth
meshtastic --info | grep -A3 bluetooth
# oppure settarlo
meshtastic --set bluetooth.enabled true --set bluetooth.fixed_pin 111111