Raspberry Pi

Raspberry Pi by Pi Foundation

Run Synthiam ARC on Raspberry Pi 4+ with Windows 11 for robot control; use external EZB/Arduino for reliable I/O, SSD/USB storage recommended
Connection Type
Wi-Fi
Number of Servos
None
Audio Support
Yes
Camera Support
Yes
UARTs
None
I2C Support
No
ADC Ports
None
Digital Ports
None

There are two common ways to use a Raspberry Pi with ARC:

Option A (Recommended): Run ARC on Windows 11 installed on the Raspberry Pi

Install Windows 11 on a Raspberry Pi 4 (or newer), install ARC, and then use a dedicated robot I/O controller (an “EZB”) such as an Arduino, ESP32, or an EZ-Robot controller for servos and sensors.

Option B: Use the Raspberry Pi as an EZB Server

In this setup, ARC runs on another computer and connects to the Pi over WiFi/Ethernet. The Pi hosts an EZB Server firmware. If you choose this route, select one of the firmware options shown at the top of this page (for example, DJ’s EZBPi or PTP’s Blueberry).

Install ARC on Raspberry Pi with Windows 11 (recommended)

You can run ARC directly on a Raspberry Pi by installing Windows 11 for ARM. This is recommended if you want the Pi to be the robot’s main computer (running the ARC project locally).

Minimum hardware (so performance is usable)
  • Raspberry Pi 4 or newer (Pi 4 is the oldest model that runs Windows properly)
  • 8GB RAM minimum (more is better if available)
  • External SSD strongly recommended (Windows + ARC on microSD is usually very slow)

When running ARC on Windows 11 (on the Pi), connect an external I/O controller (EZB) via USB or WiFi:

  • Arduino (common choice for sensors/servos)
  • ESP32 (WiFi + I/O, good for distributed robot parts)
  • EZ-Robot controller (purpose-built robotics controller)

If you want to boot from a fast USB thumb drive, these models have worked well:

Windows 11 installation resources

Windows-on-Pi instructions can change over time, so it’s okay to follow the video below and also search for newer guides if something is different on your setup.

Beginner-friendly notes from the video (WoR Flasher)

It’s possible to install Windows 11 on a Raspberry Pi without using a separate PC. You can prepare the Windows installer directly from the Pi while it’s running a Debian-based OS (like Raspberry Pi OS) using WoR Flasher by Botspot.

The method shown in the video can install Windows 11 to:

  • microSD card (works, but usually slow)
  • USB drive (fast USB recommended)
  • USB-to-SSD (recommended for the best experience)

Installation Tips & Performance for SBCs

If you are using a Raspberry Pi or any other single-board computer (SBC) in a robot, setup details matter a lot (power, cooling, storage speed, and remote access). Our Support guide includes helpful steps such as freeing storage space, improving performance, powering an SBC reliably, and running “headless” (no monitor/keyboard) using Remote Desktop tools.

View the instructions here: /Support/Tips to Make a Robot/Overview


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

Author Avatar
Canada
#9  

Hello,

Thank you for the reply once again.  I did the updates and also tried your new server version from this webpage.  Still same error.

So not sure what else to try.  Has someone recently loaded this and confirmed it's working?

I even had someone else do this and follow the instructions and came up with the exact same error.  I'm wanting to use the Pi for an event coming up soon for a robot, if I had more time I'd have purchased the EZB4 with wifi but don't.

Author Avatar
PRO
Synthiam
#10   — Edited

The ezb v4 is by ezrobot and is only one of the options for controller. There’s also arduino and others which can be viewed on the getting started page.

However, there’s a lot of others running the pi server - and I can’t imagine how it couldn’t work for you if executed as SUDO

sudo executes the application as Root, which is needed for the broadcast and server features. The access denied error is because access is denied:). That’s due to user privileges

The only other option I can suggest is to use netstat and view the listening and broadcasting ports to see if there’s already an application using it.

The trouble with attempting to support Linux is that there’s no support for Linux:). Everyone is kinda on their own when it comes to the raspberry pi, but normal installations should work without trouble.

Access Denied is an error when access is denied due to limited user privileges. That can be rectified by executing as root with sudo

Author Avatar
Canada
#11  

Thank you.

I'm definitely using the sudo for raised permissions.  At any rate, I'll change my plans a bit but no biggie.  Really appreciate your responses.  If I find a fix I'll post it.

pi@raspberrypi:~/EZBPi $ sudo mono ./EZBPi.exe Raspberry EZBPi Version: 2019.3.29.0 Verbose logging is: False Serial port is: /dev/serial0 EZB: TCP Started on port 23 EZ-B Server started on TCP Port: 23 Camera: TCP Started on port 24 Camera Server started on TCP Port: 24 Press ESC to quit Broadcast error. The broadcast service has stopped. Here is why: System.Net.Sockets.SocketException (0x80004005): Access denied at System.Net.Sockets.UdpClient.Connect (System.String hostname, System.Int32 port) [0x001b0] in :0 at System.Net.Sockets.UdpClient..ctor (System.String hostname, System.Int32 port) [0x00044] in :0 at EZBPi.Broadcaster.doSendUDP (System.String str) [0x00001] in <0d7091e22ba140df8312a9ba44fa579a>:0 at EZBPi.Broadcaster._timer_Elapsed (System.Object sender, System.Timers.ElapsedEventArgs e) [0x00050] in <0d7091e22ba140df8312a9ba44fa579a>:0 Broadcast error. The broadcast service has stopped. Here is why: System.Net.Sockets.SocketException (0x80004005): Access denied

Author Avatar
PRO
USA
#12  

@Legion:

can you post the output of the following commands:

mono --version
uname -r
lsb_release -a
route
Author Avatar
Canada
#13  

mono --version

Mono JIT compiler version 5.18.0.240 (Debian 5.18.0.240+dfsg-3 Sat Apr 20 05:16:08 UTC 2019) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: SIGSEGV: normal Notifications: epoll Architecture: armel,vfp+hard Disabled: none Misc: softdebug Interpreter: yes LLVM: supported, not enabled. Suspend: preemptive GC: sgen (concurrent by default)

uname -r

4.19.57-v7+

lsb_release -a

No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster

route

Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default GatewayRouter 0.0.0.0 UG 202 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0

Author Avatar
PRO
USA
#14  

@Legion:

more commands:

netstat -l -n | grep udp
cat /proc/device-tree/model
Author Avatar
Canada
#15  

etstat -l -n | grep udp

udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:53446 0.0.0.0:*
udp 0 0 224.0.0.251:5353 0.0.0.0:*
udp 0 0 224.0.0.251:5353 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp6 0 0 :::5353 :::*
udp6 0 0 :::53523 :::*

cat /proc/device-tree/model

Raspberry Pi 2 Model B Rev 1.1

Author Avatar
PRO
USA
#16  

I can reproduce your error ! Give me a couple minutes to check some details.