element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
STEM Academy
  • Learn
  • Learning Center
  • STEM Academy
  • More
  • Cancel
STEM Academy
Forum Getting Started on a Breadboard
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
STEM Academy requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 19 replies
  • Subscribers 45 subscribers
  • Views 1815 views
  • Users 0 members are here
  • circuits
  • stem
  • breadboards
  • tlcfeedback
  • theheckwithkaren
  • learning
  • theheckwkaren
  • beginner
Related

Getting Started on a Breadboard

makerkaren
makerkaren over 5 years ago

I run workshops to teach STEM basics, sometimes to adults, often to children. Soldering is not always an option, so I've been trying to come up with simple projects to build on a breadboard with fairly inexpensive parts, to show how to make a circuit that does something visually obvious, such as turn on a motor or lights. The groups that organize these workshops frequently have very low budgets to where they couldn't afford enough Arduino or Raspberry Pis or the like for the entire group. I'm frequently given a $50-100 budget for anywhere between 6 and 30 individuals. What fun projects could be built on breadboards that are simple enough for a child to be able to understand? I've found that the best received projects are ones with a result that is the kids can see; a light turns on, a motor spins, etc.

One of the goals of these projects would be reusing the parts for other projects or with another group, so nothing with the project should be destructive.

What simple circuits helped you to learn electronics?

image

  • Sign in to reply
  • Cancel

Top Replies

  • DAB
    DAB over 5 years ago +5
    Hi Karen, I would start with the venerable 555 timer chip. It would let you explore both analog and digital circuits so you can start with simple logic, clocks, PWM, and then look at analog issues like…
  • fmilburn
    fmilburn over 5 years ago +3
    Hi Karen, There are lots of simple circuits to blink, buzz, move and even sense on a breadboard as you point out. I think the key with kids is to get results quickly, at least at first, and tie it to something…
  • gam3t3ch
    gam3t3ch over 5 years ago +3
    For me starting with a 555 timer helped me the most back in the day I enjoyed making projects and trying new things with the 555 timer, this brought me into other projects with IR as well for projects…
  • fmilburn
    fmilburn over 5 years ago

    Hi Karen,

     

    There are lots of simple circuits to blink, buzz, move and even sense on a breadboard as you point out. I think the key with kids is to get results quickly, at least at first, and tie it to something they understand and interests them. In the past I have started with a LED and battery, then progreesed to motors and buzzers.  Inexpensive transistors can be used as switches for all sorts of circuits - say with an IR beam that buzzes when interrupted (burglar alarm).  All without a microcontroller. 

     

    But microcontrollers can be done inexpensively on a breadboard also.  I use a MSP430 in most of my projects and it is easily breadboarded and a single Launchpad can be used to program multiple microcontrollers.  The same with an Atmel/Arduino.  It is surprising how needs to be added to a modern microcontroller to get it working.  See for example:  Use Your Launchpad as a Programmer | Four-Three-Oh!

     

    I have enjoyed putting together theres type of classes and know how much effort it can take. Good luck and thanks for what you do to educate!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • makerkaren
    makerkaren over 5 years ago in reply to fmilburn

    I agree, that kids really need results quickly. At least at first. And keeping projects relevant is always key to keeping them interested. All very good points. Hmmm. I'll have to look into using an MSP430. Thanks for the input!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • DAB
    DAB over 5 years ago

    Hi Karen,

     

    I would start with the venerable 555 timer chip.

    It would let you explore both analog and digital circuits so you can start with simple logic, clocks, PWM, and then look at analog issues like variable triggers, and wave shaping.

     

    DAB

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • gam3t3ch
    gam3t3ch over 5 years ago

    For me starting with a 555 timer helped me the most back in the day I enjoyed making projects and trying new things with the 555 timer, this brought me into other projects with IR as well for projects also making a aruidno on a breadboard is fun as well. only thing that isn't cheap is a FT232RL break out board but I am sure  a alternative could be in place I suggest the 555 and the ATmega328 because both can be used from beginner to advanced and help with the ability to prototype a lot quicker and being able to implement them into future projects.

     

    I say these two would be great choices as its accessible to everyone and lots of information for research and ideas.

     

    These are my two favorites to play with and tinker with ever now I find uses for both in projects. 

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 5 years ago in reply to makerkaren

    Some children need 'real world context' applied to their education and yet schools often appear to totally overlook this aspect. Also you often need an element of progression rather than just repetition to keep the interest going.

     

    Pico Technology have a list of educational experiments (mainly centred around data acquisition) which may give some ideas of how to interact with the real world:

    https://www.picotech.com/library/experiments 

     

    Looking at the school curriculum and trying to spot areas where real world context could be applied via the maker type scene would probably be beneficial as well. The sciences should be a good bet, however I suspect that maths needs it more than anything.

     

    As already has been mentioned, visual and audible stimulus can help maintain interest at the start however there is a limit to the wonder of a flashing LED. Sooner or later you are perhaps going to need to turn that flashing LED into a DIY 7-segment display that can count from 0 - 9 at which point you can progress to ready- made 7- segment displays at which point you can progress to counters at which point you can start counting real world events, and then timers to time real world events...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jw0752
    jw0752 over 5 years ago

    Hi Karen,

    If a budget was an issue I would look at some of the cheap kits that are available from Chinese sources. For example:

     

    https://www.banggood.com/5Pcs-NE555-CD4017-LED-Flash-DIY-Kit-3-5V-Light-LED-Module-p-1020006.html?rmmds=search&cur_warehouse=CN

     

    Here are 5 Kits for $5.00.  I would start by prepping the kits so that you could bread board them and talk about the components and the circuit as you go. After the circuit is understood and bread boarded the students will have the option to move the parts to the circuit board and make a more permanent trophy for their class as well as learning some valuable soldering skills.

     

    John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jc2048
    jc2048 over 5 years ago

    Here's a simple circuit for producing a sound from a piezo disc. Normally, beginners get introduced to the astable multivibrator as their first oscillator (I think that was the first true electronic circuit I ever built), but I've gone in a different direction here. This is a current-mode astable. I've simplified it a bit - resistors rather than current sources, and the bias arrangement holding the base of the first transistor is a bit useless but seems to work anyway [on the evidence of this, don't give me a job as an engineer anyone].

     

    Here is the circuit

     

    image

     

    Here it is on a breadboard - the red and black leads go to a power supply set to 9V. The current consumption is a few milliamps, so it would be fine on a small 9V battery.

     

    image

     

    And here is a waveform, because waveforms always look cool when you're blogging about electronics (this is the voltage across the piezo disc). With the 100n capacitor, the frequency is just over 2kHz.

     

    image

     

    As it stands it's a bit boring - just a single, monotonous (literally, a mono tone) sound - but it could be extended to do other things. With a latch it could be an alarm. With a selection of different resistor values it could be an electronic organ (try experimenting with different value resistors from the emitter of the lefthand transistor to ground - from 1k to 10k gives about an octave range in sound). Anyway, just an idea - it's certainly cheap and all the bits can be reused in other circuits.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • jadew
    jadew over 5 years ago in reply to jc2048

    Was going to suggest that. My first circuit was an astable multivibrator and I had lots of fun with it. Particularly, I was using it to mess up the TV reception when my grandparents were watching the news and I couldn't follow my favorite cartoons. Fun times.

     

    I'd also suggest a couple of off the shelf voltage regulators to show how you can get different voltages and also explain power and power dissipation.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jc2048
    jc2048 over 5 years ago in reply to jc2048

    I was being a bit optimistic when I suggested that the circuit above could be used as an electronic organ. I've just tried it with a potentiometer to vary the value of the emitter resistor of the leftmost transistor and, instead of the tone varying smoothly, it jumped in steps - the circuit was evidently being pulled to the different physical resonances of the piezo disc. It's interesting to play with - I've just spent a while getting all manner of weird sounds out of it - but for a beginner the astable multivibrator or a 555 timer would probably be a safer bet.

     

    Other problems, if anyone feels inclined to experiment with it, are that the right transistor will sometimes oscillate at a few megahertz (superimposed on the wanted  waveform; emitter followers are prone to that kind of thing; adding a small-value resistor to the base will stop it) and it doesn't always start up, depending on the components used and the frequency you're trying to achieve.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw over 5 years ago

    Some ideas can be found here:

    Tis The Season For Arduino

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube