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¶
-
USB Networking
Connect directly to your computer via USB for fast, convenient network access.
-
WiFi
Connect to wireless networks using a USB WiFi adapter (not built-in, must be installed separately).
Quick Links¶
- USB Networking: Direct USB connection to your computer - Setup Guide
- WiFi Setup: Wireless connectivity with USB WiFi adapter (not built-in) - See First Boot Guide
- WiFi Adapter Selection: Choosing a compatible adapter - See Networking & WiFi
- Troubleshooting: Network issues - See Network Troubleshooting
Common Tasks¶
SSH Access¶
Access your PicoCalc remotely via SSH:
``shell
For USB networking:
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¶
- Networking & WiFi - Choosing a compatible WiFi adapter
- Hardware Compatibility - USB and peripheral compatibility information
- Network Troubleshooting - Solving connectivity issues
- Basic Usage - General system usage
Recommended: USB Networking
For development and testing, USB networking provides the fastest and most reliable connection without requiring additional hardware.