I need help with Arduino UNO

Thread Starter

Mohamad Tarabah

Joined Jul 4, 2016
54
Hi all
I bought today an Arduino uno board and I don't know anything about programming
First I want some basic info
I also need to know what programming engine do I need to program it
I don't have a lab, want some info for PWM, DC motors and some other cool stuff we can do
I appreciate your support
Thanks
 

Attachments

ci139

Joined Jul 11, 2016
1,898
get to know your hardware 1-st
that means until you're not confident about what you're doing don't do it
those things are designed to tolerate some but not all mis configurations e.g.
  • wrong poarity
  • wrong signal level
  • short-circuiting pins/PORT-s
  • connecting ports that are both configured as outputs
  • connecting ports that are both configured as inputs - unless they are to receive the same signal - with what they are both compliant with
  • randomly(/ as it happens) connecting your system to High voltage powered "terminals"
i don't use UNO nor Arduino - - but i have worked with industrial (micro-)computers

about your product (if it's the one on the picture - click on below to follow hyperlink)
 
Last edited:
Top