<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nikodem Bartnik, Author at Tutorial45</title>
	<atom:link href="https://tutorial45.com/author/nikodem/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Tutorials and Tech</description>
	<lastBuildDate>Tue, 16 Jan 2024 07:32:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://tutorial45.com/wp-content/uploads/2015/04/cropped-text125d52-32x32.png</url>
	<title>Nikodem Bartnik, Author at Tutorial45</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Arduino MOSFET Project</title>
		<link>https://tutorial45.com/arduino-mosfet-project/</link>
					<comments>https://tutorial45.com/arduino-mosfet-project/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 16 Jan 2024 07:32:07 +0000</pubDate>
				<category><![CDATA[Arduino Projects]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=6499</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/arduino-mosfet-project/">Arduino MOSFET Project</a></p>
<p>If you&#8217;re familiar with Arduino, you&#8217;re likely aware of the frequent need to incorporate motors into projects, especially those involving robotics. In a previous tutorial, we discussed using a transistor to control small motors. But what if you find yourself needing to control a larger motor? The solution to this requirement lies in using a ... </p>
<p class="read-more-container"><a title="Arduino MOSFET Project" class="read-more button" href="https://tutorial45.com/arduino-mosfet-project/#more-6499" aria-label="More on Arduino MOSFET Project">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/arduino-mosfet-project/">Arduino MOSFET Project</a></p>

<p class="wp-block-paragraph">If you&#8217;re familiar with Arduino, you&#8217;re likely aware of the frequent need to incorporate motors into projects, especially those involving robotics. In a <a href="http://tutorial45.com/arduino-projects-arduino-dc-motor-control/">previous tutorial</a>, we discussed using a transistor to control small motors. But what if you find yourself needing to control a larger motor? The solution to this requirement lies in using a MOSFET. As defined by Wikipedia:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">A type of field-effect transistor (FET). It has an insulated gate, whose voltage&nbsp;determines the conductivity of the device. This ability to change conductivity with the&nbsp;amount of applied voltage can be used for amplifying or switching electronic signals.</p>
</blockquote>



<p class="wp-block-paragraph">Put simply, a MOSFET is a specific type of transistor that employs a Gate rather than a Base (contrary to the bipolar transistor). Notably, the Gate in a MOSFET is isolated, rendering it considerably safer for use with Arduino. While there is more to the intricacies of MOSFETs, we won&#8217;t delve into those details in this session. For our purposes, we&#8217;ll be working with the IRF44N MOSFET, a highly economical and widely used field-effect transistor.</p>



<h2 class="wp-block-heading">Arduino&nbsp;Mosfet</h2>


<div class="wp-block-image">
<figure class="aligncenter"><img fetchpriority="high" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-6.jpg" alt="mosfet" class="wp-image-6500" srcset="https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-6.jpg 800w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-6-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-6-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-6-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
</div>


<p class="wp-block-paragraph">Here is the list of parts we will need for this project:</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-7.jpg" alt="" class="wp-image-6501" srcset="https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-7.jpg 800w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-7-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-7-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-7-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
</div>


<ul class="wp-block-list">
<li><a href="http://amzn.to/2jvO3ln" target="_blank" rel="nofollow noopener noreferrer">1 x Arduino Uno board</a></li>



<li><a href="http://amzn.to/2ne560m" target="_blank" rel="nofollow noopener noreferrer">1 x IRF44N MOSFET</a></li>



<li><a href="http://amzn.to/2jvozVa" target="_blank" rel="nofollow noopener noreferrer">1 x 775 motor</a> (or other)</li>



<li><a href="http://amzn.to/2AkmyFY" target="_blank" rel="nofollow noopener noreferrer">1 x Breadboard</a></li>



<li><a href="http://amzn.to/2ncyjJ2" target="_blank" rel="nofollow noopener noreferrer">1 x jumper wires</a></li>



<li>1 x 12V power supply</li>
</ul>



<p class="wp-block-paragraph">You can use any other transistor, check out its pinout and datasheet to ensure that it can be used with the rating <a href="https://tutorial45.com/cad-projects-for-beginners/">needed for this project</a>.</p>



<p class="wp-block-paragraph">If you have all of the components that we need, you can connect them using the schematic below.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="829" height="778" src="http://tutorial45.com/wp-content/uploads/2017/10/schematic-2.png" alt="arduino mosfet diagram" class="wp-image-6502" srcset="https://tutorial45.com/wp-content/uploads/2017/10/schematic-2.png 829w, https://tutorial45.com/wp-content/uploads/2017/10/schematic-2-300x282.png 300w, https://tutorial45.com/wp-content/uploads/2017/10/schematic-2-768x721.png 768w" sizes="(max-width: 829px) 100vw, 829px" /></figure>
</div>


<p class="wp-block-paragraph">To power this circuit, we need an external power supply of 12V, but a 9V should be ok as well. You can connect it to Arduino with the DC jack.</p>



<p class="wp-block-paragraph">It is very useful to use cables with crocodile clips to connect jumpers to the motor; they will hold safely and help you avoid soldering.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-2.jpg" alt="Connecting Arduino with a mosfet" class="wp-image-6503" srcset="https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-2.jpg 800w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-2-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-2-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-2-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
</div>


<p class="wp-block-paragraph"></p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-3.jpg" alt="arduino mosfet project" class="wp-image-6504" srcset="https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-3.jpg 800w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-3-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-3-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-3-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
</div>


<p class="wp-block-paragraph"></p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-5.jpg" alt="arduino mosfet" class="wp-image-6505" srcset="https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-5.jpg 800w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-5-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-5-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2017/10/Arduino-mosfet-5-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
</div>


<p class="wp-block-paragraph">We can use the analogWrite function to control the motor speed with a PWN signal.</p>



<p class="wp-block-paragraph">If you use a relay to control your motor, you will not be able to control it with the PWM signal. Relay responses will be too slow for such applications.</p>



<p class="wp-block-paragraph">The code will increase the motor speed, slow it down, and do that over and over again. Here is the code:</p>



<script src="https://gist.github.com/Tchoukoualeu/8154b1c1289699e37430a8a59898b80d.js"></script>



<p class="wp-block-paragraph">As you can hear, when it is not moving, it makes odd sounds. That’s because of the current that flows through the motor coils.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Arduino Mosfet project" width="800" height="450" src="https://www.youtube.com/embed/P9iCo0WSaxE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">And here we go! Don&#8217;t hesitate to comment below if you need further information about this project.</p>



<p class="wp-block-paragraph">Feel free to check <a href="http://tutorial45.com/arduino-projects-beginners/">other projects here</a>.</p>



<h2 class="wp-block-heading">You might also like:</h2>



<ul class="wp-block-list"><li><a href="https://tutorial45.com/arduino-projects-hx711-module/">Arduino hx711 tutorial</a></li><li><a href="https://tutorial45.com/magnetic-contact-switch-arduino-project/">Arduino magnetic switch</a></li><li><a href="https://tutorial45.com/best-arduino-starter-kits/">Best Arduino Kits</a></li><li><a href="https://tutorial45.com/13-inexpensive-gift-ideas-for-engineering-students/">gifts for engineering students</a></li><li><a href="https://tutorial45.com/gifts-for-engineers/">gifts for engineers</a></li><li><a href="https://tutorial45.com/mpu6050-arduino-project/">mpu6050 Arduino projects</a></li><li><a href="https://tutorial45.com/arduino-current-sensor-project/">Current sensor Arduino</a></li><li><a href="https://tutorial45.com/soil-moisture-sensor-arduino/">Soil Moisture Sensor With Arduino</a></li><li><a href="https://tutorial45.com/arduino-count-up-timer-using-the-nokia/">Arduino Count up Timer Using the Nokia 5110 LCD</a></li><li><a href="https://tutorial45.com/arduino-yun-integrating-juxtaposing-arduino-linux/">Arduino Yun: Integrating or Juxtaposing Arduino with Linux</a></li><li><a href="https://tutorial45.com/line-follower-robot-arduino/">Arduino Projects: Line Follower Robot</a></li><li><a href="https://tutorial45.com/arduino-rfid-project-beginners/"><a href="https://tutorial45.com/arduino-rfid-project-beginners/">Arduino RFID Projects</a></a></li><li><a href="https://tutorial45.com/which-arduino-to-buy/">Which Arduino Should You Buy</a></li><li><a href="https://tutorial45.com/what-can-you-do-with-arduino-boards/">What Can You Do With Arduino Boards?</a></li><li><a href="https://tutorial45.com/arduino-alternatives/">Great Alternatives to the Arduino Microcontroller</a></li><li><a href="https://tutorial45.com/arduino-color-sensor-arduino/">Arduino Projects: Color Sensor</a></li><li><a href="https://tutorial45.com/arduino-ide-alternative/">Arduino IDE Alternatives</a></li><li><a href="https://tutorial45.com/comparing-microcontrollers-arduino-mega-vs-uno/">Arduino Mega vs. Uno</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-lcd-display/">Arduino Projects: Arduino LCD Display</a></li><li><a href="https://tutorial45.com/arduino-projects-read-arduino-rotary-encoders/">Read Arduino Rotary Encoders</a></li><li><a href="https://tutorial45.com/arduino-simulator-emulator/">A Selection of the Best Arduino Simulators</a></li><li><a href="https://tutorial45.com/arduino-ir-receiver/">Arduino Projects: IR Receiver</a></li><li><a href="https://tutorial45.com/arduino-light-sensor-project/">Arduino Light Sensor Project</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-decibel-meter/">Arduino Projects: Arduino Decibel Meter</a></li><li><a href="https://tutorial45.com/arduino-stopwatch-project/">Arduino Stopwatch Project</a></li><li><a href="https://tutorial45.com/arduino-bluetooth-rc-car-project/">Arduino Bluetooth RC Car Project</a></li><li><a href="https://tutorial45.com/arduino-temperature-logger-project/">Arduino Temperature Logger Project</a></li><li><a href="https://tutorial45.com/arduino-7-segment-display/">Arduino Projects: Arduino 7 Segment Display</a></li><li><a href="https://tutorial45.com/arduino-projects-clap-clap-off-light/">Arduino Projects: Clap ON Clap OFF Light</a></li><li><a href="https://tutorial45.com/arduino-relay-project/">Arduino Relay Project</a></li><li><a href="https://tutorial45.com/install-arduino-library/">Install a Library Onto the Arduino IDE</a></li><li><a href="https://tutorial45.com/arduino-projects-rainfall-detector/">Arduino Projects: Rainfall Detector</a></li><li><a href="https://tutorial45.com/arduino-projects-rgb-led-arduino-controller/">Arduino Projects: RGB LED Arduino</a></li><li><a href="https://tutorial45.com/arduino-stepper-motor-project/">Arduino Stepper Motor Project</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-dc-motor-control/">Arduino Projects: Arduino DC Motor Control</a></li><li><a href="https://tutorial45.com/arduino-robot-kit-kits-list/">The Top Affordable Arduino Robot Kit</a></li><li><a href="https://tutorial45.com/arduino-3d-printed-case-arduino-uno-case/">Arduino 3D Printed Case</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-simple-led-projects/">Arduino Projects: Asynchronous LEDs Blink</a></li><li><a href="https://tutorial45.com/arduino-project-ultrasonic-distance-sensor/">Arduino Projects: Ultrasonic Distance Sensor</a></li><li><a href="https://tutorial45.com/arduino-led-projects-led-cube/">Arduino Projects: LED – 4X4X4 LED Cube</a></li><li><a href="https://tutorial45.com/arduino-car-projects-build-obstacle-avoiding-robot-less-30/">Arduino Car Projects: Build an Obstacle Avoiding Robot With Less Than $30</a></li><li><a href="https://tutorial45.com/arduino-potentiometer-projects-for-beginners/">Arduino Projects: Servo Potentiometer Control</a></li><li><a href="https://tutorial45.com/arduino-led-project-knight-rider/">Arduino LED Project: Knight Rider</a></li><li><a href="https://tutorial45.com/arduino-pir-motion-sensor/">Arduino Projects: PIR Motion Sensor</a></li><li><a href="https://tutorial45.com/difference-between-arduino-and-raspberry-pi/">The Difference between Arduino and Raspberry Pi</a></li><li><a href="https://tutorial45.com/books-for-engineers/">Top 9 Books Every Engineer Should Read</a></li><li><a href="https://tutorial45.com/top-used-sensors-for-arduino/">Top Used Sensors for Arduino</a></li><li><a href="https://tutorial45.com/first-hand-on-the-arduino-uno-board/">First Hand on the Arduino Uno Board</a></li></ul>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/arduino-mosfet-project/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Arduino Knight Rider Project</title>
		<link>https://tutorial45.com/arduino-led-project-knight-rider/</link>
					<comments>https://tutorial45.com/arduino-led-project-knight-rider/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 21:20:00 +0000</pubDate>
				<category><![CDATA[Arduino Projects]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=5927</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/arduino-led-project-knight-rider/">Arduino Knight Rider Project</a></p>
<p>The Knight Rider is one of the perfect Arduino projects for beginners. What is Knight Rider? It’s a set of LEDs that blinks one after another, Here is what the official Arduino page says: We have named this example in memory to a TV-series from the &#8217;80s where the famous David Hasselhoff had an AI ... </p>
<p class="read-more-container"><a title="Arduino Knight Rider Project" class="read-more button" href="https://tutorial45.com/arduino-led-project-knight-rider/#more-5927" aria-label="More on Arduino Knight Rider Project">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/arduino-led-project-knight-rider/">Arduino Knight Rider Project</a></p>

<p class="wp-block-paragraph">The Knight Rider is one of the perfect Arduino projects for beginners. What is Knight Rider? It’s a set of LEDs that blinks one after another, Here is what the official Arduino page says:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>We have named this example in memory to a TV-series from the &#8217;80s where the famous David Hasselhoff had an AI machine driving&nbsp;his Pontiac. The car had been augmented with plenty of LEDs in all possible sizes performing flashy effects.</p><p><a rel="noopener noreferrer" href="http://www.arduino.cc/en/Tutorial/KnightRider" target="_blank">http://www.arduino.cc/en/Tutorial/KnightRider</a></p></blockquote>



<p class="wp-block-paragraph">So, we will make a blinking set of LEDs. You can find the code to make the Knight Rider on the Arduino page. Here we will attempt to show a simpler and shorter code. I will do a 10 LED version of it.</p>



<p class="wp-block-paragraph">Let’s start with what we will need for this project, if you bought one of those <a href="http://amzn.to/2wsytN5" target="_blank" rel="noopener noreferrer">Arduino starter Kits</a>, you should find each of these components in the box:</p>



<ul class="wp-block-list"><li><a href="http://amzn.to/2hMNJBh" target="_blank" rel="nofollow noopener noreferrer">Arduino Uno Board</a></li><li><a href="http://amzn.to/2vlAVGA" target="_blank" rel="nofollow noopener noreferrer">10 x LEDs</a></li><li><a href="http://amzn.to/2fuJeKJ" target="_blank" rel="nofollow noopener noreferrer">10 x 200Ω resistors or 220Ω resistors</a></li><li><a href="http://amzn.to/2vlSWoh" target="_blank" rel="nofollow noopener noreferrer">Breadboard</a></li></ul>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="600" height="450" src="http://tutorial45.com/wp-content/uploads/2017/08/Arduino-knight-rider.jpg" alt="" class="wp-image-5928" srcset="https://tutorial45.com/wp-content/uploads/2017/08/Arduino-knight-rider.jpg 600w, https://tutorial45.com/wp-content/uploads/2017/08/Arduino-knight-rider-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/08/Arduino-knight-rider-320x240.jpg 320w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>



<p class="wp-block-paragraph">This <a href="https://tutorial45.com/arduino-to-lcd-projects/" >project will particularly help you learn&nbsp;to use LEDs with Arduino</a> and how to use <em>for</em> loops.</p>



<p class="wp-block-paragraph">The first thing we have to do is connect everything together, below is a schematic with all the connections. I used 220Ω resistors but 200Ω resistors can work for this project as well.</p>



<p class="wp-block-paragraph">Some people say you don’t need to use a resistor when&nbsp;connecting <a href="https://tutorial45.com/controlling-leds-with-arduino/" >LED to Arduino</a>, but that is not true. You always have to use a resistor when&nbsp;connecting LED to Arduino otherwise you can damage your Arduino and LEDs. So remember this: Whenever there is an LED, there must be a resistor.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="600" height="693" src="http://tutorial45.com/wp-content/uploads/2017/08/Arduino-led-projects.png" alt="" class="wp-image-5929" srcset="https://tutorial45.com/wp-content/uploads/2017/08/Arduino-led-projects.png 600w, https://tutorial45.com/wp-content/uploads/2017/08/Arduino-led-projects-260x300.png 260w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>



<p class="wp-block-paragraph">Put the negative leg (shorter&nbsp;one) of the LED in the negative bar of the breadboard and the positive leg in the breadboard&nbsp;row. then connect the resistor to the <a href="https://tutorial45.com/charlieplexing-arduino-leds/" >LED and the resistor with the Arduino</a> using a male-male&nbsp;jumper wire. Do the same for all 10 LEDs. Don’t forget about Connecting the negative bar to GND of the Arduino.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="600" height="450" src="http://tutorial45.com/wp-content/uploads/2017/08/Arduino-projects.jpg" alt="" class="wp-image-5930" srcset="https://tutorial45.com/wp-content/uploads/2017/08/Arduino-projects.jpg 600w, https://tutorial45.com/wp-content/uploads/2017/08/Arduino-projects-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2017/08/Arduino-projects-320x240.jpg 320w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>



<p class="wp-block-paragraph">Now we can upload a program. Just keep in mind that when you want to upload the program, you have to disconnect jumper wires from pins 0 and 1 because they are shared with the UART&nbsp;communication pins RX and TX. It is impossible to upload a program on the board when LEDs are&nbsp;plugged into these pins.</p>



<script src="https://gist.github.com/Tchoukoualeu/a3629251c81aea9344dc6e2cbba827a3.js"></script>



<p class="wp-block-paragraph">After uploading, you should see the Knight Rider come to life. You can change its speed at the beginning of&nbsp;the code by changing the time_between_blinks value. You can also try to add more LEDs or&nbsp;change the code to make it more yours. For example, you can try to turn on 2 or 3 LEDs at&nbsp;once instead of just one.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Arduino LED project - knight Rider" width="800" height="450" src="https://www.youtube.com/embed/wRGWAKPefsU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">You might also like:</h2>



<ul class="wp-block-list"><li><a href="https://tutorial45.com/arduino-projects-hx711-module/">Arduino hx711 tutorial</a></li><li><a href="https://tutorial45.com/magnetic-contact-switch-arduino-project/">Arduino magnetic switch</a></li><li><a href="https://tutorial45.com/best-arduino-starter-kits/">Best Arduino Kits</a></li><li><a href="https://tutorial45.com/13-inexpensive-gift-ideas-for-engineering-students/">gifts for engineering students</a></li><li><a href="https://tutorial45.com/gifts-for-engineers/">gifts for engineers</a></li><li><a href="https://tutorial45.com/mpu6050-arduino-project/">mpu6050 Arduino projects</a></li><li><a href="https://tutorial45.com/arduino-current-sensor-project/">Current sensor Arduino</a></li><li><a href="https://tutorial45.com/soil-moisture-sensor-arduino/">Soil Moisture Sensor With Arduino</a></li><li><a href="https://tutorial45.com/arduino-count-up-timer-using-the-nokia/">Arduino Count up Timer Using the Nokia 5110 LCD</a></li><li><a href="https://tutorial45.com/arduino-yun-integrating-juxtaposing-arduino-linux/">Arduino Yun: Integrating or Juxtaposing Arduino with Linux</a></li><li><a href="https://tutorial45.com/line-follower-robot-arduino/">Arduino Projects: Line Follower Robot</a></li><li><a href="https://tutorial45.com/arduino-rfid-project-beginners/">Arduino RFID Project for Beginners</a></li><li><a href="https://tutorial45.com/arduino-mosfet-project/">Arduino MOSFET Project</a></li><li><a href="https://tutorial45.com/which-arduino-to-buy/">Which Arduino Should You Buy</a></li><li><a href="https://tutorial45.com/what-can-you-do-with-arduino-boards/">What Can You Do With Arduino Boards?</a></li><li><a href="https://tutorial45.com/arduino-alternatives/">Great Alternatives to the Arduino Microcontroller</a></li><li><a href="https://tutorial45.com/arduino-color-sensor-arduino/">Arduino Projects: Color Sensor</a></li><li><a href="https://tutorial45.com/arduino-ide-alternative/">Arduino IDE Alternatives</a></li><li><a href="https://tutorial45.com/comparing-microcontrollers-arduino-mega-vs-uno/">Arduino Mega vs. Uno</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-lcd-display/">Arduino Projects: Arduino LCD Display</a></li><li><a href="https://tutorial45.com/arduino-projects-read-arduino-rotary-encoders/">Read Arduino Rotary Encoders</a></li><li><a href="https://tutorial45.com/arduino-simulator-emulator/">A Selection of the Best Arduino Simulators</a></li><li><a href="https://tutorial45.com/arduino-ir-receiver/">Arduino Projects: IR Receiver</a></li><li><a href="https://tutorial45.com/arduino-light-sensor-project/">Arduino Light Sensor Project</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-decibel-meter/">Arduino Projects: Arduino Decibel Meter</a></li><li><a href="https://tutorial45.com/arduino-stopwatch-project/">Arduino Stopwatch Project</a></li><li><a href="https://tutorial45.com/arduino-bluetooth-rc-car-project/">Arduino Bluetooth RC Car Project</a></li><li><a href="https://tutorial45.com/arduino-temperature-logger-project/">Arduino Temperature Logger Project</a></li><li><a href="https://tutorial45.com/arduino-7-segment-display/">Arduino Projects: Arduino 7 Segment Display</a></li><li><a href="https://tutorial45.com/arduino-projects-clap-clap-off-light/">Arduino Projects: Clap ON Clap OFF Light</a></li><li><a href="https://tutorial45.com/arduino-relay-project/">Arduino Relay Project</a></li><li><a href="https://tutorial45.com/install-arduino-library/">How to install Arduino Library</a></li><li><a href="https://tutorial45.com/arduino-projects-rainfall-detector/">Rain Sensor Arduino Project With Buzzer</a></li><li><a href="https://tutorial45.com/arduino-projects-rgb-led-arduino-controller/">Arduino Projects: RGB LED Arduino</a></li><li><a href="https://tutorial45.com/arduino-stepper-motor-project/">Arduino Stepper Motor Project</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-dc-motor-control/">Arduino Projects: Arduino DC Motor Control</a></li><li><a href="https://tutorial45.com/arduino-robot-kit-kits-list/">Best Arduino robot kit</a></li><li><a href="https://tutorial45.com/arduino-3d-printed-case-arduino-uno-case/">Arduino 3D Printed Case</a></li><li><a href="https://tutorial45.com/arduino-projects-arduino-simple-led-projects/">Arduino Projects: Asynchronous LEDs Blink</a></li><li><a href="https://tutorial45.com/arduino-project-ultrasonic-distance-sensor/">Arduino Projects: Ultrasonic Distance Sensor</a></li><li><a href="https://tutorial45.com/arduino-led-projects-led-cube/">Arduino Projects: LED – 4X4X4 LED Cube</a></li><li><a href="https://tutorial45.com/arduino-car-projects-build-obstacle-avoiding-robot-less-30/">Arduino Car Projects: Build an Obstacle Avoiding Robot With Less Than $30</a></li><li><a href="https://tutorial45.com/arduino-potentiometer-projects-for-beginners/">Arduino Projects: Servo Potentiometer Control</a></li><li><a href="https://tutorial45.com/arduino-led-project-knight-rider/">Arduino LED Project: Knight Rider</a></li><li><a href="https://tutorial45.com/arduino-pir-motion-sensor/">Arduino Projects: PIR Motion Sensor</a></li><li><a href="https://tutorial45.com/difference-between-arduino-and-raspberry-pi/">The Difference between Arduino and Raspberry Pi</a></li><li><a href="https://tutorial45.com/books-for-engineers/">Top 9 Books Every Engineer Should Read</a></li><li><a href="https://tutorial45.com/top-used-sensors-for-arduino/">Top Used Sensors for Arduino</a></li><li><a href="https://tutorial45.com/first-hand-on-the-arduino-uno-board/">First Hand on the Arduino Uno Board</a></li></ul>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/arduino-led-project-knight-rider/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic DIY Metal Detector Project</title>
		<link>https://tutorial45.com/electronic-diy-metal-detector/</link>
					<comments>https://tutorial45.com/electronic-diy-metal-detector/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 13:53:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=7010</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/electronic-diy-metal-detector/">Electronic DIY Metal Detector Project</a></p>
<p>Today, we are going to build a DIY metal detector with the help of these devices which will help make the process easy and fun. The end product, the metal detector itself once built can help you find metallic&#160;stuff under the&#160;ground, who knows what might just be buried there waiting for you! Here are the ... </p>
<p class="read-more-container"><a title="Electronic DIY Metal Detector Project" class="read-more button" href="https://tutorial45.com/electronic-diy-metal-detector/#more-7010" aria-label="More on Electronic DIY Metal Detector Project">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/electronic-diy-metal-detector/">Electronic DIY Metal Detector Project</a></p>

<p class="wp-block-paragraph">Today, we are going to build a DIY metal detector with the help of these devices which will help make the process easy and fun. The end product, the metal detector itself once built can help you find metallic&nbsp;stuff under the&nbsp;ground, who knows what might just be buried there waiting for you!</p>



<p class="wp-block-paragraph">Here are the items included in the Box:</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00122.jpg" alt="electronic parts" class="wp-image-7011" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00122.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00122-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00122-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00122-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">There are components like transistors and resistors which can look identical though there are not.</p>



<p class="wp-block-paragraph">Fortunately enough, everything is labeled on the PCB. We should not have any issue with the&nbsp;assembly of&nbsp;this kit.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00123.jpg" alt="circuit board" class="wp-image-7012" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00123.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00123-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00123-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00123-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Let’s start with all of the capacitors, those are of orange, big black, and green color. Make&nbsp;sure that polarities of the biggest black capacitor match with PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00125.jpg" alt="capacitor" class="wp-image-7013" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00125.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00125-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00125-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00125-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Solder everything and cut out the legs of each component.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00126.jpg" alt="holes in a circuit board" class="wp-image-7014" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00126.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00126-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00126-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00126-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Now we have to put the two resistors in place, each of them has a different value one is 2.2k and the other is 220k. You can measure that with a multimeter. If you don’t have a multimeter make sure that it looks the same as on the image below. (You can learn <a href="https://tutorial45.com/how-to-use-a-multimeter-using/">how to use a multimeter</a> here)</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00128.jpg" alt="component mounted on a circuit board" class="wp-image-7015" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00128.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00128-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00128-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00128-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Solder everything and cut off the legs of both resistors.</p>



<p class="wp-block-paragraph">Now we have three transistors. They are different from one another, we have a 9018, 9015 and&nbsp;9012. There are labels on the PCB with exactly the same way. Simply put them in their proper&nbsp;place on the board.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00130.jpg" alt="transistors" class="wp-image-7016" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00130.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00130-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00130-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00130-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00132.jpg" alt="circuit board" class="wp-image-7017" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00132.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00132-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00132-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00132-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">In the end, we can solder the potentiometer, buzzer, and 2 cables.</p>



<p class="wp-block-paragraph">Make sure that the positive pin of the buzzer&nbsp;is where there is + on the PCB. The holes for power cables are labeled with + and -.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00133.jpg" alt="cable connection on the circuit board" class="wp-image-7018" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00133.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00133-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00133-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00133-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And here you go!</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00134.jpg" alt="metal detector completed" class="wp-image-7019" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00134.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00134-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00134-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00134-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">To power it up, you can use anything in the range of 3 to 5V. I am using my adjustable power&nbsp;supply with the voltage adjusted to 4V.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00135.jpg" alt="power supply with circuit board" class="wp-image-7020" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00135.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00135-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00135-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Metal-Detector-DSC00135-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">You can also use normal AA or AAA batteries and use it remotely to find some treasures&nbsp;outside if you are into this kind of thing.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="DIY metal Detector project" width="800" height="450" src="https://www.youtube.com/embed/kisTXKOtZR0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/electronic-diy-metal-detector/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic DIY Voice Control LED Project</title>
		<link>https://tutorial45.com/electronic-diy-voice-control-led-project/</link>
					<comments>https://tutorial45.com/electronic-diy-voice-control-led-project/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 13:25:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=7048</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/electronic-diy-voice-control-led-project/">Electronic DIY Voice Control LED Project</a></p>
<p>We worked on creating a decibel meter using the Arduino board here and&#160;how to assemble an audio level indicator. This one is a simple and perfect electronic project for beginners. Let&#8217;s put this&#160;voice control LED board together so the LEDs blink every time noise is detected. Let’s get started. Here are the elements contained in ... </p>
<p class="read-more-container"><a title="Electronic DIY Voice Control LED Project" class="read-more button" href="https://tutorial45.com/electronic-diy-voice-control-led-project/#more-7048" aria-label="More on Electronic DIY Voice Control LED Project">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/electronic-diy-voice-control-led-project/">Electronic DIY Voice Control LED Project</a></p>

<p class="wp-block-paragraph">We worked on creating a <a href="http://tutorial45.com/arduino-projects-arduino-decibel-meter/">decibel meter</a> using the Arduino board here and&nbsp;how to assemble an <a href="http://tutorial45.com/electronic-project-diy-audio-level-indicator/">audio level indicator</a>. This one is a simple and perfect electronic project for beginners.</p>



<p class="wp-block-paragraph">Let&#8217;s put this&nbsp;voice control LED board together so the LEDs blink every time noise is detected.</p>



<p class="wp-block-paragraph">Let’s get started.</p>



<p class="wp-block-paragraph">Here are the elements contained in the set.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00131.jpg" alt="electronic components" class="wp-image-7049" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00131.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00131-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00131-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00131-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Apart from the part shown in the image above, we will need a soldering iron and a solder.</p>



<p class="wp-block-paragraph">The 3 resistors here have different values. To find out which one is which, remember you can use a multimeter if you have one or simply identify them using the image below.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00132.jpg" alt="resistors" class="wp-image-7050" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00132.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00132-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00132-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00132-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Every component and its value is labeled on the PCB. Simply make sure to put them in right&nbsp;places. Resistors are the smallest element here,&nbsp; let’s start by soldering them to PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00133.jpg" alt="mouted resistor on the board" class="wp-image-7051" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00133.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00133-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00133-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00133-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Solder them and cut out the legs with cutters, do the same to rest of the components if needed.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00137.jpg" alt="cutting legs" class="wp-image-7052" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00137.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00137-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00137-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00137-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Then we can solder the transistors and capacitors.</p>



<p class="wp-block-paragraph">Each of the capacitors has different value&nbsp;but you can find the value on the side of it. It’s important to remember about the polarities when&nbsp;connecting electrolytic capacitors as well as transistors. Make sure to connect them the right way.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00138.jpg" alt="circuit board with components" class="wp-image-7053" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00138.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00138-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00138-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00138-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">There are the 5 LED’s we need to solder to the PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00139.jpg" alt="led mounted on the circuit board" class="wp-image-7054" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00139.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00139-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00139-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00139-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Now, the part that will help sense music &#8211; a microphone.</p>



<p class="wp-block-paragraph">The positive pin is not labeled on the microphone but&nbsp;we can easily recognize it.</p>



<p class="wp-block-paragraph">The negative pin of the&nbsp;microphone is connected to its case.</p>



<p class="wp-block-paragraph">As you can see in the&nbsp;image below + is the&nbsp;left leg and &#8211; is&nbsp;the&nbsp;right leg of the microphone.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00140.jpg" alt="buzzer" class="wp-image-7055" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00140.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00140-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00140-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00140-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Put it in place, solder and cut out legs.</p>



<p class="wp-block-paragraph">At the end just solder the connector we will use to connect power to the board.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00141.jpg" alt="completed board diy" class="wp-image-7056" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00141.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00141-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00141-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00141-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Here is the bottom side of PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00142.jpg" alt="circuit board" class="wp-image-7057" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00142.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00142-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00142-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00142-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">To power this project, I used my lab bench power supply that I set to 3V, that’s the&nbsp;voltage that&nbsp;should be supplied to the board to make it work.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00143.jpg" alt="voltages" class="wp-image-7058" srcset="https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00143.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00143-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00143-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/Electronic-DIY-Voice-Control-LED-DSC00143-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Here is how the whole works.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Electronic DIY Voice Control LED Project" width="800" height="450" src="https://www.youtube.com/embed/aAU9hI1JOZs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/electronic-diy-voice-control-led-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic Project for Beginners: Square Wave Generator</title>
		<link>https://tutorial45.com/square-wave-generator/</link>
					<comments>https://tutorial45.com/square-wave-generator/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 01:23:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=7029</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/square-wave-generator/">Electronic Project for Beginners: Square Wave Generator</a></p>
<p>There are a lot of tools that are useful in an electronics workshop, some are basic ones such as power supplies and multimeters but at some point, you will need more advanced tools like an&#160;oscilloscope or a function generator. Those are quite expensive but fortunately. That is why today, we are going to build&#160;a cheap&#160;DIY ... </p>
<p class="read-more-container"><a title="Electronic Project for Beginners: Square Wave Generator" class="read-more button" href="https://tutorial45.com/square-wave-generator/#more-7029" aria-label="More on Electronic Project for Beginners: Square Wave Generator">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/square-wave-generator/">Electronic Project for Beginners: Square Wave Generator</a></p>

<p class="wp-block-paragraph">There are a lot of tools that are useful in an electronics workshop, some are basic ones such as power supplies and multimeters but at some point, you will need more advanced tools like an&nbsp;oscilloscope or a function generator.</p>



<p class="wp-block-paragraph">Those are quite expensive but fortunately. That is why today, we are going to build&nbsp;a cheap&nbsp;DIY square wave generator that in some case can replace an oscilloscope.</p>



<p class="wp-block-paragraph">This is a very simple <a href="https://tutorial45.com/electronic-project-for-beginners-fiber-light/">project making it perfect for beginners</a>.</p>



<h2 class="wp-block-heading">Square wave generator</h2>



<p class="wp-block-paragraph">These are the parts included in the kit.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00554.jpg" alt="electronic components" class="wp-image-7030" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00554.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00554-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00554-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00554-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Before we start with soldering, let’s remove the protective foil from the parts forming the case.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00555.jpg" alt="plastic shield" class="wp-image-7031" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00555.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00555-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00555-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00555-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">There is an instruction leaflet in the box that helps find important information. This is of help while identifying the components and their values.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00556.jpg" alt="square wave generator circuit board diy" class="wp-image-7032" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00556.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00556-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00556-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00556-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">As always, we start with placing the smallest components and soldering them to the&nbsp;board.</p>



<p class="wp-block-paragraph">I will start with capacitors, make sure that all of the values are correct, each&nbsp;capacitor has its value different from the others.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00557.jpg" alt="square wave generator circuit board" class="wp-image-7033" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00557.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00557-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00557-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00557-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">After soldering all components, if their legs are too long cut them out.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00558.jpg" alt="square wave generator circuit board" class="wp-image-7034" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00558.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00558-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00558-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00558-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">After the capacitors, we can place the resistors in their appropriate position. On the leaflet, you can find where to put each resistor having as reference their value. Remember you can<a href="https://tutorial45.com/how-to-use-a-multimeter-using/"> use your multimeter</a> to find the resistance values of the resistors.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00559.jpg" alt="square wave generator circuit board" class="wp-image-7035" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00559.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00559-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00559-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00559-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Solder them and cut out the legs.</p>



<p class="wp-block-paragraph">Let’s solder the break out headers and the IC support.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00560.jpg" alt="square wave generator circuit board" class="wp-image-7036" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00560.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00560-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00560-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00560-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">To power it, we will use a standard DC jack, solder that together with a screw terminal that let us&nbsp;connect cables to generate our output signal.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00561.jpg" alt="square wave components" class="wp-image-7037" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00561.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00561-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00561-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00561-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">The last 3 parts to solder are the potentiometers. One of them is different so make sure to put it&nbsp;in right place.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00562.jpg" alt="square wave generator" class="wp-image-7038" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00562.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00562-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00562-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00562-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">After soldering, we can plug the IC in.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00563.jpg" alt="square wave diy generator" class="wp-image-7039" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00563.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00563-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00563-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00563-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00564.jpg" alt="completed square ware generator" class="wp-image-7040" srcset="https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00564.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00564-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00564-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/05/square-signal-generator-DSC00564-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">The last <a href="https://tutorial45.com/3d-printing-objects-with-moving-parts/">part is to build</a> the case. </p>



<p class="wp-block-paragraph">As you can see it’s quite small so it wouldn&#8217;t take lots of space on your desk. You can power it&nbsp;with a voltage in the&nbsp;range of 9-12V.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/square-wave-generator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DIY Electronic Fidget Spinner</title>
		<link>https://tutorial45.com/diy-electronic-fidget-spinner/</link>
					<comments>https://tutorial45.com/diy-electronic-fidget-spinner/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 21:31:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">https://tutorial45.com/?p=7527</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/diy-electronic-fidget-spinner/">DIY Electronic Fidget Spinner</a></p>
<p>Let&#8217;s revive our old friend the fidget spinner!. It won&#8217;t be a bad idea if we decide to add a&#160;few LEDs to a fidget spinner shape printed board. Here is the list of all component we are going to use in this DIY project. This kit comes with clear instructions on how to put the ... </p>
<p class="read-more-container"><a title="DIY Electronic Fidget Spinner" class="read-more button" href="https://tutorial45.com/diy-electronic-fidget-spinner/#more-7527" aria-label="More on DIY Electronic Fidget Spinner">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/diy-electronic-fidget-spinner/">DIY Electronic Fidget Spinner</a></p>

<p class="wp-block-paragraph">Let&#8217;s revive our old friend the fidget spinner!. It won&#8217;t be a bad idea if we decide to add a&nbsp;few LEDs to a fidget spinner shape printed board.</p>



<p class="wp-block-paragraph">Here is the list of all component we are going to use in this DIY project.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00055.jpg" alt="diy fidget spinner components" class="wp-image-7528" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00055.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00055-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00055-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00055-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">This kit comes with clear instructions on how to put the parts together.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00057.jpg" alt="diy fidget spinner documentation" class="wp-image-7529" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00057.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00057-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00057-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00057-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">First,&nbsp;we will solder both integrated circuits, there is a mark on the PCB and on the package&nbsp;of those IC. Make sure that those two line up together.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00058.jpg" alt="diy fidget spinner" class="wp-image-7530" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00058.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00058-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00058-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00058-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">There is a place for three resistors next to both ICs. Let&#8217;s put it in place. Those&nbsp;should be labeled 201.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00060.jpg" alt="diy fidget spinner" class="wp-image-7531" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00060.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00060-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00060-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00060-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Between the IC and resistors, we will solder all of the LEDs. Make sure that the green labels on each&nbsp;LED match the vertical line next to LED pad on the PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00061.jpg" alt="diy fidget spinner" class="wp-image-7532" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00061.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00061-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00061-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00061-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">On the third arm of the PCB, we have to solder one resistor and a button.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00062.jpg" alt="diy fidget spinner" class="wp-image-7533" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00062.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00062-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00062-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00062-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Rotate the PCB and put the battery holders in place.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00063.jpg" alt="diy fidget spinner" class="wp-image-7534" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00063.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00063-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00063-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00063-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Turn the PCB upside down and solder all them. That’s the last thing to solder.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00064.jpg" alt="diy fidget spinner" class="wp-image-7535" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00064.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00064-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00064-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00064-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Now we can take off the protective foil from all of the acrylic parts.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00065.jpg" alt="diy fidget spinner" class="wp-image-7536" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00065.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00065-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00065-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00065-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And we can assemble the frame of our spinner. For that, we have to use the acrylic parts and few&nbsp;screws. The whole assembly process is well explained in the instruction&nbsp;manual.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00066.jpg" alt="diy fidget spinner" class="wp-image-7537" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00066.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00066-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00066-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00066-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And there you go!</p>



<p class="wp-block-paragraph">That was a quick one, but that thing can sit on your office table making you proud of your accomplishment&nbsp;everytime you look at it.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00067.jpg" alt="diy fidget spinner" class="wp-image-7538" srcset="https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00067.jpg 800w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00067-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00067-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2019/01/DIY-Spinner-DSC00067-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/diy-electronic-fidget-spinner/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic Project for Beginners: Fiber Light</title>
		<link>https://tutorial45.com/electronic-project-for-beginners-fiber-light/</link>
					<comments>https://tutorial45.com/electronic-project-for-beginners-fiber-light/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 21:21:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=6994</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/electronic-project-for-beginners-fiber-light/">Electronic Project for Beginners: Fiber Light</a></p>
<p>These days everyone wants faster internet, but copper wires reached their limit so we are&#160;using something better than copper. That’s fiber! In this simple DIY project you will see how&#160;light travels through a fiber cable. There are just 4 connections to be soldered in this project making it friendly and perfect for beginners. Here are ... </p>
<p class="read-more-container"><a title="Electronic Project for Beginners: Fiber Light" class="read-more button" href="https://tutorial45.com/electronic-project-for-beginners-fiber-light/#more-6994" aria-label="More on Electronic Project for Beginners: Fiber Light">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/electronic-project-for-beginners-fiber-light/">Electronic Project for Beginners: Fiber Light</a></p>

<p class="wp-block-paragraph">These days everyone wants faster internet, but copper wires reached their limit so we are&nbsp;using something better than copper. That’s fiber! In this simple DIY project you will see how&nbsp;light travels through a fiber cable. There are just 4 connections to be soldered in this project making it friendly and perfect for beginners.</p>



<p class="wp-block-paragraph">Here are the components included in this kit.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00068.jpg" alt="electronic lamp project for beginners" class="wp-image-6995" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00068.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00068-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00068-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00068-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Let’s now start building.</p>



<p class="wp-block-paragraph">We will start with soldering the 2 cables to the LED. Solder the red cable to the longer leg of the LED and the blue cable to the&nbsp;shorter one.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00071.jpg" alt="electronic lamp project for beginners" class="wp-image-6996" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00071.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00071-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00071-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00071-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">We have to solder the LED to the battery holder. Make sure to solder the&nbsp;red cable to the&nbsp;positive of the battery holder and the blue cable to the negative as I mentioned in the previous step.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00073.jpg" alt="electronic lamp project for beginners" class="wp-image-6997" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00073.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00073-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00073-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00073-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And that’s the end of soldering for today.</p>



<p class="wp-block-paragraph">Let’s construct the&nbsp;frame.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00074.jpg" alt="electronic lamp project for beginners" class="wp-image-6998" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00074.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00074-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00074-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00074-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">We have to connect those together with pieces of a double-sided tape to create the object in the image below.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00076.jpg" alt="electronic lamp project for beginners" class="wp-image-6999" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00076.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00076-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00076-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00076-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Make sure that the hole is on the top. Put a pin in the hole.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00077.jpg" alt="electronic lamp project for beginners" class="wp-image-7000" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00077.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00077-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00077-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00077-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Grab the&nbsp;orange tube and put the fiber cables in it from the top side and then insert the LED from the bottom. Push&nbsp;that tube on the pin, be careful to not damage the LED.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00079.jpg" alt="electronic lamp project for beginners" class="wp-image-7001" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00079.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00079-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00079-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00079-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00082.jpg" alt="electronic lamp project for beginners" class="wp-image-7002" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00082.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00082-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00082-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00082-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00084.jpg" alt="electronic lamp project for beginners" class="wp-image-7003" srcset="https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00084.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00084-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00084-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/04/Electronic-project-beginners-DSC00084-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And here we go!</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="DIY electronic project: Fiber lamp" width="800" height="450" src="https://www.youtube.com/embed/wgdWItJNfD8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/electronic-project-for-beginners-fiber-light/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic DIY Project: Building Your Own Oscilloscope</title>
		<link>https://tutorial45.com/diy-project-building-your-own-oscilloscope/</link>
					<comments>https://tutorial45.com/diy-project-building-your-own-oscilloscope/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 19:59:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">https://tutorial45.com/?p=7475</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/diy-project-building-your-own-oscilloscope/">Electronic DIY Project: Building Your Own Oscilloscope</a></p>
<p>Here comes on of the more exciting and useful DIY project of this year: An oscilloscope. Before we start working on this project, I would also like to state that this is the best way to own your first oscilloscope and to start enjoying the power of having one. A professional oscilloscope will cost around ... </p>
<p class="read-more-container"><a title="Electronic DIY Project: Building Your Own Oscilloscope" class="read-more button" href="https://tutorial45.com/diy-project-building-your-own-oscilloscope/#more-7475" aria-label="More on Electronic DIY Project: Building Your Own Oscilloscope">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/diy-project-building-your-own-oscilloscope/">Electronic DIY Project: Building Your Own Oscilloscope</a></p>

<p class="wp-block-paragraph">Here comes on of the more exciting and useful DIY project of this year: An oscilloscope.</p>



<p class="wp-block-paragraph">Before we start working on this project, I would also like to state that this is the best way to own your first oscilloscope and to start enjoying the power of having one. A professional oscilloscope will cost around $300 but you can get this kit for less than $15 and this will serve you well for all your education project and prepare you to know what to do when you start working with a pro oscilloscope if your future ever goes that direction.</p>



<p class="wp-block-paragraph">There are lots of components to&nbsp;solder in this project. I believe that is the most complex project we have done on the site so far, so, if you are on your first project, I will suggest starting from one of our <a href="https://tutorial45.com/electronic-diy-voice-control-led-project/">other projects</a>&nbsp;and coming back to this one later on.</p>



<p class="wp-block-paragraph">Here is what is in the box:</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-16.jpg" alt="electronic components" class="wp-image-7479" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-16.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-16-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-16-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-16-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">As said earlier, there are lots of components here.</p>



<p class="wp-block-paragraph">On the picture above, you can see that there are some small SMD <a href="https://tutorial45.com/understanding-the-basics-of-printed-circuit-boards-the-designing-components-and-construction/">components that are already soldered on the board</a> so you don’t have to deal with super&nbsp;small and hard to solder components, that’s a very good thing!</p>



<p class="wp-block-paragraph">You can also find very good instruction in the kit, everything is well explained. A Schematic and troubleshooting guide are included too. There is a step by step guide on the soldering order of component on the board.</p>



<p class="wp-block-paragraph">I did it slightly differently.</p>



<p class="wp-block-paragraph">Let’s start with resistors. there are lots of them and you will need <a href="https://tutorial45.com/how-to-use-a-multimeter-using/">a multimeter to measure their values</a> so you <a href="https://tutorial45.com/understanding-the-different-types-of-circuit-boards/">know where which one of them goes on the board</a>.</p>



<p class="wp-block-paragraph">To solder, you can use schematic,&nbsp;find a resistor labeled as R1 check its value and put this resistor on the PCB where R1 is&nbsp;labeled. You can also use the table with resistor values. There is also one mistake on the&nbsp;schematic. R11 is labeled as 150 Ohms but you should solder a 1.5K Ohm resistor there.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope.jpg" alt="documentation" class="wp-image-7480" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-1.jpg" alt="soldering electronic components" class="wp-image-7481" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-1.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-1-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-1-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-1-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">My advice is to not solder all of the resistors at once, put one in place, solder it, cut the leads off before moving to the next one.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-3.jpg" alt="main circuit board" class="wp-image-7482" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-3.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-3-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-3-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-3-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-4.jpg" alt="main circuit board" class="wp-image-7483" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-4.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-4-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-4-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-4-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">After the resistors, I soldered all of the capacitors, that’s what I usually do. Make sure to not mess&nbsp;up the <a href="https://tutorial45.com/capacitor-values-chart-conversion/">values there and double check the polarities of the electrolytic capacitors</a>.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-5.jpg" alt="mounted component on the mother board" class="wp-image-7484" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-5.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-5-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-5-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-5-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Now, we can solder the 8mhz crystal, the buttons, and the USB socket. Make sure to solder those pins&nbsp;on the side of the USB socket, those are there to hold it in place strongly when you connect or&nbsp;disconnect the cable.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-6.jpg" alt="mounted components on the circuit board" class="wp-image-7485" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-6.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-6-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-6-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-6-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">It’s time to solder the transistors, the regulators, and the trimmers. Transistor and regulators look almost&nbsp;exactly the same, the only way to distinguish them is by the name written of their packages.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-9.jpg" alt="circuit board" class="wp-image-7486" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-9.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-9-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-9-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-9-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Now, we need to solder some connectors and switches to the main board&nbsp;and connectors to the LCD. You should also solder one of the leads that you cut to J2&nbsp;connector so that later we are able to test our oscilloscope.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-11.jpg" alt="mother board " class="wp-image-7487" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-11.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-11-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-11-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-11-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-10.jpg" alt="pins of the circuit board" class="wp-image-7488" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-10.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-10-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-10-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-10-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Once everything is ready, put LCD on the top of the main PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-12.jpg" alt="lcd mounted on the circuit board" class="wp-image-7489" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-12.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-12-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-12-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-12-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-14.jpg" alt="lcd and the mother board" class="wp-image-7490" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-14.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-14-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-14-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-14-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">To test it, we have to power it with 9V and connect the red clip to J2 and leave the black clip&nbsp;unconnected. Power it and you should see <a href="https://tutorial45.com/square-wave-generator/">square wave</a> on the screen.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-8.jpg" alt="DIY Oscilloscope" class="wp-image-7491" srcset="https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-8.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-8-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-8-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/12/DIY-oscilloscope-8-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">And that’s it for this project.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="DIY Oscilloscope Kit" width="800" height="450" src="https://www.youtube.com/embed/upTHt2rRdXM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/diy-project-building-your-own-oscilloscope/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic Project: DIY Audio Level Indicator</title>
		<link>https://tutorial45.com/electronic-project-diy-audio-level-indicator/</link>
					<comments>https://tutorial45.com/electronic-project-diy-audio-level-indicator/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 19:09:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=6834</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/electronic-project-diy-audio-level-indicator/">Electronic Project: DIY Audio Level Indicator</a></p>
<p>We have had a blast completing this project last time using the Arduino board. Today, This DIY kit will help us achieve the same result in a completely different way. Here is a small volume meter for us to play with today. Besides the parts, you will also need these tools: A Soldering iron A ... </p>
<p class="read-more-container"><a title="Electronic Project: DIY Audio Level Indicator" class="read-more button" href="https://tutorial45.com/electronic-project-diy-audio-level-indicator/#more-6834" aria-label="More on Electronic Project: DIY Audio Level Indicator">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/electronic-project-diy-audio-level-indicator/">Electronic Project: DIY Audio Level Indicator</a></p>

<p class="wp-block-paragraph">We have had a blast completing <a href="http://tutorial45.com/arduino-projects-arduino-decibel-meter/">this project last time using</a> the Arduino board. Today, This DIY kit will help us achieve the same result in a completely different way.</p>



<p class="wp-block-paragraph">Here is a small volume meter for us to play with today.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts857.jpg" alt="audio level indicator" class="wp-image-6835" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts857.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts857-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts857-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts857-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Besides the parts, you will also need these tools:</p>



<ul class="wp-block-list"><li>A Soldering iron</li><li>A Tin</li><li>A Vase</li><li>Tweezers</li><li>A wire cutter</li></ul>



<p class="wp-block-paragraph">Here is what you can find in the kit:</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts.jpg" alt="audio level indicator" class="wp-image-6836" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<ul class="wp-block-list"><li>LEDs</li><li>A PCB</li><li>Capacitors</li><li>Resistors</li><li>KA2284 module</li><li>Cables</li><li>Connectors</li><li>A Potentiometer</li></ul>



<p class="wp-block-paragraph">Turn on your soldering iron, and let it heat up.</p>



<p class="wp-block-paragraph">Here is our PCB (Printed Circuit Board)</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts858.jpg" alt="audio level indicator" class="wp-image-6837" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts858.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts858-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts858-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts858-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Everything is perfectly labeled on the board. There are even values for the components.</p>



<p class="wp-block-paragraph">The first components that we will put in place are capacitors and&nbsp;resistors because they are the smallest.</p>



<p class="wp-block-paragraph">Be careful connecting the <a class="" style="width: auto !important;" href="https://tutorial45.com/capacitor-values-chart-conversion/" data-wpil-post-to-id="">capacitors since we have both of them with different values</a> and double check their capacity before connecting.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts859.jpg" alt="audio level indicator" class="wp-image-6838" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts859.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts859-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts859-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts859-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">To make soldering simpler you can put your PCB upside down in a vise.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts860.jpg" alt="audio level indicator" class="wp-image-6839" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts860.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts860-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts860-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts860-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Gently solder all of the legs, and when you are satisfied, cut out the legs of&nbsp;the components.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts862.jpg" alt="audio level indicator" class="wp-image-6840" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts862.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts862-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts862-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts862-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Put KA2284 in place and make sure that the bevel on its size matches the sign on the PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts863.jpg" alt="audio level indicator" class="wp-image-6841" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts863.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts863-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts863-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts863-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Before soldering it, let’s put all of the <a href="https://tutorial45.com/charlieplexing-arduino-leds/" >LEDs on on the board</a>. Remember that the longer leg of the LED is the + and shorter is the -. As you can see last, the LED is labeled as Red.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts865.jpg" alt="audio level indicator" class="wp-image-6842" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts865.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts865-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts865-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts865-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts868.jpg" alt="audio level indicator" class="wp-image-6843" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts868.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts868-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts868-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts868-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Solder, cut out longer legs of the components. </p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts872.jpg" alt="audio level indicator" class="wp-image-6844" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts872.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts872-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts872-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts872-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">There are the last 3 components we need to solder: the potentiometer and two connectors for&nbsp;power and signal input.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts873.jpg" alt="audio level indicator" class="wp-image-6845" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts873.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts873-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts873-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts873-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">You will also need to add a jack plug to connect it to your phone or some kind of music&nbsp;device.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts874.jpg" alt="audio level indicator" class="wp-image-6846" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts874.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts874-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts874-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts874-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">The other socket is used for power&nbsp;input. You can use voltages between 3.5V up to 12V.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="800" height="600" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-parts875.jpg" alt="audio level indicator" class="wp-image-6847" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts875.jpg 800w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts875-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts875-768x576.jpg 768w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-parts875-320x240.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p class="wp-block-paragraph">Hope it worked. Enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/electronic-project-diy-audio-level-indicator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Electronic Project: DIY LED Emergency Light</title>
		<link>https://tutorial45.com/electronic-project-diy-led-emergency-light/</link>
					<comments>https://tutorial45.com/electronic-project-diy-led-emergency-light/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Nikodem Bartnik]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 18:47:00 +0000</pubDate>
				<category><![CDATA[Electronics and DIY]]></category>
		<guid isPermaLink="false">http://tutorial45.com/?p=6855</guid>

					<description><![CDATA[<p><a href="https://tutorial45.com/electronic-project-diy-led-emergency-light/">Electronic Project: DIY LED Emergency Light</a></p>
<p>This DIY project is a bit similar to the DIY audio level indicator&#160;we&#8217;ve worked on in the past. Today&#8217;s LED project brings a considerable number of electronic parts to solder as compared to what we&#8217;ve got in previous posts but will also help you improve not only your soldering skill but also the ability to ... </p>
<p class="read-more-container"><a title="Electronic Project: DIY LED Emergency Light" class="read-more button" href="https://tutorial45.com/electronic-project-diy-led-emergency-light/#more-6855" aria-label="More on Electronic Project: DIY LED Emergency Light">Read more</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://tutorial45.com/electronic-project-diy-led-emergency-light/">Electronic Project: DIY LED Emergency Light</a></p>

<p class="wp-block-paragraph">This DIY project is a bit similar to the <a href="http://tutorial45.com/electronic-project-diy-audio-level-indicator/">DIY audio level indicator</a>&nbsp;we&#8217;ve worked on in the past.</p>



<p class="wp-block-paragraph">Today&#8217;s LED project brings a considerable number of electronic parts to solder as compared to what we&#8217;ve got in previous posts but will also help you improve not only your soldering skill but also the ability <a href="https://tutorial45.com/how-to-use-a-multimeter-using/">to efficiently use a multimeter</a>.</p>



<p class="wp-block-paragraph">This is a very simple and effective project that uses one of the&nbsp;most popular integrated circuits in the world: the 555 timer! It blinks with two different colors and let you control the blinking frequency.</p>



<p class="wp-block-paragraph">Let’s start with unboxing the kit, shall we?</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Electronic projects for beginners: LED" width="800" height="450" src="https://www.youtube.com/embed/-BtII3KM80o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00864.jpg" alt="DIY LED Emergency Light" class="wp-image-6856" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00864.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00864-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00864-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">As you can see there are lots of <a href="https://tutorial45.com/electronic-diy-voice-control-led-project/">LEDs in this project</a> and some other small components.</p>



<p class="wp-block-paragraph">All our resistors don&#8217;t have the same value. Using a multimeter will make more sense here to quickly find the value of each resistor.</p>



<p class="wp-block-paragraph">On the PCB, everything is properly described for you to know where to put each of the resistors.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00866.jpg" alt="DIY LED Emergency Light" class="wp-image-6857" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00866.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00866-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00866-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">We will also need the following tools:</p>



<ul class="wp-block-list"><li>A Soldering iron</li><li>A Tin</li><li>A Vase</li><li>Tweezers</li><li>A wire cutter</li></ul>



<p class="wp-block-paragraph">This project&#8217;s PCB (<a href="https://tutorial45.com/understanding-the-basics-of-printed-circuit-boards-the-designing-components-and-construction/">Printed Circuit Board</a>) is well made, with solid solder mask on the&nbsp;bottom side. It is single sided, on the top layer, there are just labels and values of the&nbsp;components.</p>



<p class="wp-block-paragraph">As always let’s start with small components: resistors and diodes. Before soldering,&nbsp;make&nbsp;sure that you&#8217;ve placed components as on the image below.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00868.jpg" alt="DIY LED Emergency Light" class="wp-image-6858" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00868.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00868-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00868-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">When you are sure that everything is fine, you can start soldering. It is very useful to use a&nbsp;vice to hold the PCB in place.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00870.jpg" alt="DIY LED Emergency Light" class="wp-image-6859" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00870.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00870-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00870-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">When everything is done, you can use a wire cutter&nbsp;to trim legs of the components we&#8217;ve just soldered.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00874.jpg" alt="DIY LED Emergency Light" class="wp-image-6860" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00874.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00874-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00874-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">Small components done! it’s time for bigger parts like capacitors and transistors. See&nbsp;labels on the PCB to know how to place them.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00875.jpg" alt="DIY LED Emergency Light" class="wp-image-6861" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00875.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00875-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00875-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">Here is my result after soldering them.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00877.jpg" alt="DIY LED Emergency Light" class="wp-image-6862" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00877.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00877-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00877-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">Now, let&#8217;s add two integrated circuits and the potentiometer. While soldering the IC’s try to not&nbsp;heat them too much, high temperature can damage them. Try not to hold the soldering iron too&nbsp;long on the pins.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00878.jpg" alt="DIY LED Emergency Light" class="wp-image-6863" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00878.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00878-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00878-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00879.jpg" alt="DIY LED Emergency Light" class="wp-image-6864" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00879.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00879-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00879-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">And the last 24 parts are LEDs, white and red ones. Check the polarity and put them as they are&nbsp;labeled on the PCB.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00880.jpg" alt="DIY LED Emergency Light" class="wp-image-6865" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00880.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00880-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00880-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00882.jpg" alt="DIY LED Emergency Light" class="wp-image-6866" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00882.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00882-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00882-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">The best way that worked for me was placing them face down on the table and carefully soldering while making sure they remained straight.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00883.jpg" alt="DIY LED Emergency Light" class="wp-image-6867" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00883.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00883-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00883-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">It will be smart to solder LEDs that are located on the side first, cutting their legs as you go to create more room to solder LEDs that are located in the center.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00884.jpg" alt="DIY LED Emergency Light" class="wp-image-6868" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00884.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00884-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00884-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00885.jpg" alt="DIY LED Emergency Light" class="wp-image-6869" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00885.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00885-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00885-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">Do the same for the other side.</p>



<p class="wp-block-paragraph">In the end, I soldered the small header with 2 pins, the one that will allow power input to the board.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00886.jpg" alt="DIY LED Emergency Light" class="wp-image-6870" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00886.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00886-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00886-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">And here is how it looks when you are done.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00890.jpg" alt="DIY LED Emergency Light" class="wp-image-6872" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00890.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00890-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00890-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="700" height="525" src="http://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00887.jpg" alt="DIY LED Emergency Light" class="wp-image-6871" srcset="https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00887.jpg 700w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00887-300x225.jpg 300w, https://tutorial45.com/wp-content/uploads/2018/02/electronic-projects-DSC00887-320x240.jpg 320w" sizes="(max-width: 700px) 100vw, 700px" /></figure></div>



<p class="wp-block-paragraph">You can easily <a href="https://tutorial45.com/arduino-potentiometer-projects-for-beginners/">control the frequency of blinking with the potentiometer</a>.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="DIY LED project for beginners" width="800" height="450" src="https://www.youtube.com/embed/FnHf7XfmJ08?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tutorial45.com/electronic-project-diy-led-emergency-light/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: tutorial45.com @ 2026-06-11 22:35:27 by W3 Total Cache
-->