element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • 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 Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
  • Settings
Community Hub
Community Hub
Member's Forum What was your first electronics project?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 50 replies
  • Subscribers 533 subscribers
  • Views 3533 views
  • Users 0 members are here
  • first electronics project
Related

What was your first electronics project?

dougw
dougw over 1 year ago

What was your very first electronics project?

Why did you take it on?

I think my first successful, non school-related electronics project was an electronic doorbell that would randomly play one of a whole (fixed) suite of sound effects and melodies or jingles.

After brief use as a doorbell, it eventually got used as toy, but "someone" couldn't stand the kids playing it non-stop, so it got tossed out....Disappointed

I built the project because I thought it was such a cool chip, (I still think it was cool) but it was many years ago and I can no longer recall the chip I used or find something that seems similar.

  • Sign in to reply
  • Cancel

Top Replies

  • javagoza
    javagoza over 1 year ago +5
    When I was a child I did many projects with my father, especially with electromagnets, bells and cranes to pick up things, and a galena radio. My father was very fond of electricity but my grandfather…
  • fmilburn
    fmilburn over 1 year ago +4
    It was a crystal radio in the late ‘50s. The antenna ran from the bedroom window I shared with my brothers out to a tree. I wound the coil myself and my recollection is that I did a neat and tidy job.…
  • battlecoder
    battlecoder over 1 year ago +3
    That's a great question. I'm sure a bunch of my first experiments where just hooking things to a battery and a switch, or putting together circuits from a "learning kit" onto a breadboard, so I won't be…
Parents
  • battlecoder
    battlecoder over 1 year ago

    That's a great question. I'm sure a bunch of my first experiments where just hooking things to a battery and a switch, or putting together circuits from a "learning kit" onto a breadboard, so I won't be counting those.


    I think my first, actual, real project was building a PIC programmer. It's one of the first PCBs I remember etching, and the first time I remember following all of the steps to a project, from researching several alternatives, selecting the best fit for my needs, gathering the materials, instructions and tools, all the way to completing an actual assembled gizmo that had a purpose.


    It was an "Enhanced" NOPPP3 programmer, and I built it after someone recommended me to look into Microchip PICs (they knew I was passionate about programming and electronics, so they introduced me to microcontrollers and in the process casually changed my life).

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • electronicbiker
    electronicbiker over 1 year ago in reply to battlecoder

    One of my favourite projects used a PIC chip, the one with four A-to-D converters on it plus a useful number of digital I/O's. I wrote the program in Assembler, which was so simple it seemed hardly worth using a higher-level language. The circuit contained the PIC chip, a ceramic resonator, a capacitor or two, and some pins to solder the wires to. The Veroboard fitted into about the smallest aluminium box available, with a 9-way D connector on each end, one male and one female. The purpose of this little box was to convert the analogue voltages from a two-axis analogue joystick into the variable-frequency quadrature square-wave signals required by the mouse port on the BBC Microcomputer. This meant I could use a proper joystick to fly aeroplanes on the Beeb! The little box is powered from the Beeb, so no external power supply is needed. I was never happy flying with a keyboard...

    The great thing about doing it with a PIC was that the box replaced several up/down counters, two full-sized A-to-D converters, a clock circuit, digital interfaces (opto-isolated?), a few other bits and pieces, and yet another PSU. Three push-buttons replicate the three buttons on the BBC mouse. Using individual chips and discrete components to do the job, plus the power supply, would have required a container about the size of an AVO Model 7 multimeter (est) but much lighter.

    I would have liked to have used the PIC range for work projects but I don't think MicroChip made them to military specifications at that time.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • battlecoder
    battlecoder over 1 year ago in reply to electronicbiker

    I love when PICs (or any other microcontroller) can replace a bunch of other ICs. Before I used PICs I was using logic gates and converters, and counters. It was mind-blowing to me that all of that could be replaced with a single IC that I could program to my liking.

    I definitely like the simplicity of PIC assembly (at least for the earlier family of devices. The new ones are fairly more complex) and I also enjoy writing code directly in assembly instead of going for a higher level language.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps over 1 year ago in reply to battlecoder
    battlecoder said:
    I love when PICs (or any other microcontroller) can replace a bunch of other ICs.

    Yes. There is an ever-returning cost though: you usually have an additional manufacturing step to program the device.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • electronicbiker
    electronicbiker over 1 year ago in reply to battlecoder

    Yeah. Mind-blowing to me too. After the A-to-D-to-Quadrature I made a digital selector switch using two CMOS logic chips so that I could select either the digitsed joystick output or a genuine mouse output at the flick of a two-pole changeover toggle switch. This saved lots of plugging and unplugging, which is always a good idea where mini-DIN connectors are being used. One pole of the switch was connected to the Chip Enable pins, the other to the Vcc pins. I did that to prevent overloading of the 5v supply from the BBC mouse port; it probably wasn't necessary.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • electronicbiker
    electronicbiker over 1 year ago in reply to battlecoder

    Yeah. Mind-blowing to me too. After the A-to-D-to-Quadrature I made a digital selector switch using two CMOS logic chips so that I could select either the digitsed joystick output or a genuine mouse output at the flick of a two-pole changeover toggle switch. This saved lots of plugging and unplugging, which is always a good idea where mini-DIN connectors are being used. One pole of the switch was connected to the Chip Enable pins, the other to the Vcc pins. I did that to prevent overloading of the 5v supply from the BBC mouse port; it probably wasn't necessary.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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 © 2025 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

  • X
  • Facebook
  • linkedin
  • YouTube