|
513
|
Using Arduino / General Electronics / Re: op-amp virgin.
|
on: November 04, 2012, 09:12:55 am
|
A preamp would be more useful as I can read in the signal to Arduino  or to a power transistor to drive a speaker. it's 1am here, just something i had in mind to do tomorrow  (at last lol)
|
|
|
|
|
514
|
Using Arduino / Networking, Protocols, and Devices / Re: BASIC-like Interpreter for Arduino
|
on: November 04, 2012, 09:09:15 am
|
I understand where you're coming from, i started off programming in GFA BASIC - an old german written interpreter in BASIC ,i then graduated to Pascal (Object Pascal/Delphi) where I lived for a long time.. but... Sometimes you have to accept 1 language does not fit/do all  you'll pick up the language in no time.
|
|
|
|
|
515
|
Using Arduino / Networking, Protocols, and Devices / Re: arduino ethernet speed problem
|
on: November 04, 2012, 09:00:24 am
|
|
Hmmmm..
Opening closing sockets like that every second is asking for trouble esp if your connection is lagged and can't keep up.
Personally, i'd open a socket on the server and keep it alive, and just send the data every second to a constantly open socket rather than close it, to do this i'd probably opt for a server side script eg php or if it's your own server, write a small server to deal with the arduino.
|
|
|
|
|
516
|
Using Arduino / General Electronics / Re: op-amp virgin.
|
on: November 04, 2012, 08:48:08 am
|
|
about 4 years ago (i know i know) I bought an what I thought was a 8 pin dip, Audio Amplifier, when i got home and looked it up..
it was a "LM833N Dual Audio Operational Amplifier"
and that's what that circuit uses uses (above picture) so I need a 2nd voltage rail? to pull off an audio amplifier?
|
|
|
|
|
517
|
Using Arduino / General Electronics / op-amp virgin.
|
on: November 04, 2012, 08:32:40 am
|
Never used one before ever, always stuck to transistors to do most jobs.   Am i right in assuming this circuit will indeed amplify an audio signal?
|
|
|
|
|
519
|
Using Arduino / General Electronics / Re: advice on wiring a photoresistor please
|
on: November 04, 2012, 03:35:59 am
|
 the 1k resistor is to simply limit the current, the LDR (Light Diode Resistor) is also acting as a resistor, the difference is, the 1k resistor will always be 1k, while the LDR can vary from a few Ohms in bright light or a 100K - into the Millions depending on the manufacturer. As the LDR gets less light (more resistance), the more of a voltage drop across the LDR (higher the analog in read value to the Arduino). swap the 1k and LDR around, and you'll have the opposite happens... (in an analog circuit, you'd have it go to a transistor to switch an LED on, in which case swapping around would simply mean having the transistor switch on with a LOW light level or the other way round, have the transistor switch on when it's Bright. Ohms law will explain this.
|
|
|
|
|
520
|
Using Arduino / Project Guidance / Re: High power LED not turning off when using transistor
|
on: November 04, 2012, 01:02:39 am
|
I really don't get what all the fuss is about... Simply connect a resistor to your pin out (280ohm or there abouts), remove the transistor, connect it straight to the LED via the resistor, then connect gnd, it will work fine, and breathe in and out, just dimly is all  but this will rule out a problem with the Transistor.
|
|
|
|
|
521
|
Using Arduino / General Electronics / Re: make a transistor "snap on"
|
on: November 02, 2012, 10:54:19 am
|
years ago from dicksmiths here in aus... one of the circuits used a unijunction transistor to switch on > 3 volts.... i need to buy some sometime... ah finally i understand a use for a schmitt trigger! i shall check it out thanks 
|
|
|
|
|
522
|
Using Arduino / General Electronics / make a transistor "snap on"
|
on: November 02, 2012, 10:39:02 am
|
|
without resorting to an IC or an MCU.. or even a unijunction..
how would you make a standard 3 pin turn on.. for example using an ldr or a voltage divider...
as the voltage rises on the base c/e start conducting... is there a way via discrete components to only trigger off digitally.. now it's on now it's off.. nothing inbetween
|
|
|
|
|
524
|
Using Arduino / Motors, Mechanics, and Power / Re: uno hangs on switching the relay
|
on: November 02, 2012, 09:35:40 am
|
|
It does sound like 2 things.
1. not enough current? 2. the voltage spikes produced from the magnetic fields of the coil may be causing you the issue.
Instead of using VIN, increase your voltage out to about 7.5volts on your regulator, feed it into the DC barrel jack, it will then regulate the voltage down to 5v also with it's smoothing capacitors there, you might just get away with it...
Thing with inverters and relays and generators, they create a lot of EMI noise, add a couple of caps, use an inductor, keep the power source to the Arduino as clean as possible..
To anyone else here, could optocouplers help?
|
|
|
|
|