Good to hear you got it working, upload a video when it starts to look cool.
Type: Posts; User: Quwat
Good to hear you got it working, upload a video when it starts to look cool.
Hello Everyone
I have completed my music visualization prototype and I would like to see what you think. :)
I made a video that shows and explains my design, here is the full version here is...
Hello everybody
I decided to make a video of me making my tenth board, its here on youtube. This is for my 3d pov music visualizer project.
I'm using the toner transfer method so it takes a...
I think he is just referring to GND, I have the same power supply it has the symbols +V & -V to show the difference between the ground for the mains and the 5v. So it leads to call the ground -5V.
...
The reason it only works when the grounds are connected is because otherwise the data signal from the teensy, is like its not connected to the circuit at all. The signal comes from the teensy and it...
So the problem is only the neopixel library works and you think its because of the way the power is connected?
Either the power is connected or its not. With the octo library have you connected...
The 10 bytes represents 20*0-15 values, these are the bar values of each frequency.
No I am not using a two way communication that relies on instant responses, I realize how inefficient that is. I...
OK Paul I will get to fixing those issues.
But in the larger terms do you think the teensy and processing combination plus the overhead of POV, is capable of achieving what I want? (I would like...
Have you read through all of the octo library information yet?
Just telling us it doesn't work doesn't give us anything to go on; what does work, what do you think is causing the problem?
Maybe...
The data represents bar values it takes 4 bits to store 16 values as 0-15, so I fit 2 in each byte.
so I will make a bar music visualization, you must have seen one before? Here an led cube take...
Yes that is correct, got any ideas how to increase the performance?
I'll won't be able to upload a photo until later today, but the setup is a little messy.
Sorry I didn't think the * would matter that much, you can't use find and replace with a space?
Communication isn't one of my strong points (ironically could be the problem with the display...
I would expect that is too much.
But because you are connecting to usb power, it all depends on your computer. Try searching for the output capabilities of your usb ports. Drawing to much current...
If you are using the teensy 3 and the ws2811, then you can't go better than using the octosw2811 library. It is specifically designed for what you are doing.
You are programming it with...
Bit-banging; instead of using the specifically designed library for communication, taking the crude approach and manually toggling (switching) the pins.
That code is a little messy, don't worry...
Personally I'm not familiar with matlab, is it just simulating the logic structure or something? What are you trying to achieve by using it?
Have you got the strip running, what board are you...
Welcome
I have been working on something similar, a 3d POV music visualizer that uses minim in processing.
I posted some early code and explanations here that you may find useful.
In the...
I have fixed the display code so it only updates at the start of each time section, but it doesn't appear as if it has done much to improve the speed. I will have to do more testing.
I think I have found the root of the problem, the display isn't only updating once for each section. This will be having a dramatic effect on performance.
This is backwards, it should be...
Hello all
I am working on a 3D pov music visualizer.
But I have found the delay between processing and the running display is too large, for my purposes. I'm not sure what part of my code is...
No the circuit actually doesn't cost more, it will cost a bit less.
Using the 3x the 595 means I can only get a few different colours, at the cost of 3X slower update rate.
I think that the...
Yes making a full schematic is on the to do list.
The idea is to have the same main control as a single colour POV, but with background high resolution rainbow effects :)
The tlc5940 is to...
Still don't see what I'm on about? try looking at the schematic its very simple
And yes I have tested the circuit already, made this small scale prototype in an hour
The PWM is controlled independently from the shift registers. The shift registers only control if each led is on or not.
All of the leds colours will have a common power, so I can only change the...
Hello everybody
I feel my design is ready for the insanity check, so could you please read over it and point out anything I may have missed?
Here is the document explaining my design.
...
Hello everybody
I am making a kit for us electronics hobbyists and I want to know what the rest of you think is important in a design.
I know for me that cost is one of the most important...
I tried to use the ws2811 strips for pov and the performance is too low. here is a video of the best result I could get
Thanks for the interest and advice guys.
Yes the success of an open project comes down to a lot of factors out of my hands.
But all I really want is an epic music visualization, it ends up...
Yeah I have decided using processing will be the best option all round, but the design approach wasn't exactly what I intended this post to be for, yet.
What do you actually think of the idea?...
Yes I plan on powering it with the teensy 3. I will do the fft in processing, this will be easy to get going and leave the potential for a nice control interface.
Hello everyone, I would like to see what you think of my final year high-school scholarship project :)
My issue;
Listening to music without visualization, is like eating without smell.
...
Hello world
I am making my first pov project with the epic T3 and octo library, but I have run into a problem.
I am at the stage where I'm trying to get all the basics up and running before I can...