ShubhamRattra / FilamentExtruder_codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fil

FilamentExtruder_codes

This repo has 4 different codes, each with its own function.

In these codes a stepper motor and an easy driver in roller_code and stepper_changespeed.Limit swich is used in stepper_with_limitswitch code. An OLED screen and potentiometer is used in OLED_code_with_potentiometer code.

The roller_code is the code for stepper to run at a particular speed which is defined in the code till the stepper has power.

The stepper_changespeed is the code to run at 3 speeds each for particular number of loops and both the speed and number of loops at which stepper will run for that speed is defined in the code.

The stepper_with_limitswitch is code to in which the stepper move in a particular direction till it touches a limit switch and it then turns anti-clockwise for particular number of steps which can be defined n the code.

The OLED_code_with_potentiometer is code in which when you turn the knob of potentiometer then the value would be reflected on the OLED screen.

About


Languages

Language:C++ 100.0%