top of page
Search


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); ...

RAJ SHARMA
May 19, 20241 min read
21 views
0 comments


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...

RAJ SHARMA
May 13, 20241 min read
90 views
0 comments


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...

RAJ SHARMA
May 13, 20242 min read
38 views
0 comments


Voltage to Current Converter
TI Application

RAJ SHARMA
Apr 5, 20241 min read
7 views
0 comments


PS4 Remote Motor Controller
https://gist.github.com/mnemocron/3b577a32b9c9da6ee867a6205fee9617 https://github.com/felis/USB_Host_Shield_2.0/blob/master/PS4BT.h...

RAJ SHARMA
Feb 29, 20241 min read
8 views
0 comments


Butterfly @ Our Garden
https://www.youtube.com/watch?v=d-GomXl53UM

RAJ SHARMA
Feb 29, 20241 min read
12 views
0 comments


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...

RAJ SHARMA
Feb 26, 20241 min read
63 views
0 comments


Fast Stepper with ESP32
ESP32 Pin Connections ESP32 Wroom dirPinStepper 18 enablePinStepper 26 stepPinStepper 17

RAJ SHARMA
Feb 24, 20241 min read
85 views
0 comments



RAJ SHARMA
Feb 23, 20240 min read
14 views
0 comments



RAJ SHARMA
Feb 21, 20240 min read
3 views
0 comments


Bougainvillea Propagation
The easiest of bougainvillea propagation methods is to grow it from cuttings. It can be done at any time of the year. To take a cutting...

RAJ SHARMA
Feb 21, 20241 min read
7 views
0 comments



RAJ SHARMA
Feb 21, 20240 min read
0 views
0 comments



RAJ SHARMA
Feb 21, 20240 min read
12 views
0 comments


Links
Robotics https://www.gridbots.com/ https://www.anninrobotics.com /downloads Linear Actuator https://www.firgelliauto.com/en-in/blogs/tuto...

RAJ SHARMA
Feb 20, 20241 min read
18 views
0 comments



RAJ SHARMA
Feb 18, 20240 min read
10 views
0 comments



RAJ SHARMA
Feb 17, 20240 min read
16 views
0 comments



RAJ SHARMA
Feb 17, 20240 min read
6 views
0 comments



RAJ SHARMA
Feb 14, 20240 min read
5 views
0 comments



RAJ SHARMA
Feb 14, 20240 min read
5 views
0 comments



RAJ SHARMA
Feb 14, 20240 min read
7 views
0 comments
bottom of page