Skip to content

Networking

This section covers network connectivity options for your PicoCalc.

PicoCalc Network Configuration

The PicoCalc uses systemd-networkd for network configuration and iwd for WiFi management. No graphical network managers (like NetworkManager) are included - configuration is done via configuration files or command-line tools like iwctl.

Available Connectivity

Common Tasks

SSH Access

Access your PicoCalc remotely via SSH:

ssh pico@<ip-address>
# Default password: calc

``shell

For USB networking:

ssh pico@192.168.7.2

File Transfer

Transfer files using SCP:

# Copy to PicoCalc
scp myfile.txt pico@<ip-address>:/home/pico/

# Copy from PicoCalc
scp pico@<ip-address>:/path/to/file ./

``shell

Internet Access

Your PicoCalc can access the internet via (requires USB WiFi adapter):

  • WiFi connection - Direct internet access
  • USB with internet sharing - Host computer shares its connection
  • USB tethering from phone - Android or iOS device sharing

Additional Resources


Recommended: USB Networking

For development and testing, USB networking provides the fastest and most reliable connection without requiring additional hardware.