Roofnode
Revision as of 22:26, 2 April 2026 by Judytuna (talk | contribs) (Created page with "Raspberry Pi 3 Model B with Power-Over-Ethernet hat, plugged in via ethernet cable directly to our router, which supplies 48v. Then a meshcore device and a meshtastic device are plugged into the Pi using USB cables. hostname: roofnode user: pi ip: 100.64.64.229 os: raspbian lite 64-bit (trixie) microsd card: 16gb == Setup Steps == * ssh pi@roofnode.local * https://github.com/meshcore-dev/meshcore_py * https://pypi.org/project/meshcore-cli/ <pre> sudo apt update su...")
Raspberry Pi 3 Model B with Power-Over-Ethernet hat, plugged in via ethernet cable directly to our router, which supplies 48v.
Then a meshcore device and a meshtastic device are plugged into the Pi using USB cables.
hostname: roofnode user: pi ip: 100.64.64.229 os: raspbian lite 64-bit (trixie) microsd card: 16gb
Setup Steps
- ssh pi@roofnode.local
- https://github.com/meshcore-dev/meshcore_py
- https://pypi.org/project/meshcore-cli/
sudo apt update sudo apt install python3 - already installed sudo apt install python3-pip mkdir mcore cd mcore python3 -m venv .venv source .venv/bin/activate pip install meshcore pip install meshcore-cli