
TheArduinoGuy's instructables
Achievements
- TheArduinoGuy commented on TheArduinoGuy's instructable Realistic Flickering Flame Effect With Arduino and LED's
- TheArduinoGuy commented on TheArduinoGuy's instructable Realistic Flickering Flame Effect With Arduino and LED'sView Instructable »
That will also reduce voltage to the Arduino, so yeah it will totally break everything.
- TheArduinoGuy commented on chickeneater's instructable Using a 4 Digit, 7 Segment Display, With ArduinoView Instructable »
Do NOT follow this tutorial. There should be one resistor per LED in one segment (as you will be multiplexing) so 8 resistors in total. The way this guy has done it is totally wrong.
- TheArduinoGuy commented on Newphysicist_com's instructable How to Make Small Wind Turbine HomemadeView Instructable »
So what is stopping that cable from getting all twisted over time as that thing goes round and round?
- TheArduinoGuy commented on Maggie Shah's instructable DIY Mini CNC Laser Engraver.View Instructable »
So which one is the correct one to use?
- TheArduinoGuy commented on Maggie Shah's instructable DIY Mini CNC Laser Engraver.View Instructable »
I have 2 x DVD worm drives (see image) but they are different lengths. Does this matter?
- TheArduinoGuy commented on Maggie Shah's instructable DIY Mini CNC Laser Engraver.View Instructable »
Yeah I totally dissambled the laser assembly with force but those magnets are stuck there like heck. I think it might be easier for me to measure them and see if I can buy them somewhere instead. Thanks.
- TheArduinoGuy commented on Maggie Shah's instructable DIY Mini CNC Laser Engraver.View Instructable »
How the heck did you get the magnets out of the laser assembly? They seem well and truly glued in there.
- TheArduinoGuy commented on Luk---'s instructable Air PurifierView Instructable »
Why can it not be controlled with PWM ?
- TheArduinoGuy commented on TheArduinoGuy's instructable The Arduino Academy - Lesson 2 - Basic Outputs
Sorry, massive bugbear of mine is when people paste code into comments. Please use the correct formatting or use Pastebin for code.
You have a loop that repeats 3 times inside a loop that repeats 3 times so the whole thing will run 9 times.Apart from that I see nothing wrong with the code. it shoudl stop after 3 cycles.
View Instructable »The easiest way is to sacrifice an LED or two and connect them up to a variable power supply and increase the voltage till it pops. At the same time, measure the current draw across the LED.
- TheArduinoGuy commented on zolv's instructable Simple Kicker Status and Reservation System With Slack IntegrationView Instructable »
Nice project but I have no idea why you have put it into such a massive box. Look at it, 90% of the box is empty space. Use an Arduino Nano and put the whole thing into a tiny box not much larger than the LCD display.
- TheArduinoGuy commented on Steve Willson Kujur's instructable Recycle Your Dead Old Laptop BatteryView Instructable »
WHOLE battery, not HOLE battery.
- TheArduinoGuy commented on victorh88's instructable Homemade Electronic Drum kit with Arduino Mega2560View Instructable »
I'm pretty sure we were all expcting one at the end of your instructable anyway.
- TheArduinoGuy commented on doctek's instructable Cheap, One Chip ArduinoView Instructable »
"The version of Arduino we will create is "ATMEGA328 on a breadboard (8MHz internal clock)", or at least that's the menu entry for it in the Arduino Tools -> Board menu."This entry does not exist.
- TheArduinoGuy commented on gocivici's instructable Star Track - Arduino Powered Star Pointer and TrackerView Instructable »
Great tutorial but I see no reason why 2 Arduino's have been used instead of just 1.
It would sorta work but it is not ideal as each LED is meant to have it's own current limiting resistor. It would be a lot easier to do it in code using the PWM functions.