I have 2 WS2812B matrix embedded in foam.

I have 2 WS2812B matrix embedded in foam. This is the chest for a pair of boxing robots I’m building. I have the FastLED demo program working on a Teensy 3.2 in this video. https://www.facebook.com/OverthrowRobotics/videos/439416679844074/

I’m looking to hire someone to make some custom graphics that I can control over serial. I want to be able to tell it an X, Y origin for an explosion pattern. I send it that X, Y and a circular pattern expands out from there.

There are pressure sensors in the foam under the LEDs, so when a robot gets hit in a certain spot I want to send the command to turn on that pattern in that spot.

If anyone is interested send me a message.

Here’s another video of a chest piece without the LEDs so you can get an idea of what it’ll look like. https://www.facebook.com/OverthrowRobotics/videos/439865903132485/

Very interesting project !

I am not a programmer and am not offering my 'professional ’ services but here’s a link to an old fireworks display I did for fun a few years ago…

https://plus.google.com/u/0/106626345342202981932/posts/Kniw33j29GH

In the comments, you can find a link to the code.

I am thinking you could adapt this as a start. You would probably forget about calculating the movement of the shells from the ground up and just enter an X-Y based on your sensors and also eliminate the 'gravity component that pulls down the shells and the sparks.

If you have a sensor value that indicates the strength of the robot punch, you could use that value to set the number of ‘sparks’ that explode instead of using a random number.

Good luck with that project.
https://plus.google.com/u/0/communities/109127054924227823508/s/JPRoy%20fireworksIf

That’s pretty cool. I have an interface built with Unity3D that the player uses to control the robot and when the chest is touched I have sparks fly off the chest. With a little tweak this could look similar to that. I’ve got so many pieces to get done on this project if anyone wants to help with this piece reach out. Thanks for posting!

Could a touch screen be used to get the position? Maybe they’re clear and flexible?

Most touch screens are capacitive which once embedded in foam won’t work. I use velostat for the pressure sensor, works ok.