User Tools

Site Tools


meshcore:rpi-ic880a

This is an old revision of the document!


Meshcore auf RPi mit iC880A

Aufsetzen RPi

  • Image auf SD-Karte flashen (sollte uach möglich sein, folgende Einstellungen direkt im Flasher vorzunehmen).
  • Auf der Bootpartition:
    • touch ssh
    • create password hash mit openssl passwd -6
    • create userconf.txt mit Inhalt
username:encryptedpasswordhash
  • Pi ans Kabelnetz, mit ssh weiter

pyMC_core

apt install pip git swig liblgpio-dev python3-dev
git clone https://github.com/rightup/pymc_core.git
cd pymc_core
python -m venv .
source bin/activate
pip install -e .
pip install pymc_core[radio]
pip install pymc_core[hardware]
pip install pymc_core[websocket]
pip install pymc_core[dev]
meshcore/rpi-ic880a.1765620814.txt.gz · Last modified: by ivo