Back
MiniFrogCar – 3D printable model from Thingiverse Thingiverse

MiniFrogCar

2 Downloads
4 Likes
0 Makes
Download Model
https://youtu.be/FjvrO9ZWBQU
This minirobot has two small geared motors and is brought alive by an ATtiny85 and a simple sketch:

int R = 0; //right motor
int L = 1; //leftr motor
void setup()
{ pinMode(R, OUTPUT); pinMode(L, OUTPUT); }
void loop(){
//forward
digitalWrite(R, HIGH); digitalWrite(L, HIGH); delay(1000);
//around left wheel
digitalWrite(R, HIGH); digitalWrite(L, LOW); delay(84);
//forward
digitalWrite(R, HIGH);
digitalWrite(L, HIGH); delay(1000);
// around r
Source
Thingiverse
Comments
0

Bewertung

Noch keine Bewertungen

Comments

No comments yet – be the first!
All Thingiverse Models More by WillemvD

Add to Collection