Smart Creativity
Published © CC BY

Robot Hand Testing/Circuit playground/#smartcreativity

Circuit playground express robot hand test.

BeginnerFull instructions provided2 hours324
Robot Hand Testing/Circuit playground/#smartcreativity

Story

Read more

Schematics

Circuit Diagram

Making process

Code image

Code

Code

Scratch
Code of robot hand
 input.onLoudSound(function () {
    for (let i = 0; i < 6; i++) {
        pins.A1.servoWrite(0)
        pins.A2.servoWrite(0)
        pause(1000)
        pins.A1.servoWrite(72)
        pins.A2.servoWrite(40)
        pause(1000)
        pins.A1.servoWrite(0)
        pins.A2.servoWrite(0)
    }
})
forever(function () {
    light.showAnimation(light.colorWipeAnimation, 10000)
})

Credits

Smart Creativity
25 projects • 37 followers
A creative student....🧒🧒🧑

Comments