Jump to content

Lora faketak: Difference between revisions

From ciappinopedia
No edit summary
No edit summary
Line 8: Line 8:
</pre>
</pre>


=== Show cose ===
=== show cose ===
https://meshtastic.org/docs/software/python/cli/usage/
https://meshtastic.org/docs/software/python/cli/usage/
<pre>
<pre>
Line 17: Line 17:
</pre>
</pre>


=== Initial conf lora ===
== CONF LORA ==
https://meshtastic.org/docs/getting-started/initial-config/
https://meshtastic.org/docs/getting-started/initial-config/


Line 41: Line 41:
</pre>
</pre>


=== show nodes a vista ===
== SHOW NODES ==
<pre>
<pre>
meshtastic --nodes
meshtastic --nodes
</pre>
</pre>


=== 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
</pre>
</pre>


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

Revision as of 23:51, 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

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

meshtastic --nodes
meshtastic --ble-scan

pin bluetooth

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