Lora faketak
Appearance
Meshtastic
[edit]https://meshtastic.org/ | https://github.com/meshtastic
Hardware
[edit]Flash bootloader:
[edit]Scarica e flasha : https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases
Flash Firmware
[edit]- Scarica il firmware-nrf52840-x.x.xx.xxxxxxx.zip da https://github.com/meshtastic/firmware/releases/download/v2.6.11.60ec05e/
- Unzippalo in una cartella:
unzip yourfile.zip -d nrf52_frmw
- Fai partire in DFU mode:
- aaa
- quindi copia il firmware-nrf52840-X.X.X-xxxxxxx.uf2 all'intenro del device
Software
[edit]install meshtastic CLI
[edit]https://meshtastic.org/docs/software/python/cli/
pip3 install --upgrade pytap2
pip3 install --upgrade meshtastic
show cose
[edit]https://meshtastic.org/docs/software/python/cli/usage/
meshtastic --port /dev/ttyACM0 --info
meshtastic --seriallog
meshtastic --get-all
meshtastic --debug
CONF LORA
[edit]https://meshtastic.org/docs/getting-started/initial-config/
show conf
[edit]meshtastic --info
Conf inziale
[edit]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
[edit]meshtastic --nodes
SETUP BLUETOOTH
[edit]AndroidApp https://f-droid.org/packages/com.geeksville.mesh/
meshtastic --ble-scan
recuperare il pin bluetooth
[edit]meshtastic --info | grep -A3 bluetooth
# oppure settarlo
meshtastic --set bluetooth.enabled true --set bluetooth.fixed_pin 111111