top of page
Search



RAJ SHARMA
May 250 min read
4 views
0 comments



RAJ SHARMA
May 160 min read
3 views
0 comments


1-Phase Line Filter Design
The aim of this application note is to provide the reader with a comprehensive overview of the steps necessary toward a suitably...

RAJ SHARMA
May 61 min read
0 views
0 comments



RAJ SHARMA
May 50 min read
1 view
0 comments



RAJ SHARMA
Apr 120 min read
4 views
0 comments



RAJ SHARMA
Apr 120 min read
3 views
0 comments


Feedback loop compensation of a current-mode Flyback converter with optocoupler
The flyback converter is an isolated switching power supply topology widely used for output power levels below 150 W (Figure 1). In...

RAJ SHARMA
Apr 21 min read
2 views
0 comments
Wireless Temperature-Humidity Sensor , NRF24L01 , DTH22
// SimpleTx - the master or the transmitter #include <SPI.h> #include <nRF24L01.h> #include <RF24.h> #include <DHT.h> #define DHTPIN 2...

RAJ SHARMA
Dec 13, 20242 min read
16 views
0 comments
20Khz with Adjustable Duty Cycle Arduino Code
#include <TimerOne.h> void setup() { pinMode(9, OUTPUT); // Set pin 9 as an output Timer1.initialize(50); // Initialize Timer1...

RAJ SHARMA
Dec 11, 20241 min read
11 views
0 comments


IFX007T-Motor-Control-Arduino Codes
Project Schematic, PCB Layout and Other Details Brushless Motor Driver https://www.electronics-lab.com/project/bldc-motor-and-dc-brushed-...

RAJ SHARMA
Dec 6, 20245 min read
9 views
0 comments


TMC2209 UART Stepper Driver , Arduino Uno, Joystick
Arduino Code #include <TMCStepper.h> #include <SoftwareSerial.h> // Use software serial for the UART to TMC2209 # include...

RAJ SHARMA
Sep 9, 20242 min read
580 views
0 comments
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...

RAJ SHARMA
Sep 4, 20243 min read
9 views
0 comments



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



RAJ SHARMA
Aug 18, 20240 min read
17 views
0 comments



RAJ SHARMA
Aug 16, 20240 min read
4 views
0 comments



RAJ SHARMA
Aug 16, 20240 min read
5 views
0 comments


RC Signal to Voltage Converter, RC In DAC MCP4725 Output
Arduino Code Without Limit Switch ..........................................................................................................

RAJ SHARMA
Jul 18, 20243 min read
9 views
0 comments
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);...

RAJ SHARMA
Jul 18, 20241 min read
29 views
0 comments


Bluetooth Camera Slider Controller with Android App
Arduino Code Download Camera Slider Bluetooth , Android App ................................................................................

RAJ SHARMA
Jun 15, 20243 min read
34 views
0 comments


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

RAJ SHARMA
May 19, 20241 min read
29 views
0 comments
bottom of page