reComputer R1025-10
The reComputer R1025-10 serves as the AI integration point and internal WiFi access point.
Specifications
| Component | Details |
|---|---|
| Model | Seeed Studio reComputer R1025-10 |
| CPU | ARM Cortex |
| RAM | 4GB |
| Storage | 32GB eMMC |
| Network | Dual Ethernet + WiFi |
Network Configuration
| Interface | IP | Function |
|---|---|---|
| eth0 | 192.168.68.130 | External (to Starlink) |
| eth1/wlan0 | 192.168.100.10 | Internal (WiFi AP) |
Functions
- Node-RED Server - Processes messages and integrates with Claude
- WiFi Access Point - Provides internal network connectivity
- 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
| Parameter | Value |
|---|---|
| SSID | MPR114993468244600004-2.4G |
| Password | missionconnected |
| Channel | Auto |
| Band | 2.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