Robot Building Questions
question
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
Sound Servo To XL-320 On Darwin Mini
I’m trying to get my ROBOTIS DARWIN MINI (OpenCM9.04, 16x XL-320) to "talk" using the Sound Servo (PC Speaker) skill, but the selected...question
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
@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
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
, #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
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
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
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
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...question