Hi, Habr! Not so long ago, there was an article about Arduino that spawned a holivar in the comments. Many supporters of Arduin, according to them, just want to collect something like flashing LEDs in order to diversify their leisure time and play. However, they do not want to mess with etching boards and soldering. As one of the alternatives, comrade dedsky mentioned the constructor βExpertβ, but his possibilities are limited by the set of parts included in the kit, and the designer is still childish. I want to propose another alternative - the so-called Breadboard, a breadboard for mounting without using soldering. Caution, a lot of pictures.
What is it and what it is eaten with
The main purpose of such a board is to design and debug prototypes of various devices. This device consists of holes-sockets with a pitch of 2.54 mm (0.1 inches), it is with this (or multiple) pitch pins on most modern radio components (SMD is not counted). Development boards come in various sizes, but in most cases they consist of such identical blocks: The electrical wiring diagram of the sockets is shown in the right figure: five holes on each side, in each of the rows (in this case, 30) are electrically interconnected. On the left and on the right there are two power lines: here all the holes in the column are interconnected. The middle slot is designed for installation and easy removal of chips in DIP-packages. To assemble the circuit, radio components and jumpers are inserted into the holes, since I got the board without factory jumpers - I made them from metal paper clips, and small ones (for connecting adjacent nests) from staples. It may seem that the more the board - the more its functionality, it is not quite so. A very small chance that someone (especially from beginners) will assemble a device that will take all segments of the board, here are a few devices at the same time - thatβs yes. For example, here I assembled an electronic ignition on a microcontroller, a multivibrator on transistors and a frequency generator for an LC-meter:
So what can you do about it?
To justify the title of the article, I will give several devices. A description of what and where to insert will be on the images.
Non-refillable parts
In order to assemble one of the schemes described below, you will need a breadboard type Breadboard itself and a set of jumpers. In addition, it is desirable to have a suitable power source, in the simplest case - a battery (s), for the convenience of its (their) connection it is recommended to use a special container. You can use the power supply, but in this case, you need to be careful and try not to burn anything, since the PSU is much more expensive than batteries. The remaining details will be given in the description of the scheme itself. ')
Maybe this is quite a sharp transition - from the LED to the microcircuits, but in terms of implementation, I do not see any difficulties. So, there is such a microcircuit LM7805 (or just 7805), any voltage from 7.5V to 25V is supplied to the input, and the output is 5V. There are others, for example, the chip 7812 - 12V. Here is her switching scheme: Capacitors are used to stabilize the voltage and, if desired, you can not put them. This is how it looks in life: And close-up: The numbering of the conclusions of the chip goes from left to right, if you look at it from the side of marking. In the photo, the pin numbering of the microcircuit coincides with the numbering of the brackets. The red terminal (+) is connected to the 1st leg of the microcircuit - input. The black terminal (-) is directly connected to the negative power line. The middle leg of the chip (GND) is also connected to the negative line, and the 3rd leg (Output) to the positive line. Now, if you apply a voltage of 12V to the terminals, the supply lines should be 5V. If there is no power source for 12V, you can take a 9V battery of the βKronaβ type and connect it via the special connector shown in the photo above. I used a 12V power supply: Regardless of the value of the input voltage, if it lies within the above limits - the output voltage will be 5V: Finally, add capacitors so that everything is according to the rules:
This scheme is rather a tribute to traditions, as in the old days almost every beginner radio amateur collected a similar one. In order to build a similar need 2 transistors BC547, 2 resistors for 1.2kOhm, 2 resistors for 310Om, 2 electrolytic capacitors for 22mkF and two LEDs. Capacities and resistances do not have to be strictly observed, but it is desirable that the circuit has two equal ratings. On the board, the device looks like this: The pinout of the transistor is as follows: B (B) -base, C (K) -collector, E (E) -emitter. For capacitors, the minus output is signed on the case (in Soviet capacitors it was signed "+"). Connection Description The whole scheme is assembled on one (left) half of the segment. Resistor R1 - β11 and "+"; R2 resistor - β19 and "+"; resistor R3 - β9 and β3; resistor R4 - β21 and β25; T2 transistor - emitter-β7, base - β8, collector - β9; T1 transistor - emitter-β23, base - β22, collector - β21; capacitor C1 - minus - β11, plus - β9; C2 capacitor - minus - β19, plus - β21; LED1 - cathode-3, anode - "+"; LED1 LED - cathode-β25, anode - "+"; jumpers: β8 - β19; β11 - β22; β7 - "-"; No. 23 - "-"; When applying a voltage of 4.5-12V on the power line should get something like this:
Finally
First of all, the article is focused on those who want to play, so I did not give descriptions of the principles of operation of the schemes, physical laws, etc. If anyone asks the question βwhy is it blinking?β, You can find heaps of explanations with animations and other beauties. Someone might say that brainboard is not suitable for drawing up complex schemes, but how about this: and there are even more terrible constructions. About the possible bad contact - when using parts with normal legs the probability of bad contact is very small, this happened only a couple of times with me. In general, these boards have already emerged here several times, but as part of a device built on the Arduino. Honestly, I do not understand constructions like this: Why do you need Arduino if you can take a programmer, flash the controller in a DIP package and install it in a board, getting a cheaper, more compact and portable device. Yes, some analog circuits that are sensitive to the resistance and topology of the conductors cannot be assembled on the breadboard, but they are not found very often, especially among beginners. But for digital circuits there are almost no restrictions.