-
Posts
435 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Events
Everything posted by HarryA
-
Can I replace MPXV7002DP transducer by MPXV7002DPT1?
HarryA replied to Holy Hathaway's topic in Projects Q/A
This site gives the MPXV7002DPT1 as an alternative to the MPXV7002DP see: https://www.apogeeweb.net/circuitry/mpxv7002dp-transducer-datasheet-features-pinout.html#product-overview This one has a list of exact alternatives also: https://www.newark.com/nxp/mpxv7002dpt1/pressure-sensor-2-to-2kpa-sop/dp/28X3717 -
The 2sc5200 is a large "High-Fidelity Audio Output Amplifier" it would be used as the last stage in a mullti-transistor amplifier. What is the input in to your amplifier? Consider using an op amplifier that would give you a simple amplifier that could use a low level input and give you 5 watts or more output. The LM383/TDA2002 is an 8 watt power amplifier that uses 5 capacitors and 2 resistors. You can drive a 4 ohm speaker directly with It. As it is an old op amp you may find a more modern version of it. The LM383 is available on Ebay.
-
You can use the 1N5408 in place of the 1N5404 and you can use the 1N5404 in place of the 1N5408 if the voltage is less than a peak reverse voltage of 400 volts.
-
Can you copy this code and paste it into the IDE and get it to compile? Be sure to select nano in the IDE tools->board = "Arduino Nano". This is for an ultrasonic device but for testing you do not need the device: #define trigPin 9 #define echoPin 10 long duration; int distance; long firstoff; int distancefirst; void setup() { Serial.begin(9600); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); delay(1000); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); firstoff = pulseIn(echoPin, HIGH); distancefirst = firstoff*0.034/2; // cm digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance= duration*0.034/2; // cm //distance = duration * 0.0133 / 2; // in Serial.println(distance); delay(1000); Serial.println(distancefirst); if (distance <= distancefirst - 5) { tone(3, 500, 500); delay(500); tone(3, 800, 500); delay(500); delay(50); } } It is the first project from: https://create.arduino.cc/projecthub/projects/tags/nano
-
Try https://search.yahoo.com/ I found all four that way!
-
Hello everyone, good afternoon. I am new here. And I've been researching a common defect in a polk dsw pro5000 board. Whoever has the schematic diagram or gives me the list of the following components, I'm very grateful. D4 (?) C7 (?) Diodo? D5 (?) That is a 5000 not a 500? see: https://hardforum.com/threads/polk-audio-dsw-pro-500-no-power.1978149/
-
What can be used to increase the LM3914N voltage
HarryA replied to Tessie Swift's topic in Electronic Gadgets
If you download the lm3914.pdf file from TI you will see directions on how to program the current. I believe it is sinking current not supplying voltage. Also there are numerous web sites on how to build an LM3914 dot/bar display driver circuit. See: https://www.ti.com/product/LM3914 For others; this is what it looks like: -
Advice Please On this amp design
HarryA replied to john121's topic in Electronic Projects Design/Ideas
-
Advice Please On this amp design
HarryA replied to john121's topic in Electronic Projects Design/Ideas
Making your R1 2000 ohms from 1000 ohms improves the output with slightly less output power. What do you expect for output power and what do you have for input voltage? Also the transistors are large current perhaps some thing smaller? The circuit you are using has a base current of about 1.8 ma for the 2SC5200 at 150 mv peak input that is quite low. -
The circuit below is similar to what you want to do. Using a 4 input NAND gate you can connect it to the 4 outputs that represent the valve you want. Your NAND gate output would connect to the clr line.
-
Advice Please On this amp design
HarryA replied to john121's topic in Electronic Projects Design/Ideas
The output looks good in the simulator at 120mv(peak to peak) the current through the 8 ohm resistor is about 500ma pp which is about 1 watt. At 150mv the output is starting to clip on the bottom. This is do to the PNP Q3 having more base current than Q2. Q3 is directly connected to Q1 while Q2 is off from Q1 by the two diodes or 2 * 0.7 volts I would think. The base currents; green is Q3 and yellow is Q2. I like this circuit better as it is symmetrical; both transistor get the same amount of base current I would think. -
So you have a double pole single throw switch. There are two sets of contacts in the switch. Two of the connectors connects to one set of contacts and the other pair of connectors connect to the other set of contacts. You need to know which pair of connectors connects to each set of contacts. I believe.
-
Do you have a number/ID for the 4 pole switch?
-
Advice Please On this amp design
HarryA replied to john121's topic in Electronic Projects Design/Ideas
Using what I could find for similar transistors in the simulator I used your circuit: Green trace is the current through the NPN and yellow the PNP. The current through the 8 ohm load looks good inspite of the asymmetry in the transistor currents. Connecting the PNP between the two diodes removes the asymmetry but changes the output current: -
OP27G is distorted when the frequency exceeds 4K
HarryA replied to ROSELJR's topic in Electronics chit chat
What are you connecting it to? Perhaps the impedance is to low? -
see "Simple Way to Fix Out of sync stepper motors" at: https://www.youtube.com/watch?v=U_RiwMSG9rE
-
Good quality and cheap price do not go together. I buy cheap from Ebay but not always good. I buy some from Amazon.com because I have prime and can get things quickly. Jameco.com is a good hobbies supplier but they are on the west coast and I am on the east so delivery is slow; also digikey.com is high quality but to slow for me.
-
The 5 relays on the board are single pole - single throw. You wish to expand the number of contacts with you switch? What type are the switches? You mention schematics? Where does the latching come in?
-
Schematic / Datasheet for LY6806 device.
HarryA replied to vidalv's topic in Datasheet/Parts requests
Looks like you will have will have to draw it out yourself. If you have photoshop or The GIMP you can use the photographs and lay one (as a transparent layer) over the other; that helps. Else buy a new one: https://www.ebay.com/itm/283527434087?hash=item42038d4f67:g:unQAAOSwh4ZfImWk -
I lost my modem so I am down until this weekend or Monday. I will help answer questions then. I am using the library's wi-fi today.
-
I am working with CS5484 for a project and I am unable to configure the IC
HarryA replied to Srenath's topic in Projects Q/A
I wonder if you could gleam some useful information from this article; it's for the CS5464. https://corgitronics.com/2014/06/30/using-the-cirrus-logic-cs5464-for-ac-current-measurement/ -
I am working with CS5484 for a project and I am unable to configure the IC
HarryA replied to Srenath's topic in Projects Q/A
Try https://github.com/stamp/CS5484.git At on clicking the [code} button see download ZIP I see I am now Rank: Newbie(1/14). Does that mean all my past sins have been forgotten? -
I am working with CS5484 for a project and I am unable to configure the IC
HarryA replied to Srenath's topic in Projects Q/A
There is a library file ( GOLANG library for SPI ) here that maybe helpful? https://github.com/stamp/CS5484 I have problems finding the page that has the {code} button to download the file; you may have to dork around with the URL a bit.