Skip to main content

reComputer R1025-10

The reComputer R1025-10 serves as the AI integration point and internal WiFi access point.

Specifications

ComponentDetails
ModelSeeed Studio reComputer R1025-10
CPUARM Cortex
RAM4GB
Storage32GB eMMC
NetworkDual Ethernet + WiFi

Network Configuration

InterfaceIPFunction
eth0192.168.68.130External (to Starlink)
eth1/wlan0192.168.100.10Internal (WiFi AP)

Functions

  1. Node-RED Server - Processes messages and integrates with Claude
  2. WiFi Access Point - Provides internal network connectivity
  3. NAT Router - Routes traffic between internal and external networks

Installed Services

Node-RED

# Check status
sudo systemctl status nodered

# View logs
journalctl -u nodered -f

# Restart
sudo systemctl restart nodered

# Access
http://192.168.100.10:1880

hostapd (WiFi AP)

# Check status
sudo systemctl status hostapd

# Restart
sudo systemctl restart hostapd

dnsmasq (DHCP/DNS)

# Check status
sudo systemctl status dnsmasq

# View assigned leases
cat /var/lib/misc/dnsmasq.leases

Access

SSH (from external network)

ssh recomputer@192.168.68.130

SSH (from internal network)

ssh recomputer@192.168.100.10

Node-RED

http://192.168.100.10:1880

WiFi Configuration

Access Point Details

ParameterValue
SSIDMPR114993468244600004-2.4G
Passwordmissionconnected
ChannelAuto
Band2.4 GHz

Check connected clients

cat /var/lib/misc/dnsmasq.leases

Maintenance

Check internet connectivity

ping 8.8.8.8
ping api.anthropic.com

Check routes

ip route

Check NAT rules

sudo iptables -t nat -L