Hello, I'm just an amateur i bought my first Arduino a week ago, i learned much about it, and tried all the simple exemples i found, and i'm planning for my next project, which i want it to be a bluetooth speakers in addition to colorful Leds controlled by android,
i was digging on internet but didn't find any tuto making the both togheter, so i'm wondering is there any way to make this thing work, i already saw it as a product in markets, but having no idea how i'm gonna make led and speakers work together
so beside to arduino and a bluetooth sheild what else do i need ?
also can the arduino recieve the music and get the color code in the same time ?
First thing to do is learn programming and electronics before you spend too much on the project. This is not a simple project for the first time user.
Start by using the Learning tab above and practice the basics. Also do a search in the Search box at the top of this page for other posts on the same subject.
#WeedPharma : thanks for the advice buddy, but really i want to see my limits even in first days, also i have the ability to learn faster,
#Robin2 : First, Thanks for the answer, i already saw tutorials that show how to build a bluetooth speakers or Control led color but i haven't saw the both mixed together, that's why i wanted to mix them using arduino, so what do you think about that ? is it possible ?
I didn't spend a lot of time googling for it but "Arduino bluetooth speakers" returns one instructable which doesn't use any Arduino and then a lot of forum users basically asking the same question. What tutorial have you found?
Most Arduinos don't have enough processing speed to handle any audio at all. Sometimes you can find a module which is controllable - like the Arduino can change tracks but it isn't seeing any of the music data.
The Teensy (like an Ardunio Due but done properly) can do audio. I have yet to try it for myself.