I'm trying to make a Bluetooth speaker set that also has some lights.
I got the amp from eBay which runs at 12v 1amp, the led strips are also 12v and I want to control them from the Ardunio nano.
I'm trying to take some samples from the audio input into the amp to set the led strip design.
How much voltage do I need to run all 3 circuits at the same time. I'm a little unsure when it comes to calculating voltage and amperage and I'm still waiting for some parts to arrive.
At the moment my circuit runs 4 lm7805cv voltage limiters to convert the 12v from the LEDs to the Ardunio pins and 1 of those is to power the Ardunio directly.
So can anyone help me with understanding voltage without a 10 hour course ?
AceScottie:
At the moment my circuit runs 4 lm7805cv voltage limiters to convert the 12v from the LEDs to the Ardunio pins and 1 of those is to power the Ardunio directly.
So were do the other three voltage regulators connect to?
Could you draw a circuit diagram of how you have connected this.
Or post a picture.
Since you have a 12volt LED strip, you need a 12volt supply.
Current requirement depends on the type and length of LED strip.
Post a link.
Not sure what the voltage requirement is for the "bluetooth amp" or "lamp".
Post links.
Leo..
Cloning sometimes produces an animal with three heads.
This circuit is such a failure.
An 78xx can only be used as power supply.
You most likely don't need a regulator.
There is already one (smaller version) mounted on the Micro board.
The RAW supply input is rated from 6-20volt.
12volt can be directly connected to that RAW pin (! not the VCC pin !).
I assume you want to drive a LED strip.
You need three logic mosfets to drive the three colours.
Three 220ohm resistors between Arduino output pin and gates.
And three 10k resistors from Arduino outputs to ground.
What is the length of the strip.
There are many types. Post a link.
Leo..
What is your electronics, programming, arduino, hardware experience?
Sorry but you will definitely let the smoke out if you use that circuit.
How do you expect the Pro to control the LEDs?
Please place labels on your two sockets to identify what the pins are, eg 12V , gnd.
Tom.....
Can I suggest you;
Gargle Ohms law
Gargle LED basic circuits
Gargle LM7805 voltage regulator basics
Ok thanks for all the advice, I see i must of misinterpreted a mosfet for a voltage regulator (they kinda look the same).
as for experience, Arduino: little, Programming: quite a bit, Electronics:little, Tinkering: enough to fill 5 lifetimes .
Re worked the Design quite a bit now got 1 12v to 5v regulator to power the Arduino. (using a Nano which has no RAW pin only VIN and 5+ and dont know the rules on the VIN)
You just don't get it.
It is the gate of the FET that should be connected to the Arduino pins. Correct that and it is still not what you are trying to copy.
Try again.
AceScottie:
Re worked the Design quite a bit now got 1 12v to 5v regulator to power the Arduino. (using a Nano which has no RAW pin only VIN and 5+ and dont know the rules on the VIN)
Get rid of the 7805 regulator, and put 12volt directly on the Vin (= raw) pin.
It seems Jerome didn’t know what he was doing either. Red and green/blue are connected differently.
10k from Arduino pin to ground.
220ohm from Arduino pin to gate.
Source to ground.
Drains to LED RGB strip.
Led strip common anode to 12volt.
Leo…
Sorry it took so long to reply (I have Uni and stuff). Got my AMP today and it works and is pretty decent.
Remade the diagram a bit and as a quick note; MOSFET pinout assumed 1=Source 2=Gate, 3=Drain.
If you would like to know what my goal is, I hope to create a Bluetooth speaker set that flashes in sync with the music and can run off a few batteries or a DC plug.