Jump to content

Lora faketak: Difference between revisions

From ciappinopedia
Created page with " = https://meshtastic.org/ | https://github.com/meshtastic = === install meshtastic CLI https://meshtastic.org/docs/software/python/cli/ === <pre> pip3 install --upgrade pytap2 pip3 install --upgrade meshtastic </pre> === Show cose === https://meshtastic.org/docs/software/python/cli/usage/ <pre> meshtastic --port /dev/ttyACM0 --info meshtastic --seriallog meshtastic --get all meshtastic --debug </pre> === Initial conf lora === https://meshtastic.org/docs/getting-sta..."
 
No edit summary
Line 1: Line 1:
 
= Meshtastic =
= https://meshtastic.org/ | https://github.com/meshtastic =
https://meshtastic.org/ | https://github.com/meshtastic  


=== install meshtastic CLI https://meshtastic.org/docs/software/python/cli/ ===
=== install meshtastic CLI https://meshtastic.org/docs/software/python/cli/ ===
<pre>
<pre>
pip3 install --upgrade pytap2
pip3 install --upgrade pytap2
Line 11: Line 10:
=== Show cose ===
=== Show cose ===
https://meshtastic.org/docs/software/python/cli/usage/
https://meshtastic.org/docs/software/python/cli/usage/
<pre>
<pre>
meshtastic --port /dev/ttyACM0 --info
meshtastic --port /dev/ttyACM0 --info
Line 23: Line 21:


=== show conf ===
=== show conf ===
<pre>
<pre>
meshtastic --info
meshtastic --info
Line 30: Line 26:


=== region ===
=== region ===
<pre>
<pre>
meshtastic --set lora.region EU_868
meshtastic --set lora.region EU_868
Line 36: Line 31:


=== modem https://meshtastic.org/docs/configuration/radio/lora/  ===
=== modem https://meshtastic.org/docs/configuration/radio/lora/  ===
<pre>
<pre>
meshtastic --ch-medfast
meshtastic --ch-medfast
Line 44: Line 37:


=== altre conf ===
=== altre conf ===
<pre>
<pre>
meshtastic --set-owner 'Mario' --set-owner-short  'ciccio'
meshtastic --set-owner 'Mario' --set-owner-short  'ciccio'
Line 50: Line 42:


=== show nodes a vista ===
=== show nodes a vista ===
<pre>
<pre>
meshtastic --nodes
meshtastic --nodes
Line 56: Line 47:


=== setup bluetooth | AndroidApp https://f-droid.org/packages/com.geeksville.mesh/ ===
=== setup bluetooth | AndroidApp https://f-droid.org/packages/com.geeksville.mesh/ ===
<pre>
<pre>
meshtastic --ble-scan
meshtastic --ble-scan
Line 63: Line 52:


=== pin bluetooth ===
=== pin bluetooth ===
<pre>
<pre>
meshtastic --info | grep  -A3 bluetooth  
meshtastic --info | grep  -A3 bluetooth  

Revision as of 23:42, 2 August 2025

Meshtastic

https://meshtastic.org/ | https://github.com/meshtastic

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

Initial conf lora

https://meshtastic.org/docs/getting-started/initial-config/

show conf

meshtastic --info

region

meshtastic --set lora.region EU_868
meshtastic --ch-medfast
meshtastic --info | grep -i medium

altre conf

meshtastic --set-owner 'Mario' --set-owner-short  'ciccio'

show nodes a vista

meshtastic --nodes
meshtastic --ble-scan

pin bluetooth

meshtastic --info | grep  -A3 bluetooth 
# oppure
meshtastic --set bluetooth.enabled true  --set bluetooth.fixed_pin 111111