
Anshu AR's instructables
Achievements
- Anshu AR commented on Anshu AR's instructable Control LED Using Serial Monitor3 months ago
- Anshu AR commented on Anshu AR's instructable Build Your Own Motor Driver4 months agoView Instructable »
Hi, you'll probably need to use a MOSFET like an IRF640. With a different circuit.I would recommend using Digikey part search to find the MOSFET as per your requirements.
- Anshu AR commented on Anshu AR's instructable Control DC Motor Using L293D4 months agoView Instructable »
I used Fritzing get it here:http://fritzing.org/
- Anshu AR commented on Anshu AR's instructable Control DC Motor Using L293D5 months agoView Instructable »
Yes,As per the datasheet of the L293D motor driver, it says that it can operate from 4.5V to 36V.But, it can provide a maximum of 600mA output current. (per channel). So, check how much current will the motor draw. The motor should not draw current more than 600mA at any instance.
- Anshu AR commented on Elecrow's instructable Remote Control Via GPRS/GSM SMS(Arduino)6 months agoView Instructable »
Usually, it's because the baud rate on the Serial monitor differs from the baud rate of your uploaded sketch.In this case, the baud rate is 19200As the code says:Serial.begin(19200);So make sure you change 9600(default) to 19200 in your serial monitor
- Anshu AR commented on Anshu AR's instructable Control LED Using Serial Monitor11 months agoView Instructable »
//Here try this code:void setup(){pinMode(13, OUTPUT);Serial.begin(9600);while (!Serial);Serial.println("Input A to Turn LED on and B to off");}void loop() { if (Serial.available()){ char state = (char) Serial.read(); if (state == 'A'){ digitalWrite(13, HIGH); Serial.println("Command completed LED turned ON"); } if (state == 'B'){ digitalWrite(13, LOW); Serial.println("Command completed LED turned OFF"); } } delay(100);}
- Anshu AR commented on KatieStiles's instructable How to Repair Your Graphics Card by Baking It!11 months agoView Instructable »
LOL!
- Anshu AR commented on Anshu AR's instructable Control DC Motor Using L293D1 year agoView Instructable »
Hi usamaabro,That's quite unlikely to happen.Anyways you can always copy and paste the sketch that's included in step 3.Or, you can post a screenshot of the error that's being displayed on your Arduino IDE.
- Anshu AR favorited LED Snowboard Kit by FamousMods1 year ago
- Anshu AR commented on FamousMods's instructable LED Snowboard Kit1 year agoView Instructable »
Awesome loved it!
- Anshu AR favorited Arduino Nano Based Microbot by PaulMakesThings1 year ago
- Anshu AR followed JON-A-TRON1 year ago
- Anshu AR favorited Blade Runner Binoculars by JON-A-TRON1 year ago
- Anshu AR commented on Anshu AR's instructable H Bridge Motor Driver for Arduino Using Transistors1 year agoView Instructable »
Bigger DC motors?In order to run bigger DC motors, find out how much current your motors are consuming at full speed with load(if any).Finally, lookup transistors (or even better MOSFETs) that can withstand current higher than what your motors require.same bridge for two motors?If you want to control their individual speed at the same time then NO.However, you can run two motors(As long as they are consuming current under the limit). But they will run with the same speed(If both connected in parrel) in the same direction.
- Anshu AR commented on Anshu AR's instructable H Bridge Motor Driver for Arduino Using Transistors1 year agoView Instructable »
Go with the fritzing schematics in step 2.Anyways diodes should be pointing from the emitter towards the collector of the transistor.Hope this helps. :)
- Anshu AR commented on MotherDaughterProjects's instructable DIY Wireless Charging Neon Nightstand1 year agoView Instructable »
Loved it!
- Anshu AR commented on Tuba Fett's instructable Exotic-Wood Acoustic Marvel1 year agoView Instructable »
Nice! Loved it. Can't wait to try it!!!!
- Anshu AR commented on lingib's instructable CoreXY CNC Plotter1 year agoView Instructable »
Nice.
- Anshu AR favorited CoreXY CNC Plotter by lingib1 year ago
- Anshu AR favorited Sparkling LED Ganesha by alka verma1 year ago
- Anshu AR favorited Spray Paint Secret Safe by seamster1 year ago
- Anshu AR's entry Scratch Built RC Airplane is a winner in the Make It Fly! Contest 2017 contest 1 year ago
- Anshu AR commented on Paige Russell's instructable LED Egg Night Light1 year agoView Instructable »
Very well explained!You have my vote. Good luck with the contest :)
- Anshu AR favorited The Ultimate PVC Quadcopter by thomasjarrett161 year ago
- Anshu AR commented on thomasjarrett16's instructable The Ultimate PVC Quadcopter1 year agoView Instructable »
Awesome man!Totally loved it!
- Anshu AR favorited How to Build a LipSync by RashmiP111 year ago
- Anshu AR commented on Patrick LASCHETTE's instructable Steampunk Jetpack1 year agoView Instructable »
Nice work!
- Anshu AR's entry Scratch Built RC Airplane is a finalist in the Make It Fly! Contest 2017 contest 1 year ago
- Anshu AR commented on Passion Make's instructable Rainbow Pom Pom Tutu Dress1 year agoView Instructable »
Pretty! :)
- Anshu AR commented on Guido Vrola Design's instructable Sculptural Wall Clock | Shou-Sugi-Ban Technique1 year agoView Instructable »
Cool!! Loved it.
- Anshu AR completed the lessons Stomp Rockets and Tools + Supplies in the class Rockets Class1 year ago
- Anshu AR followed Luca Gerda1 year ago
- Anshu AR favorited Wooden Skeeball Game by seamster1 year ago
- Anshu AR commented on Anshu AR's instructable Scratch Built RC Airplane1 year agoView Instructable »
Thanks! Sure I will give that a try :)
- Anshu AR commented on dakcheungcheng's instructable How to Make a Radio Controlled Paper Plane (and Learn About Electronics As Well)1 year agoView Instructable »
Nice!Now, you can improve the schematics in Step 8 by using Fritzing or Autodesk Circuits. Just to make it even more conveying and clear.:)
- Anshu AR commented on robobot3112's instructable Cheap Versatile Mini Tricopter1 year agoView Instructable »
Nice!I've been using the exact same batteries from eBay India. Nice to see you, buddy!
- Anshu AR commented on Shadow Of Intent's instructable Car Brake Light Repair (LED Conversion)1 year agoView Instructable »
Nice mod!
- Anshu AR commented on Viktor17gt's instructable Simple Experiment to Visualize Magnetic Fields1 year agoView Instructable »
This is coool!I've tried these many times during my 10th grade.
- Anshu AR commented on kathy4lee's instructable Five Ways to Deal With Stress. How to Relax...1 year agoView Instructable »
Very helpful. Daily yoga or meditation helps a lot. :)
- Anshu AR commented on JunezRiyaz's instructable Simple Audio Amplifier Using Single Transistor1 year agoView Instructable »
Nice! I've been playing around with transistors for a while. This one is fun!
- Anshu AR commented on turbiny's instructable Kitchen Automatic Drawer Light1 year agoView Instructable »
Nice!
- Anshu AR commented on mjrovai's instructable ESP32 and OLED Display: Internet Clock - DHT22 1 year agoView Instructable »
Nice!!
- Anshu AR commented on Nikus's instructable Bluetooth Voice Controlled Moving Lamp1 year agoView Instructable »
Awesome!:)
- Anshu AR favorited Portable Bandsaw Metal Stand by seamster1 year ago
- Anshu AR commented on In The Kitchen With Matt's instructable Amazing Homemade Potato Chips (Crisps)1 year agoView Instructable »
Nice!!!
- Anshu AR enrolled in Rockets Class1 year ago
- Anshu AR completed Rockets Class1 year ago
- Anshu AR commented on Nematic!'s instructable What Is a Resistor | Basics 1 year agoView Instructable »
Nice instructable!Just a small question off the topic, Whats that multimeter you are using?I mean I have to buy one. So is that a reliable one?
- Anshu AR commented on lewatoto's instructable Beautiful and Cheap RGB Lamp Controled by Bluetooth1 year agoView Instructable »
Nice!What's that opaque project enclosure you're using?
- Anshu AR commented on Phyllocactus's instructable The Flying Balloon Blimp1 year agoView Instructable »
Nice! Add a video that would be great.
- Anshu AR commented on UtkarshVerma's instructable BluFi - a Portable Bluetooth Audio Adapter1 year agoView Instructable »
Awesome!!
- Anshu AR favorited Scratch Built RC Airplane by Anshu AR1 year ago
- Anshu AR commented on Saiyam's instructable The Most Annoying Alarm Clock Ever!1 year ago
Nice!But the display uses lots of Arduino pins. Give OLED display a try. The project will look even more compact.Also, OLED displays are cheaper than the one that you are using.
View Instructable »Nice!But the display uses lots of Arduino pins. Give OLED display a try. The project will look even more compact.Also OLED displays are cheaper that the one you are using.
- Anshu AR commented on alyahshebani's instructable Shooting Stars1 year ago
Hey Tranie,It's you again! Trust me your name has been appearing a lot. Since your instructable "DIY gyroscope":) :)
View Instructable »Alright I wish for........... wait a minute, I ain't gonna say that out loud. Anyways, nice first instructable!
- Anshu AR favorited Cute Fox Corner Bookmark by kathy4lee1 year ago
- Anshu AR commented on kathy4lee's instructable Cute Fox Corner Bookmark1 year agoView Instructable »
Nice!!Good luck for the contest :)
- Anshu AR commented on DIY Andrea's instructable Beer Is Coming - Beer Tote1 year agoView Instructable »
Awesome!!
- Anshu AR favorited Beer Is Coming - Beer Tote by DIY Andrea1 year ago
- Anshu AR commented on AyalaA1's instructable Yoga Mat Carrier1 year agoView Instructable »
Hello (Namaste),Nice instructable :)
- More Activities
Can you be more specific?Does the serial prints "0"?Can you include a screenshot?I am assuming you need to set the baud rate on the serial monitor to 9600 as the sketch defines Serial communication at 9600 bauds.(You can adjust the baud rate at the bottom right corner.)