Brand «CHINA»

Results: 1765

MPN Article Brand In stock Price Discounts Quantity Description Weight g. Mounting type Power Factory packaging Working current, A Plug or socket Number of contacts Mechanical installation Type Output voltage Moisture protection Device type Item type
26043 CHINA
20 грн.
10+19 грн.
50+18 грн.
100+16 грн.
USB TYPE-C 24pin socket Type 2. 0.9 SMD 500pcs Socket 24 For a fee TYPE-C
26042 CHINA
20 грн.
10+19 грн.
50+18 грн.
100+16 грн.
USB TYPE-C 24pin socket type 1. 0.9 SMD 500pcs Socket 24 For a fee TYPE-C
26040 CHINA
80 грн.
ARDUINO Pro Mini module based on ATmega328 3.3V/8MHz. 4.5 Arduino controllers
26039 CHINA
42 грн.
HC-SR04 is an ultrasonic sensor that allows you to measure the distance to an obstacle in the range from 2 to 400 cm. It can be used as a presence sensor in a smart home or security system, as well as for various robotic systems. In addition, using this module, you can make parking sensors for a car. The module is a board on which an ultrasonic emitter, a receiver and a control electronic circuit are placed. The sensor has small dimensions and a simple interface: two power outputs (VCC and GND), an input (TRIG) and an output (ECHO) for data transfer between the controller and the module. The emitter transmits a short ultrasonic pulse, which is reflected from the object and received by the sensor. The distance is calculated from the time to echo and the speed of sound in air. The receiver receives the echo signal and outputs the distance, which is encoded by the duration of the electrical signal at the output of the sensor. The next pulse can only be emitted after the echo from the previous one has disappeared. This time is called the cycle period. The recommended period between pulses should be at least 50 ms. If a 10 µs pulse is applied to the TRIG signal pin, the ultrasonic module will emit eight bursts of ultrasonic signal at a frequency of 40 kHz and detect their echo. The measured distance to the object will be proportional to the width of the echo pulse. Module Specifications: Supply voltage, V 3.3 ... 5 Effective viewing angle, ° 15 Operating viewing angle, ° 30 Maximum measuring distance Source https://arduino.ua/art21-yltrazvykovoi-dalnomer-hc-sr04 , m 4 Current consumption in silence mode, mA 2 Operating current, mA 15 Operating frequency, kHz 40 Sensor dimensions, mm 45 x 20 x 15. 9.2 Arduino sensors
26038 CHINA
28 грн.
The FC-37 module is a high sensitivity humidity sensor and board designed based on the LM393 comparator. The LM393 chip processes and transmits the signal to the microcontroller in digital or analog form. This module can be used in projects where it is necessary that the device turns on when moisture interacts (in the detection of water leaks, in weather stations, etc.). The principle of operation of the module is to change the output voltage from the resistance of the sensor. If the board is wet, the resistance increases and the output voltage decreases, respectively, if the sensor is dry, then the resistance decreases, the voltage increases. The sensitivity of the sensor is adjusted using a potentiometer. There are 2 connectors on the module (J1, J2). J1 is required to connect the sensor to the module, and J2 is used to power the module and transmit the signal. An analog signal is transmitted via output A0, similarly, a digital signal is transmitted via contact D0. Contacts VCC and GND are designed to supply voltage to the module board. There are 2 indicators on the board: PWR-Led LED, which informs about the power supply to the module board, D0-Led lights up when a digital signal is transmitted to the device microcontroller. The voltage on the module board can be supplied from an external power source, Arduino Uno or other device designed on a microcontroller. Module Specifications: Supply voltage, V 3.3 ... 5 Output types analog, discrete Module dimensions, mm 1.7 x 60 x 39 Weight, g 7. 10.5 Arduino sensors
26037 CHINA
50 грн.
The DHT11 sensor is a popular sensor that is used to measure the temperature and relative humidity of the environment. This module can be used in the "smart home" system, in creating projects related to weather parameters, or in household projects. The sensor is not fast and accurate, but the sensor is often used in their first projects in the Arduino environment, because of its ease of use. The basis for the sensor are: thermistor and hygrometer. In addition to two sensors, the module has an integrated ADC in the form of a microcontroller (8-bit), which is necessary for converting analog humidity and temperature values into digital signals. The advantage of the sensor in comparison with its counterpart (DHT22) is its low cost. The sensor is connected to the Arduino board or other microcontroller devices using 3 pins (VCC, GND, S). The DHT11 sensor module board already has built-in components that make it easy to connect to the Arduino. To connect, you need to apply voltage to the VCC output from an external power source or microcontroller device and connect the common output of the GND module, and to transmit a digital signal, connect the S pin to the Arduino digital port. If you have an uninstalled DHT library in the Arduino IDE, then you can download and install it yourself. The kit consists of a DHT11 humidity and temperature sensor module board and 3 pieces of wires (female-female). Sensor Specifications: Supply voltage, V 3 ... 5.5 Humidity determination accuracy, % 20 ... 90 Temperature determination accuracy, °C 0 ... 50 Maximum polling frequency, Hz 1 Current consumption, mA 0.5 ... 2.5 Module dimensions, mm 15.5 x 12 x 5.5. 5.7 Arduino sensors
26036 CHINA
135 грн.
This model is one of the varieties of the Arduino Uno R3 board, which is made according to the original Arduino documentation. The main differences between the boards are: the method of mounting the ATmega328P microcontroller (the board is made in the form of SMD mounting), the presence of SDA (Serial Data) and SCL (Serial Clock) outputs, and the built-in CH340G chip. In all other respects, the board matches the Arduino Uno controller. The Uno R3 also has 14 digital ports, 6 analog ports, a power jack, a microUSB port, and a reset button. Chip CH340G designed by WCH, which serves to convert a computer USB interface into a serial UART interface, creating an additional UART port on the computer. The main advantages of this chip are: low price, compact package with a large number of pins and requires a minimum of external components. The board can be powered via an external power connector or USB port. As an external power source, you can use a battery or a conventional electrical network. The battery is connected to the GND and VIN outputs, and the AC adapter to the power connector. The recommended supply voltage for the controller is 7 - 12 V, but the board starts working when 6 - 20 V is present. Arduino Uno R3 has 3 types of memory: FLASH, SRAM, EEPROM. The platform has 32 KB of FLASH memory, where 2 KB is used for the bootloader, which stores programs. SRAM is a kind of random access memory that is used to store temporary data. EEPROM is a non-volatile memory that does not lose data in the absence of voltage. There are 14 digital ports on the board, which you can use depending on your project. The voltage range of the outputs is 5 V. The outputs are rated for 40 mA, but it is recommended to limit the input and output currents to 20 mA. The ports also have internal resistances of 20 - 50 kOhm, which are disabled by default. The platform has 6 analog ports (A0 - A5) for connecting sensors that use analog signals. The AREEF pin is used to regulate the input voltage between ground and the 5V output. For programming the microcontroller, the Arduino IDE software (which is a simplified version of the C ++ language) is used. This software development environment can be downloaded from the Arduino official website. For further work with the Arduino Uno R3 board, you need to install drivers for the CH340G chip. Due to the popularity of this microcircuit, many personal computers already have drivers for it installed, but if the drivers are not installed, you can download them and then install them yourself. The kit with the Arduino Uno R3 board includes pin extensions, but there is no USB cable for connecting to a computer. Extension cords are used, if necessary, to increase the contact pad of the microcontroller outputs. They are fixed on the board by soldering. Arduino Uno-R3 Technical Parameters: Microcontroller AtMega328-AU Operating voltage, V 5 Input voltage (recommended), V 7 ... 12 Input voltage (limit), V 6 ... 20 Digital I/O 14 (6 of which can be used as PWM outputs) Analog inputs 8 DC current through input/output, mA 40 DC output 3.3 V, mA 50 Flash memory 32 KB of which 0.5 KB is used for the bootloader RAM, Kb 2 Non-volatile memory, Kb 1 Clock frequency, MHz 16. 22 Arduino controllers
26035 CHINA
78 грн.
Embedded Bluetooth module for receiving audio signal, supporting Bluetooth 4.1 standard. For the module to work, it is enough to supply power to the board, connect headphones or an amplifier to the output and connect to it from a PC, smartphone or other device. After turning on the device, the blue LED will light up. Find "XY_BT" in the list of bluetooth devices, and connect to it. Specifications: Power: 3.7-5V Audio output: AUX 3.5mm stereo SNR: 90dB THD+N: -70dB Crosstalk: -86dB DNR: 91dB Supported Profiles: A2DP/AVCTP/AVDTP/AVRCP/HFP Reception range: up to 15 meters Size: 30*30 mm. 5.2 1 PC.
26034 CHINA
39 грн.
LED indicator of signal/charge level KA2284 is intended for LED indication of the level of an alternating analog signal (indication of tuner setting, indication of signal level at the line output, indication of output power, power indicator, indication of the charge level of accumulators or batteries, etc.). The indicator is perfect for the Pirate metal detector and other similar devices that have a sound indication, but do not have a light one. Depending on the signal level, the LEDs D1 - D3 (green), D4 (yellow), D5 (red) will light up, respectively D1 - D3 low or normal signal level, D4 - threshold level, D5 - maximum. To adjust the signal level on the indicator board there is a trimming resistor RP1. Also on the indicator board there is a jumper P2, by removing which, you can switch the board to the AC mode. The KA2284 LED signal/charge indicator has one 4-pin male connector, with a pin spacing of 2.54 mm. The indicator can be powered from any DC source with a voltage of 3.5 - 15 V. Specifications: supply voltage: 3.5 - 15 V; quiescent current: 7 - 10 mA; output current: 7 - 10 mA; minimum input voltage: 50 mV; frequency range: 20 - 20000 Hz; indication range: 18 - 20 dB; dimensions (L x W x H): 28 x 21 x 12 mm. 5 1 PC.
26033 CHINA
165 грн.
This module is a powerful and reliable DC voltage converter. The converter changes the DC output voltage in the range from 60 to 97 V. The module has a wide high voltage range, so it can be used to power high-power LED strips, matrices, powerful lighting, etc. Also, the voltage converter can be used in the design of various power supplies, chargers and other devices. Adjustment of the DC output voltage is carried out using a multi-turn trimmer. Before connecting the module to the load, it is necessary to turn the regulator to the initial position, and then set the required output voltage. The maximum output power of the module with a heat sink installed is 70 W, and with additional cooling it is 100 W. The output current of the converter can reach up to 2 A. The efficiency of the module is about 85%. For safety reasons, the heatsink installed to the microcircuit case is isolated from it. Connecting the converter to the screw terminals is quite simple. Terminal pin assignments: IN+: input voltage 10-32V IN-: "ground" OUT+: output voltage 60 - 97 V OUT-: common load wire Power is supplied from an external power supply. The DC input voltage range of the converter is from 10 to 32 V, and the output voltage range is from 60 to 97 V. The red LED, which is connected to the power bus, indicates power supply to the module. The module is not protected against short circuit (short circuit) and reverse polarity. If you need to install reverse polarity protection, you need to connect a diode or a diode bridge to the input terminals. Input voltage, V 10 ... 32 Output voltage, V 60 ... 97 Maximum output power, W 70 (100 with additional cooling) Efficiency, % 85 Maximum output current, A 2 No-load consumption current, mA 35 Voltage regulation, % 0.5 Load regulation, % 2.5 Operating temperature range, °C -40 ... +85 Module dimensions, mm 65 x 47 x 23.5. 34 1 PC.
26032 CHINA
150 грн.
This module is a high power and reliable DC voltage converter that is designed to regulate the output voltage. Thanks to its good parameters, the voltage converter can be used in various fields. The module can be used as a power source for various LEDs, charging various portable devices, etc. The output voltage is adjusted using a trimmer resistor. The variable resistor must be calibrated before connecting the instrument to the DC voltage converter. The microcircuit already has an installed heatsink. The maximum power of the voltage converter is 120W. If the output power of the module exceeds 80 W, then the existing heatsink must be replaced with a more powerful additional cooling. The maximum output current is 5 A, the efficiency (coefficient of performance) of the converter is up to 90%. At an ambient temperature of 40 °C, it is recommended to install additional cooling for the inverter. The module is not protected against short circuit (short circuit) and reverse polarity. An external power source and the device are connected to the voltage converter using screw terminal blocks. Terminal designations: IN+: input voltage 10-32V IN-: "ground" OUT+: output voltage 35 - 60 V OUT-: device common wire Powered by an unregulated external power supply. The DC input voltage range of the converter is from 10 to 32 V, and the output voltage range is from 35 to 60 V. The red LED, which is connected to the power buses, indicates power supply to the module. Converter Specifications: Input voltage, V 10 ... 32 Output voltage, V 35 ... 60 Maximum output power, W 80 (120 with additional cooling) Efficiency, % 90 Maximum output current, A 5 No-load consumption current, mA 25 Voltage regulation, % 0.5 Load regulation, % 2.5 Output ripple, % 2 Operating temperature range, °C -40 ... +85 Module dimensions, mm 65 x 47 x 23.5. 34 1 PC.
26031 CHINA
70 грн.
The photo relay module activates the relay at a certain light intensity. The photoresistor, which is connected with a cable 20 cm long, determines the level of illumination. When light hits the photoresistor, it changes its resistance. Because of this, the voltage in the circuit changes, which signals the amount of light. The module can be used in projects that require the relay to be triggered in the presence of a given light brightness (street lighting, turning on car headlights, etc.). The board has an LM393 comparator that determines the light intensity across the photoresistor. The sensitivity level of the sensor can be adjusted using a trimmer resistor. The module does not have on and off timers. The relay is activated when the specified sensor sensitivity threshold is exceeded. If the illumination often changes its state, then the relay will operate frequently. The photoresistor is connected to the module using the COS pin. There are 2 terminal blocks on the module board: J1 (terminal 1): relay power is connected J2 (terminal 2): load connected There are also 2 LEDs on the board: D1: signals the power supply of the module D2: lights up when the specified sensor sensitivity threshold is exceeded You can supply power to the module board from an external power source. The module supply voltage is 5 V. The relay board switches voltage up to 250 V and withstands current up to 10 A. Module Specifications: Chip LM393 Relay SRD-05VDC-DL-C Maximum load 10A, 250V Rated voltage on the coil, V 5 Wire length, cm 20 Operating temperature, °C -25 ... +70 Module dimensions, mm 60 x 30 x 20. 21 1 PC.
26026 CHINA
4 грн.
Cable gland PG7 (pressure gland, gland) is used to fix wires and cables with a diameter of 3-6.5 mm at the point of entry into electrical appliances and switchboards. Operating temperature range is from -40 ºС to +80 ºС. With it, you can protect equipment from dust and moisture, and the cable from premature wear and tear. The cable gland is airtight, easy to assemble, and features secure clamping teeth to ensure uniform pressure around the cable. 3.5 DIP 100 pieces.
26025 CHINA
23 грн.
Alligator-banana cable for multimeter tester, length 1m. 40 20pcs
26024 CHINA
320 грн.
Hot characteristic: A mega tester was designed on the basis of the ATmega328 microcontroller, the COG12864 LCD display, a key button, a block, a quartz resonator and other additional components, to ensure the correct operation of the robot. I will add some special features: automatic switching on and easy calibration process. Change of parameters: For the help of the LCR-T4 mega tester, you can find out the parameters of such components: capacitor, resistor, conductor elements (transistor, diode) and inductance coil. Vimiruvach can designate the following parameters of electronic components: element opir inductance capacitor capacity Type and characteristics of the transistor /diode Transmission coefficient of the base of a bipolar transistor Bipolar transistor voltage FET gate capacitance Field-effect transistor voltage Voltage drop on diodes Parasitic capacitance of the diode In order to change the parameter of the component, it is necessary to turn on the power socket at the same time as the "Krona" battery. Let's then clean up the fixation from the block, pulling the important uphill, and place the necessary element in the block. If necessary, close the latch, pulling the valve down, and briefly press the control button. Let's use the mega tester LCR-T4 to automatically determine the characteristics of the element, which is installed into the bar. Catch your respect, when the capacitor capacity is reduced, it is necessary to discharge it! Calibration: Calibration of the tester is guilty of being carried out periodically as for any other vimiruvalnyh devices. In order to calibrate the switch, prepare two high-capacity capacitors (polypropylene, metal-filled ...) with a capacity of over 100nF and 4-30nF, as well as a jumper for switching three contacts in the test panel. Next, you need to install a jumper in contacts 1, 2, 3 and press the control button. When switched on, the screen will display "Self-test mode?". Press the button again to confirm. The calibration will be revealed. Dock the message "Isolation!" and remove the jumper. Self-calibration will continue until the capacitor symbol appears and the rating must be inserted. As a rule, during the first calibration, it is necessary to insert a capacitor on the back with a capacity of over 100 nanofarads, and then 4-30 nanofarads, and with advance only 4-30 nF. Completion of the calibration is accompanied by the revision of the software version and the "Test completed" notification. External calibration can be repeated by going to the menu and selecting the "Self test mode" item. Technical characteristics I will add: microcontroller ATmega328 Life pressure, V 9 Support range 0.1 Ohm ... 50 MOhm Range of variable inductance 0.01 mH ... 20 H Range of variable capacity 25 pF ... 100000 uF Working strum, mA 25 Module dimensions, mm 72 x 59. 50 1 PC.
26023 CHINA
156 грн.
A set of components for self-assembly of a frequency meter with a range from 1Hz to 50MHz and a function of a quartz resonator tester. With it, it is easy to detect a malfunction of the generator, measure and adjust the frequency. The constructor contains only parts and a board, to assemble the finished product you will need a soldering iron, solder and flux (rosin). It will be useful for both beginners and experienced electronics engineers. - Allows you to measure the frequency of quartz resonators; - Power saving mode (if there is no change in the frequency readings, the display turns off automatically (0 flashes) - Automatic switching of frequency measurement ranges - When displaying results in kHz, the decimal point flashes - When displaying results in MHz, the dot showing the fractional part is lit - Possibility to independently program input polarity - Possibility to program the value to be subtracted or added to the measured value (digital scale) Specifications:   - Measuring frequency range: from 1 Hz to 50 MHz - Measurement accuracy - 5 digits (for example 0.0030 kHz; 8.1925 MHz; 16.000 MHz) - Supply voltage: 5...9 V - Current consumption in standby mode: 11 mA - Dimensions: 80 x 53 mm 34 1 PC.
26022 CHINA
43 грн.
A digital voltmeter that is designed to measure the DC voltage of an electrical circuit. This device can be used in power supplies, chargers of various devices, etc. It can also be used to measure voltage in various electrical circuits by connecting the device to the terminals. The features of this voltmeter are low cost and high measurement accuracy. A digital voltmeter was designed based on a seven-segment indicator, a control microcircuit and other auxiliary components. The display is designed to show the value of the current voltage. This voltmeter model has a red backlight. The voltage measurement range is from 0 to 30 V. The measurement error is about 1%. Due to its small size and embedded design, the digital voltmeter can be mounted in the panel of someone's device. Mounting holes are located on the back of the case, allowing you to mount the device on a flat surface. A digital voltmeter is connected to the measured electrical circuit using 3 wires. Pin assignments: VCC (red wire): supply voltage 4.7 - 30 V GND (black wire): ground VIN (white wire): external device voltage measurement 0 - 30V This digital voltmeter can be connected in 2 ways: If the supply voltage of the measured circuit is in the range from 4.5 to 30 V, then the device can be connected directly to the circuit. If necessary, the digital voltmeter can be connected to a separate power source, then the VIN pin must be connected to the measured circuit. The device is powered by the measured electrical circuit or an external power source. The power supply voltage range of the device is from 4.7 to 30 V. Using a supply voltage above 30 V will damage the device. As protection against exceeding the permissible voltage value, it is recommended to install a fuse, suppressor, etc. on the input. Technical parameters of digital voltmeter: Range of measured voltages, V 0 ... 30 Supply voltage, V 4.7 ... 30 Measurement error, % 1 Input resistance not less than, kOhm 100 Current consumption, no more than, mA 18 Measurement time, ms 300 Display Color Red Operating temperature range, °C -10 ... +65. Overall dimensions, mm 35 x 23 x 20.5 Landing size, mm 32.5 x 22.5 Digit height, mm 9. 9.2 DIP 1 PC.
25988 CHINA
39 грн.
The digital voltmeter is designed to measure the voltage of an electrical circuit. A feature of the module is the small size of its indication. This digital voltmeter can be used in the power supply, on-board computer of the car and other devices that need visualization of voltage values. It can also be used to control the voltage of chargers. The current voltage value is displayed on a seven-segment display. The measured voltage range is from 0 to 30 V. The measurement error of the device is ±1%. The meter has 3 wires: Red wire: 4 - 30 V digital voltmeter power supply Black wire: "ground" White wire: external power supply voltage measurement 0 - 30 V The digital voltmeter is already calibrated. Additional calibration of the digital voltmeter is carried out using a trimmer resistor, which is located on the reverse side of the board. 5.7 1 PC.
25983 CHINA
30 грн.
Length 120 mm. 16 10 pieces.
25804 CHINA
8 грн.
10+7,60 грн.
50+7,20 грн.
100+6,40 грн.
USB TYPE-C 12pin socket. 0.8 SMD 250pcs Socket 12 For a fee TYPE-C
25803 CHINA
7 грн.
10+6,65 грн.
50+6,30 грн.
100+5,60 грн.
USB TYPE-C 6pin socket. 0.7 SMD 500pcs Socket 6 For a fee TYPE-C
25802 CHINA
12 грн.
10+11,40 грн.
50+10,80 грн.
100+9,60 грн.
10-pin mini USB smd vertical 1 SMD 250pcs Socket 10 For a fee mini USB
25800 CHINA
5 грн.
10+4,75 грн.
50+4,50 грн.
100+4 грн.
USB-A socket angled short SMD. 1.2 SMD 100 pieces. Socket 4 For a fee USB
25799 CHINA
4 грн.
10+3,80 грн.
50+3,60 грн.
100+3,20 грн.
USB-A socket angled short. 1 DIP 100 pieces. Socket 4 For a fee USB
25790 CHINA
91 грн.
5+86,45 грн.
10+81,90 грн.
75 10Вт 1 PC. 2 5V IP20
25789 CHINA
28 грн.
The HW-040 (KY-040) module consists of a rotation angle sensor (encoder) and auxiliary electrical components for stable operation of the sensor. An encoder is a mechanical sensor that reports the angle of rotation, rotation speed and direction of the axis of various devices. This module can be used to control servos or stepper motors. The HW-040 module has 20 fixed positions per revolution. These positions represent a small click when the encoder axis is rotated. The rotation angle sensor has 3 outputs, which are designated (A, B, C). The principle of operation of the encoder is to change the positions of the switches. One switch is responsible for connecting pins A and B, and the second for pins B and C. Each change in the position of the sensor axis changes the states of the switches. In addition, the encoder is equipped with a button that works when the shaft is pressed. The button can be used to select menu items of the device or to change the sensitivity of the sensor. A low TTL level appears on the sensor when the contacts are closed, then zero is applied to the CLK and DT pins. A high logic level is generated when a 5V supply voltage is applied. Pins CLK and DT transmit data about the rotation of the axis in the direction of clockwise or counterclockwise. CLK: encoder pin A DT: encoder pin B SW: defines the state of the button VCC (+): supply voltage GND: ground (pin C) As a power source, you can use an external power supply, the Arduino platform, or any other microcontroller device. Supply voltage, V 3 ... 15 Number of fixed positions 20 Axle diameter, mm 6 Module dimensions, mm 20 x 30 x 30. 7 DIP 1 PC. Keyboards, joysticks
25788 CHINA
28 грн.
The matrix keyboard consists of 16 buttons (4 columns × 4 rows), including 10 numbers, 4 letters, * and #. The keyboard outputs are connected to the 8-pin PLS-8 connector (the output pitch is standard, 2.54 mm). The cable between the keyboard and the connector is flat, flexible, 8.6 cm long. The matrix membrane keyboard can be fixed on a flat surface due to the self-adhesive backing. It is used to create combination locks, control various devices, smart home elements and robots, etc. In addition to Arduino, it is also used in circuits based on AVR, PIC, ARM and other microcontrollers. 6.5 DIP 20pcs Keyboards, joysticks
25787 CHINA
12 грн.
Mica for microwave ovens, dimensions 150x150 mm and thickness 0.4 mm, maximum temperature 500°C. It is widely used to make the protective plate of the wave channel (magnetron channel) in household microwave ovens. It is recommended to replace the protective mica plate at least once a year, depending on the intensity of use of the oven. Fat falling on the mica surface absorbs microwave radiation, which leads to a sharp decrease in useful power at the initial stage, and subsequently the mica itself, the magnetron cap burns out and, finally, the magnetron fails. 19 100 pieces.
25784 CHINA
5 грн.
Electret microphone KPCM-6022P D6*2.2mm, 2V, -60dB, 2.2 kOhm. 0.3 DIP 100 pieces. Microphone
25783 CHINA
4 грн.
Electret microphone KPCM-4015P D4.0*1.5mm, 2V, -40dB, 2.2 kOhm. 0.2 DIP 100 pieces. Microphone