TMC2209 UART Stepper Driver , Arduino Uno, Joystick
top of page
Search
Arduino Code #include <TMCStepper.h> #include <SoftwareSerial.h> // Use software serial for the UART to TMC2209 # include...
RAJ SHARMA
- Sep 4
- 3 min
434Mhz Module , Transmitter and Receiver , Arduino Codes
#include <Wire.h> #include <Adafruit_MCP4725.h> #include <VirtualWire.h> const int rxPin = 12; // Digital pin connected to the RF receiver...
0 views0 comments
RAJ SHARMA
- Jul 18
- 3 min
RC Signal to Voltage Converter, RC In DAC MCP4725 Output
Arduino Code Without Limit Switch ..........................................................................................................
2 views0 comments
RAJ SHARMA
- Jul 18
- 1 min
1 Minute and 10Minute Timer , Arduino Code
Ten Minute Code const int switch_on = 5, output = 9; int offtime = 1, off_timer_start = 0; void setup() { pinMode(switch_on, INPUT);...
1 view0 comments
RAJ SHARMA
- Jun 15
- 3 min
Bluetooth Camera Slider Controller with Android App
Arduino Code Download Camera Slider Bluetooth , Android App ................................................................................
27 views0 comments
RAJ SHARMA
- May 19
- 1 min
Arduino 6.255KHZ Output, 180 DEGREE PHASE PULSE ( Dual Phase)
Arduino Code // Generating Two 180° Out of Phase 6.255 kHz Square // Waves with dead time on Timer1 of an // Arduino UNO (Pins 9 and 10)...
12 views0 comments
RAJ SHARMA
- May 19
- 1 min
Arduino Frequency Generator5Khz , Adjustable Duty Cycle
Arduino Code #include <TimerOne.h> //UNO only void setup() { pinMode(9,OUTPUT); Timer1.initialize(200); //200us = 5khz Timer1.pwm(9,20); ...
11 views0 comments
RAJ SHARMA
- May 13
- 1 min
AccelStepper Library Arduino, Stepper Motor Acceleration and Deceleration Test
Credit: Code https://www.schmalzhaus.com/EasyDriver/Examples/EasyDriverExamples.html Arduino Pins Step Pulse Arduino D9 Direction Pin...
22 views0 comments
RAJ SHARMA
- May 13
- 2 min
Stepper Motor Driver, Potentiometer Speed, Direction Switch, Arduino Uno
Arduino Pins Motor CCW Switch Arduino D4 Motor CW Switch Arduino D3 Motor Stop Arduino D3 Speed Control Potentiometer Analog A0 Stepper...
16 views0 comments
RAJ SHARMA
- Feb 29
- 1 min
PS4 Remote Motor Controller
https://gist.github.com/mnemocron/3b577a32b9c9da6ee867a6205fee9617 https://github.com/felis/USB_Host_Shield_2.0/blob/master/PS4BT.h...
6 views0 comments
RAJ SHARMA
- Feb 29
- 1 min
Butterfly @ Our Garden
https://www.youtube.com/watch?v=d-GomXl53UM
8 views0 comments
RAJ SHARMA
- Feb 26
- 1 min
RC Signal to Voltage Converter, Radio Remote PWM 1000uS to 2000 uS Signal to 0 to 5V Converter
Arduino based project , RC signal to 0-5V converter, Arduino UNO and LTC264412E 12BIT PWM to DAC board is used, Arduino converter RC...
20 views0 comments
RAJ SHARMA
- Feb 24
- 1 min
Fast Stepper with ESP32
ESP32 Pin Connections ESP32 Wroom dirPinStepper 18 enablePinStepper 26 stepPinStepper 17
61 views0 comments
bottom of page