HTTP Server (Custom) icon HTTP Server (Custom) HTTP server for ARC serving HTML/CSS/PNG/JPG from ARC/HTTP Server Root; supports AJAX tags (ez-move, ez-script, ez-camera) to control the robot. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Omron HVC-P by CochranRobotics
Featured
Omron HVC-P

Omron HVC-P ARC plugin: real-time body, hand, face, gaze, gender, age, expression and eye estimation; facial recognition via Omron software

How About A Dance-off? by DJ Sures
Featured
Robot By DJ Sures

Organize an ezrobot dance-off contest and share the JD microphone STL hosted on Synthiam.

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
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?
question

Wild Thumper Alternate Wheels

Hi, I like my Wild Thumper 4WD, but the wheels are really meant for rugged, outdoor use. I would like to replace them with similarly sized wheels that are smooth (unlike the kit wheels which have big spikes for traction on dirt). Have any of you done this before? Can you recommend a website to shop for replacement wheels? Thanks, Mike
question
Hello! I Have A Question! :)

Hello! I Have A Question! :)

Hi, there! I joined! I wanted to start things off by asking this, I have 2 Omnibot 2000s. I see that some of you have repainted your Omnibots. I want to give mine a...
question

Alternative To Bench Power Supply?

Hi folks, I was just getting ready to order the EZ-Robot Bench Power Supply. But the cheapest shipping to me in the USA is $25.50! Is there a cheaper alternative on Amazon or elsewhere?
question

Automatically Connect To A Port

Hello. I would like my Visual Basic program to automatically connect to Ezboard when i launch the program. Ezboard connection is on COM port 3 on my pc, so i have written the code: Sub Form1 load Ezb_Connect1.Connect(3.0) ...but it does not work So i have tried Ezb_Connect1.Connect(3) ...but it does not work Can you help to solve the question,...