EZMQTT Broker icon EZMQTT Broker Local MQTT broker for ARC: host pub/sub messaging on TCP port 1883, relay topics between publisher and subscriber clients. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Maestro Servo Controller by Pololu
Featured
Maestro Servo Controller

USB control for Pololu Maestro (6/12/18/24) via ARC Vx ports. Maps Vx to Maestro channels; supports position, speed, acceleration, release.

LEVi Rover Modular Robot 3D Print by jstarne1
Featured
Robot By Jstarne1

LEVi Platform latest model - the most updated LEVi Platform available.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
question

2.5 Amp Motor Controller Strange Behaviour

Hello. I have connected 2.5 Amp Motor controller exactly as tutorial explain. When i power on Ez-Board, a motor starts without no matter........... If i apply power to the robot without connecting pc, i have a motor running!....... It seems impossible. Where can i find the problem?
robot
Billderwent's Boris V2

Billderwent's Boris V2

Boris V2 Dagu Rover 5 upgraded from EzB/Mecanno with 4 motors and encoders, separated channels and secured encoder wiring for reliability.
question

Ez-B Board Diagram

Does someone have a diagram of the ez-b showing each part and what its called? Also detailed pictures of front and back would be appreciated.
blog

EZ-B On Your TV!

Connect EZ-B to a TV with TellyMate to output ASCII text to robot LCDs, enabling large TV displays using inexpensive portable DVD screens.
question
No Name Yet

No Name Yet

This is the new little bot i will be working on I dont have a name for it yet still working on cleaning it up.....slowly lol Any ideas for a name
question

Unable To Connect Second Ezboard

I have installed a second EzBoard. It was new, so, as i did for the first board, i have updated the firmware. I have restarted my pc (Windows 8) and in the 'Bluetooth' devices, i found my old 'Ez-Robot' device (com 3 4) and a new device called 'linvor' (com 5 6). Starting Ez Builder software, i select 'com5', but it is impossible to connect. I have...
question

Using Bluesmirf Gold Modem In Ez-B

I was playing with Arduino Uno and tried to use my BlueSMiRF Gold Class1 Bluetooth modem. I finally found that the modem wants to communicate with the PC/Terminal at its default 115200 baud rate. But it can communicate with Uno at other rates, say 9600 baud. And this required sending a command to the modem, which I learned how to do. The modem...
question
Rush Shipping Now Available On Ez Robot Kit Orders!

Rush Shipping Now Available On Ez Robot Kit Orders!

Checking out the store I noticed a new feature, if you want..... OK let's just say NEED your EZ Robot kit - like -...
question

Love The Cams

Love the cams thats vary cool what is the little elcove to the right of your workbench DJ
question

Html Error

I doubt it will make any difference, but when I looked at the 'EZ-Office' page source to find out what script you use for refreshing I found a little typo in the code. At line 17, it says <script language="javakscript" type="text/javascript"> The type is correct, but the language should be without the 'k'. I think...
question

Stop Pwm

Hello. I have installed 2.5 Amp Motor controller and now i am writing the code for controlling it. No problem for setting speed, but i am not able to stop pwm. This is the code i have used for setting speed and it works fine: Private Sub button2_click EzB_Connect1.EZB.PWM.SetPWM(Digital.DigitalPortEnum.D15, 50) End Sub This is the code i have used...
question

Math In Ez-Script

How do you do basic math functions within EZ-Script?