Ez Line Chart icon Ez Line Chart 4-series historical line chart to log and compare robot sensor values over time with customizable titles, colors, time axis and EZ-Script control Try it →

Robot Building Questions

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.
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
IFTTT Sender by faengelm
Featured
IFTTT Sender

Send web-triggered IFTTT events from ARC/EZ-B: configure Maker Webhooks key and trigger applets to control SmartThings, WeMo and other services.

the watching - talking Eye that I 3d printed :-) two small servos, Arduino, Arc... Info on Robot voice - Audacity - Some fun by EzAng
Featured
Robot By Ezang

Talking, watching Eye sees and speaks-he watches you, so be cool.

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

Motor Driver Or Esc For Large R/C Car?

Please help me buy a motor driver or ESC for a large R/C car. The car is VW New Beetle made by New Bright. It is over two feet long. I may have to replace the motor for steering front wheels with servo. The motor driving rear wheels is about 1-1/2 inches long.
question

Example Python Scripts Calling Ez_B.Dll

Hi, These are intended to be for guidance only, so others can get the idea of how to convert C# or VB into Python. They are probably only useful to people who already use Python. First step in to install IronPython from here: https://ironpython.net/download/ Ironpython is simply a version of Python with extra .NET bindings. At the IronPython...
question

Question About Digital Port Limits Re Leds.

Howdy, EZers! So, I'm putting together an IR emitter for one of my projects, and I think I've got it all within safe limits, but I wanted to run it past y'all just incase... The circuit is as follows... +5v ---- |>|---|>|---|>|----///---GND D0 ------L1----L2-----L3-----R1----GND Where: L1,L2,L3 are IR Leds, with a 1.2v forward voltage,...
question

Help With Syntax To Call Ez_B.Dll Functions (Python)

Hi, I've tried all sensible combinations I can think of to call EZ_B.dll functions in Python. I know if I can get the syntax right for one, the rest will follow. Any suggestion appreciated. David. ------------------------ from ctypes import * > libEZB = CDLL("C:\Documents and Settings\David\My Documents\EZ-SDK\DLL\EZ_B.dll") >...
question
Loadproject

Loadproject

@DJSures While I know no other command can be executed from within your existing project when you use the LoadProject command, is there any way we could pass a parameter to automatically run a...
question

Ez-B And L298 Motor Control

I have hooked everything up as per your tutorial. My goal was to control 2 motors independently. Currently I can only run the 2 motors simultaneously. I want the choice to run each motor forward or reverse without affecting the other. My speed control is working as required (1 channel controls the speed for both motors) Can anyone send me a diagram...
question

Sabertooth Battery

i need to get a battery for a sabertooth 2x12. i wanted to know what other roboteers have used. this is whats in the downloadable pdf. Input voltage: 6-24V nominal, 30V absolute max. Output current: Up to 12A continuous per channel. Peak loads may be up to 25A per channel for a few seconds. These ratings are for input voltages up to 18v in still...
question

Wrist Ideas

Hey everyone. I have been in hardware mode right now, but have been creeping the forum.. eek I am building a humanoid type of bot. Its just from the wast up type of thing. with two arms and two different hands. It will have some type of head also. Right now I am working out a BOM for the arms and I have gotten the shoulder and elbow joints figured...
question
Robot Vacuum Programing Help?

Robot Vacuum Programing Help?

hello all, for my very first robot im wanting to make it vacuum my livingroom by itself. my question is,whats the best way to do this thru ARC ? the hardware...
question

Stating The Time

Tidied up the time routine a bit to include AM and PM and some other stuff... Enjoy! #________________________________________________ Print ("+---------------------+") Print ("| Announcing the time |") Print ("+---------------------+") # say("The time is ") IF ($hour>12) $hour_word=$hour-12...
question

Block User Feature For Forum?

DJ, Is there anyway to add a block user/ignore posts feature to your forum? I know it's your own code, so you must be able to customize? I'm sure myself and a few others have a few people we would like to erase out of our lives. There is a disruptive force on this forum that needs to go away.
question

H-Bridge Details

Hi, Can someone please point me to a detailed spec sheet for the 2.5A H-Bridge that is sold on this site's Store? I read and watched the tutorial but I have more questions. Also, does anyone know what the IN1-IN4 pins are for, exactly? Why do we need 4 digital signals for 2 motors? Perhaps forward and reverse for each? Thanks, Mike