QR Code Generator icon QR Code Generator Create customizable QR codes for ARC, display/scan via Camera Control, trigger scripts on recognition and save decoded text to variables. Try it →

ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
PRO
USA
#89  

Nomad where is his project?

Author Avatar
PRO
Belgium
Thingiverse
#90  

ezang

post #84 see pic.

Author Avatar
PRO
USA
#91  

Bobsheaux, in EZ script:  when you first open the script, just put a letter in there then delete it, now you are in EZ script

and add

Or a simple script to turn on and off:

code:

set the servo speed to 2 or whatever, I use 0

ServoSpeed(d0, 0)

:loop

Set LED On

pwm(d0, 0)

wait some time for the pwm to do its ramping thing

sleep(1000)

#set LED Off pwm(d0, 100)

wait some time for the pwm to do its ramping thing

sleep(1000)

goto(loop) Edit Comment

Author Avatar
PRO
USA
#92   — Edited

I see you have sound servo mic -

User-inserted image

you need sound servo (PC)

EzAng

Author Avatar
PRO
Belgium
Thingiverse
#93  

ezang

you got somethin here. bolt saying sound servo pc ,one says sound servo speakers.

User-inserted image

Author Avatar
PRO
USA
#94   — Edited

Here is mine under servo not audio

User-inserted image

sound servo (PC)

Author Avatar
PRO
Belgium
Thingiverse
#95  

ezang

do you have the latest version ARC ?

Author Avatar
PRO
Belgium
Thingiverse
#96  

ezang

yours is correct .

bobsheaux

ezang is correct. see sound servo pc in his pic ,post 94 . it chould work now .me bad sorry about that.