Hussam's instructables
Tell us about yourself!
Achievements
- Hussam completed the lesson Getting Started With Electronics in the class Electronics Class
- Hussam followed robots, electronics, arduino, wearables and 3 others channel
- Hussam completed the lessons LEDs, LEDs and Lighting Class, EL Wire and LED Strips in the class LEDs and Lighting Class
- Hussam commented on faustog5's forum topic operating current?
- Hussam commented on FrodoTheEngineer's forum topic Resistor Stripes?View Topic »
The last stripe is silver or gold so you can tell.
- Hussam commented on ctheaux's forum topic Second program?View Topic »
I think clicking on the upload button will help!
- Hussam commented on paulhschulman's forum topic Why identify int thisPin each time in 'for loop'?View Topic »
You can always declare it as a global variable outside of setup and loop functions. However, then you won't be able to use it anywhere else for some other purpose. That is why variables are usually declared locally within the scope of a for loop.
- Hussam commented on GeorgeB40's forum topic different board?View Topic »
No problem with the Mega. Infact it is better but you wouldn't have required it for this course as it's mostly basic stuff. Just select Tools->Board->Arduino Mega 2560 and you'll be good to use it. I hope you can modify the code and circuits according to pins provided on the board.
- Hussam completed the lessons Your First Experiments and What You'll Learn in the class Arduino Class
- Hussam commented on Kanak Shilledar RM's forum topic arduino?View Topic »
Arduino Mega is just a beefier version of UNO which has more Inputs/Outputs. You can use it by selecting from Tools->Board->Arduino Mega
- Hussam commented on Humayun Ahmed's forum topic Collecting tools & materials?View Topic »
We face alot of problem in Pakistan as Paypal is not active here and if you don't have credit card you can't do online shopping so people face alot of problems. I hope companies like Adafruit,Sparkfun,Amazon etc take notice of this situation as there are many hobbyists and tinkerers in Pakistan.
- View Topic »
It'd depend on the number of sensors and actuators you have in the system. Might want to upgrade to a board like Arduino Mega
- Hussam commented on Garbage Bob's forum topic Temp robot?View Topic »
Yes it's quite easy. You can use readings from an analog temperature sensor like DHT11 and then translate it into a PWM signal to drive RGB LED or you can use separate LEDs as well. The world is wide open!
- Hussam enrolled in Arduino Class
- Hussam completed the lessons Getting Started, Electronics Crash Course and Light Bulbs in the class LEDs and Lighting Class
- Hussam completed the lessons Welcome to Writing an Instructable, Documenting a Project , Publishing an Instructable, Writing an Instructable and Adding Photos and 1 other in the class How to Write an Instructable
- Hussam completed the lesson Tools & Materials in the class Design Sketching Class
- Hussam commented on WatchTehWorldBurn's forum topic Things to make with old school books?View Topic »
Well you could always donate them to some kid who needs them ! If the books are still being taught
- Hussam completed the lessons Presentation: Final Model, Drawings + Renderings and Invention Class in the class Invention Class
- Hussam completed the lessons Iteration: Prototyping & Testing, Ideation: Brainstorming & Sketching and Inspiration: Through Research in the class Invention Class
- Hussam completed the lesson What Is Product Design? in the class Invention Class
- Hussam completed the lesson Design Supplies in the class Invention Class
- Hussam enrolled in Invention Class
- Hussam commented on Kalebs-how2s's instructable Zip Lock Bag Science ExperimentView Instructable »
What's the hypothesis ? The test ? and the conclusion ?
- Hussam commented on DIYmechanics's instructable DIY SIMPLE AUTOMATIC LIGHT USING PIR MOTION SENSOR.View Instructable »
In a real application, someone would pass by and your bulb won't light up because the response is slow
- Hussam followed wilgubeast
It's based on Ohm's law I = V/R since you have added a resistor of 470 ohm with 9V battery and considering LEDs' resistance negligible the current comes out to be 19.14 mA or nearly 20 mA.