Thingiverse
Coil Maker Machine
di JobSmolders
47
Download
34
Likes
0
Makes
Coil Winder Machine
This is a simple machine to make Coils. It has it's own internal counter, that counts the winding's that are made. You can set an amount of winding's in advance. The machine will stop automatically, when the set amount of winding's is reached.
sketch--
// include the library
#include
// this constant won't change
const int buttonPin = 13; // the pin that the pushbutton is attached to
//const int ledPin = 13; // the pin that the LED is attached to
// initialize the library by associating any needed LCD interface pin
// with the arduino pin number it is connected to
const int rs = 12, en = 11, d4 = 7, d5 = 6, d6 = 5, d7 = 4;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
// Variables will change
int buttonPushCounter = 0; // counter for the number of button presses
int buttonState = 0; // current state of the button
int lastButtonState = 0; // previous state of the button
//for motor driver and pot regulation of spe
This is a simple machine to make Coils. It has it's own internal counter, that counts the winding's that are made. You can set an amount of winding's in advance. The machine will stop automatically, when the set amount of winding's is reached.
sketch--
// include the library
#include
// this constant won't change
const int buttonPin = 13; // the pin that the pushbutton is attached to
//const int ledPin = 13; // the pin that the LED is attached to
// initialize the library by associating any needed LCD interface pin
// with the arduino pin number it is connected to
const int rs = 12, en = 11, d4 = 7, d5 = 6, d6 = 5, d7 = 4;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
// Variables will change
int buttonPushCounter = 0; // counter for the number of button presses
int buttonState = 0; // current state of the button
int lastButtonState = 0; // previous state of the button
//for motor driver and pot regulation of spe
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!