meshcore:rpi-ic880a
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| meshcore:rpi-ic880a [2025/12/13 09:53] – [Meshcore] ivo | meshcore:rpi-ic880a [2025/12/13 10:36] (current) – [Meshcore auf RPi mit iC880A] ivo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Meshcore auf RPi mit iC880A ====== | + | ====== Meshcore auf RPi mit iC880A |
| ===== Aufsetzen RPi ===== | ===== Aufsetzen RPi ===== | ||
| Line 14: | Line 14: | ||
| ===== pyMC_core ===== | ===== pyMC_core ===== | ||
| * https:// | * https:// | ||
| + | <code bash> | ||
| + | apt install pip git swig liblgpio-dev python3-dev | ||
| + | git clone https:// | ||
| + | cd pymc_core | ||
| + | python -m venv . | ||
| + | source bin/ | ||
| + | pip install -e . | ||
| + | pip install pymc_core[radio] | ||
| + | pip install pymc_core[hardware] | ||
| + | pip install pymc_core[websocket] | ||
| + | pip install pymc_core[dev] | ||
| + | </ | ||
| + | ===== Hardware ===== | ||
| + | https:// | ||
meshcore/rpi-ic880a.1765619596.txt.gz · Last modified: by ivo
