Getting Started with Arduino: Tips and Suggestions for Beginners

AI Thread Summary
For beginners starting with Arduino, it's essential to focus on specific projects to guide component purchases, rather than buying random parts. Suggested components include basic items like potentiometers, LEDs, and LCD displays to learn foundational skills. Engaging with simple projects can help build confidence and understanding of programming and wiring. Utilizing online resources and libraries can enhance learning, but a structured approach is recommended to avoid frustration. Ultimately, selecting a project that interests you will facilitate a more effective learning experience.
meyra31
Messages
4
Reaction score
0
Hello guys!

i am electrical & electronic engineering, 2nd year (almost done) hopfully 3rd year in the upcoming term after summer, and i chose my modules for next year but i haven't taken any computing or microprocessors module as I am really bad with them, but I am buying an arduino next week and i ll practise in the summer because next year we will have a year 3 project and the topics are randomly given so just in case if i get a topic where i will have to programme or build and stuff, i ll defo need an arduino i assume.
so I want to get some experience with it in the summer, it will be like my toy.. :P
but i was wondering can anyone suggest me what components or parts should i buy with it? i mean I am definiteling buying loads of extra resistors and capacitors and transistors blah blah because I am really not good with wiring things on the board as well.
my friend suggested me to buy things like ultrasonic sensor, relay ISO, LCD touchscreen, temperature sensor, dc motor and stepper motor but to be frank i don't have much clue on how i ll use them, but still i want to buy and watch videos and try and so amybe i can learn a bit... Can someone suggest me some cool tips on what to buy please... considering I am really beginning to this.
 
Engineering news on Phys.org
Look at the project descriptions and videos and buy what you need to do a project that strikes your fancy. Once you decide on a project, you can shop the various kits that contain the components you need, or ask again here.

There are many different starter kits. Read the reviews though.

https://www.adafruit.com/products/68 for example
 
Thanks for your reply.
Yeah I don't know the lsit of topics available at the moment. I will have an access to see them after August, but as I said, since I am really bad in programming and wiring stuff up, I wanted to buy and practise to get ahead of something at least. Thats why :)
 
IMO just playing with them will not yield good results, look around for a simple project and just get the components you need for that project ( a few spares if the component can be damaged - like LEDs for example) - the basics for Arduino can be learned with a Potientiometer, LEDs and an 16x2 LCD display, not mentioned much but get a few NPN switching Transistors and brush up on driving circuits ( i.e. the Arduino can "drive" a few LEDs or load from it's own pins, but larger loads ( 10 LEDS for example ) need an intermediate circuit.. The basic IDE includes a number of examples, it is easy however to hook up the example, "get it to work" and not really learn much unless you then fiddle with the code ( break it then fix it) - then combine three or four of the basic elements to make a larger system. After that it may be difficult to stick to a larger project unless you are interested in it. -- for example I am making a self-watering planter, and a single phase AC inverter.

Also for items like the Ultrasonic Sensor - it will rely on libraries (well so does the 16x2 LCD - but managing text output is important to learn early) - if you just want to use the sensor that is fine, but trying to learn how this device is utilized is more tedious. The libraries are all open source, and you can play with the libraries as well - but the complexity goes up dramatically if you do not have a good handle on setting up and managing the Arduino's code to start with.

Also a number of projects at www.sparkfun.com -- as for code practice I recently found this : http://www.123dapp.com/circuits

As for the course work - is there any way to look at the previous years projects ( from the students 1 and 2 years ahead of you) - if you can find a few and study them ahead of time it may provide some guidance.
 
I agree with Windadct completely. You really need to decide on a specific project that interests you. That is part of the learning process --- defining a project and then making it happen.
You will start with the basics no matter what in order to learn the flow (how to design, program, compile, load, execute, debug).
Toggle an LED with an input button. Or count input presses and display the result in binary with a few LEDs.
That will teach you the critical steps of Input, Output, and switch debounce.

But, once you take that first step you will be amazed how simple it all is. So, gear up for something moderate that interests you, and make it happen.

If you just play around, you *may* have fun, but it is more likely you will get frustrated. It may seem daunting now, but it is actually pretty simple once you can make a button toggle an LED.
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top