Tech Industry 2019 Riga
Добавлено robby roboter в arduino - gadgets - hardware 14 декабря, 2019 -Arduino Life after blink: multi function shield
Добавлено robby roboter в arduino - hardware - Uncategorized - Творчество 14 декабря, 2019 -
MY Thingiverse : rod holder thing : 1462393
Добавлено robby roboter в 3D printing 17 апреля, 2016 -
$fn=50; lenght = 10; lenght2 = 5; height1 = 2; height2 = 5; width = 4; space = 0.2; hole_radius = 0.9; rod_radius =1; module hole(pos){ translate([0,0,-0.01]){ linear_extrude(height = height2){ translate([pos,width/2,0]){ circle(r = hole_radius+0.01); } } } } difference(){ union(){ cube([lenght,width,height1]); translate([(lenght-lenght2)/2,0,0]){ cube([lenght2,width,height2]); } } union(){ union(){ hole((lenght-lenght2)/4); hole(lenght-(lenght-lenght2)/4); } translate([lenght/2,-0.01,height2-(height2-height1)/2]){ rotate([-90,0,0]){ linear_extrude(height=width+0.02){ union(){ circle(r=rod_radius); translate([-space/2,-height2,0]){ square([space,height2]); } } } } } } }
ESP8266-12 Blink Example
Добавлено robby roboter в arduino 27 сентября, 2015 -
/* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached to digital pin 13. If you're unsure what pin the on-board LED is connected to on your Arduino model, check the documentation at http://arduino.cc This example code is in the public domain. modified 8 May 2014 by Scott Fitzgerald */ // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinMode(2, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalWrite(2, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalWrite(2, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second }
Become a Patron! Теги: Arduino, esp8266
Attiny+ULN2003+stepper motor ICStation
Добавлено robby roboter в arduino - Творчество 22 июля, 2015 -Attiny development bard http://qr.ee/attiny
от DigiSpark плюс
Драйвер шагового мотора ULN2003A http://qr.ee/uln2003a
плюс немного лего.
Схема подлючения проста до безобразия.
attiny bard uln2003
PN0 IN1
PN1 IN2
PN2 IN3
PN3 IN4
GND GND
+5 +5
Програма из примеров arduino
нужно лишь изменить строку с настройками
Stepper motor(200, 0, 1, 2, 3);
Tear down of paper shredder
Добавлено robby roboter в hardware - Old Hardware 29 мая, 2015 - Become a Patron! Теги: typewritter4 Bits Digital Electronic Clock Electronic Production Suite DIY Kits 2015 New
Добавлено Aleksei Prokopov в arduino - hardware 24 апреля, 2015 -Bestselling Products