So... what hat to use for Raspberry Pi in Europe? #423
Replies: 1 comment
-
|
desinstala la version beta borra los rastros ubicados /etc con realiza una limpieza actualiza todo realiza un reinicio tras el reinicio vuelve a instalar meshtastic basandote en https://meshtastic.org/docs/hardware/devices/linux-native-hardware/?os=debian asegurando que version tienes si raspbian 12 o 13 pero cambia beta por alpha en Por ejemplo en SO13 trixie [[ "$(. /etc/os-release && echo $NAME)" == Raspbian* ]] && echo "ERROR: Raspberry Pi OS (32-bit) detected, please use the Raspbian repos." echo 'deb http://download.opensuse.org/repositories/network:/Meshtastic:/alpha/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/network:Meshtastic:beta.list curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:alpha/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_Meshtastic_beta.gpg > /dev/null sudo apt update sudo apt install meshtasticd paso importante First, locate your radio hardwarels /etc/meshtasticd/available.d Ex: display-waveshare-2.8.yaml lora-MeshAdv-900M30S.yaml lora-meshstick-1262.yamlThen, copy desired config to
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I bought a new antenna for my Raspberry Pi. I currently use a Waveshare SX1262 LoRaWAN Hat. But in the process I just found out about the "Meshtastic CRC-issue"
And now I am left wondering: how to move forward? What hat should I buy and where (I live in Europe)?
The suggested MeshAdv Pi Hat v1.1 is unavailable. Any suggestions?
And should I even turn my current setup on again?
Beta Was this translation helpful? Give feedback.
All reactions