Components available... whay can I do?

Hey fam!

Is there any website or application that I can input my arduino modules available or electronic components plus my arduino board type and it returns posible projects I can used then with?

Yes, I am a newbie. :slight_smile:

Check the IDE example projects for your modules.

If you have a particular sensor, an internet search using the name of the sensor together with "arduino" will very often turn up tutorials or forum posts on the topic.

YouTube has a wealth of good videos on how to use different Arduinos and sensors.

Here is just one resource, there are many many more.

LOL, Yeah, we got that thanks

so.. the way it works is

  • Generally you think of a cool project to do and then
  • You buy the parts

Now if you have stuff lying around and you want to use them, sure !

So approach it like this...

  • Get a parts list
    Say you have 50 LED's , a pack of resistors , a Relay Module , a Joystick module and Arduino Uno for arguments sake

  • Figure out what each does .
    For most of the arduino accessories that you have there will be a sampe sketch that controls it, Play with that

  • Then figure out how to use what you want to build something. so with my parts list, you could use your arduino and built a light circuit with 50 LED's and use the resistors on the LED's and then you could use the relays to term the LED's on and off with a control signal from the Arduino and as for the joystick you can use this to control the direction of the LED pattern or even to act as a condition for activating the relay

  • or maybe as a beginner you're just after project ideas, in which case google
    ARDUINO PROJECTS and you'll have 10,000 results come up

  • Or... You could tell us what you have or post a picture and tell us what you'd like to build

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.