Dialogflow icon Dialogflow Add Google DialogFlow NLP to ARC: conversational intents, parameter prompts, scripted responses, service-account setup and programmatic robot control. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
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
Smart Variable Watcher by Synthiam
Featured
Smart Variable Watcher

Efficient ARC Variable Watcher - lower CPU for large projects; slow initial array render but faster updates; shows name, type, value, length

Imperial AT-AT Walker Robot - The force is with me! by DJ Sures
Featured
Robot By DJ Sures

Build an Imperial AT-AT walker robot; adding knee servos tomorrow to teach it to walk as a return to robotics.

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
Open
Left Motors Stall Until Scan Request

Left Motors Stall Until Scan Request

@Athena - can you review the Arduino sketch below and explain why the left motors (LeftFront and LeftBack) do not run until...
question
Open
**Safeint And Clampint Explained**

**Safeint And Clampint Explained**

@Athena, can you explain the functions safeInt and clampInt? Why are they used and how can the values be changed? Thanks - Jack. Context: This looks...
question
Open
Dialogflow Driving Sphero Reliably

Dialogflow Driving Sphero Reliably

I’ve got a Sphero (SPRK+) paired over Bluetooth and the Sphero Movement Panel works great for manual driving. I’m now layering in the DialogFlow robot...
question
Global Variables Between Scripts In ARC

Global Variables Between Scripts In ARC

@Athena, can you help me set up global variables in one script (LEG_v6) so they can be read and sent by another script (UART_v6)? Context: I'm...
question
Open
Why Does Speech Recognition Pickup Background Nois…

Why Does Speech Recognition Pickup Background Nois…

One thing I still don't understand: whenever I have the "Speak Rec" Robot Skill operating, it picks up...
question
Obstacle Scan Only Once

Obstacle Scan Only Once

, #include #include static const uint8_t UART_HEADER = 0xA5; // ARC -> Arduinostatic const uint8_t CMD_STOP_MOTORS = 0x01;static const uint8_t CMD_ACTUAL_BEARING =...
question
Stepper Reset Issue In Arduino Sketch

Stepper Reset Issue In Arduino Sketch

I'm using an Arduino Mega as the hardware controller (acting like an EZB/microcontroller) to provide PWM to four stepper motors via the...
question
Open
Gripper Servo JS Conversion

Gripper Servo JS Conversion

, This is a Script Skill question - could you help convert some EZ-Script I used previously into a JavaScript (ARC Script) version? Context: This is for a two-arm...
question
12C Adres How Do I Know?

12C Adres How Do I Know?

i know i asked this before.but i cant find the topic. my question is ,if i change a 12c port as in pic below. how do i now withs port i changed on ezbv ?sinds there are 3...
question
Arduino PWM Bearing Control Help

Arduino PWM Bearing Control Help

Hi @Athena, I'm requesting help to add capabilities to an existing Arduino sketch. The sketch is included at the end of this post. Can you incorporate...
question

Sharp IR Collision Detection Configuration Issue

I have a question about the Sharp IR Collision Robot Skill. I'm conducting a small test on my robot using the Sharp 5V Analog GP2Y0A02YK0F IR sensor. I've configured the Sharp IR Collision Skill with the following settings: - Analog Port: ADC7 - Interval: 1000ms - Collision Detected Condition: "Greater than" 28 Could someone explain why...
question
AI Scripting In ARC?

AI Scripting In ARC?

I know I can ask for JavaScript writing help here on the forum from Athena. I thought I read a while ago that this feature is also available directly in ARC (so you don't have to...