Asked
I’m building Spot Micro Next. The base design uses a Arduino Mega. I’d like to use ARC to program the robot. Has anyone worked out how to wirelessly interface to an arduino with ARC?
Related Hardware (view all EZB hardware)
Arduino Due/Mega
by Arduino
Synthiam ARC enables Arduino Mega 2560 control with 8 ADC, 13 PWM, 21 digital ports and 24 servos; includes firmware, shield and tutorials
USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
21

Oh and a rock pi/x doesn't require addition storage like an ssd or anything. They're just more convenient to use. I have a number of them i use for my robots: https://synthiam.com/Support/Hardware/Rock-Pi-X
DJ, what about using a iotiny plus a IIC connected either to an arduino mega or PCA9685 to control the 5v servos. I can add a single voltage regulator for the 8 servos. This way I could use the servo tools in ARC to automate the legs. How would I map the servos?
Yet another option.. I found this thread in an arduino Bluetooth communicton scheme to ARC.
#33 Feb 2019 Any for that board will work. They just create a virtual COM port in Windows, which you select in ARC.
could I just use a Bluetooth module on the mega work and connect the it ASAP serial port to the pc? Load the ARC mega firmware to the board and massage in the Bluetooth code?