ChrisParkerTech's instructables
Tell us about yourself!
Achievements
- ChrisParkerTech's instructable Neopixel Charcuterie Board's weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Neopixel Charcuterie BoardView Instructable »
Great advice! I should have realized this would be a better solution since I did this technique with my LED lamps and it worked really well. Thanks for the suggestion!
- ChrisParkerTech entered Neopixel Charcuterie Board in the Make it Glow Contest contest
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
This turned out amazing! I love to see people taking my idea and making it bigger. 12x12 is a lot more work but it looks so good I think it was worth it đ
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Yep!
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Most power supplies come with a matching female dc barrel jack. Strip two wires and screw them into the holes on the back of the female jack. Then solder the positive to 5v and negative to ground of the strips. Make sure the ground of the strips is connected to the ground of the arduino. If your power supply didnât come with a female dc barrel jack then you should search on amazon for one. Theyâre usually the same universal size
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Thatâs for an unfinished music visualizer mode. It will eventually sample an on board microphone but I couldnât get it working
- ChrisParkerTech commented on ChrisParkerTech's instructable Decorative Lithophane Light BoxesView Instructable »
Make sure you have the correct board and port selected before you hit upload. If that still doesnât work try uploading an example sketch. If the example wonât upload there might be an issue with your board.
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)
The LEDs connect to pin 8!
View Instructable »In the code there is a section thatâs commented out for testing. If you comment out the main code and I comment the testing code it should light all the LEDs one at a time. For this you wonât need an external power supply and you can just use the 5v and gnd of the arduino. If you have the power supply hooked up I always like to test the the âcolorPalleteâ example that comes with the FastLED library. To find this in the arduino IDE click file>examples>fastLED>colorPallete. Youâll have to change the LED pin and the number of LEDs but other than that it should work!
- ChrisParkerTech's instructable Fire Pit With Sound Reactive Flame, Bluetooth Speaker, and Animated LEDs's weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Yes only two legs get connected. When I strip the wire Iâm just removing some of the cover to expose the wire underneath, not cutting it in half. You could cut the wire into small sections but it would take a lot longer to come t everything. I found it way easier to just leave it as one long wire and strip little sections out.
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
I don't have any better pictures but I can try to explain it a little more clearly. Start by cutting 16 lengths of wire, 8 for the rows and 8 for the columns. I used different colors for clarity but it doesn't really matter. Strip each wire so that there are solder points at each end and evenly spaced to allow 8 buttons to be attached to each wire.Solder a button at each point of the matrix, connecting each button to one row wire and one column wire. Each button has four legs that short when the button is pushed, but the legs across from each other are always shorted so you'll need to be careful. In general I always use legs diagonal from each other to make sure I'm not accidentally creating a closed loop. To test your circuit before gluing everything down, use the continuity test featureâŠ
see more » - ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
The button matrix is definitely the hardest part of this project (not necessarily difficult, just time consuming). Basically I made an 8x8 grid of tact switches. Each switch has four little legs and when the button is pushed, all four legs are shorted. The grid is made with 8 vertical and 8 horizontal strips of wire, one for each row and column. Each button is soldered to its corisponding row wire on one leg, and column wire on the leg diagonal from the other. When the button is pushed, it will short the two wires together. Each row wire and column wire is then connected to an io port on the arduino. The code can detect which button is pushed by checking which io pins are shorted together. Let me know if you need any more help, good luck!
- ChrisParkerTech's instructable Arduino FFT Visualizer With Addressable LEDs's weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Modern Wifi Controlled LED LampsView Instructable »
Glad you like the project! Best thing about WLED is definitely the flexibility
- ChrisParkerTech's instructable Modern Wifi Controlled LED Lamps's weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Modern Wifi Controlled LED LampsView Instructable »
Thanks! Iâm glad you like it!
- ChrisParkerTech entered Modern Wifi Controlled LED Lamps in the Colors of the Rainbow Contest contest
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Look up WLED. It's a really easy to set up and use wifi interface for esp boards. You'll still have to solder the LEDs ina grid like I do in this project but you won't have to worry about any coding and the app is super easy to use!
- ChrisParkerTech followed jiripraus
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
That tile looks like it will work much better than the ones I designed. I used 3 rolls of size 5m 30leds/m. If you use the link on my website you just have to find this option in the size dropdown menu. I got the black color because it was cheapest but that part doesnât really matter.
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
I used the type of wire stripper that clamps and strips the wire when you squeeze. Thereâs a link to the specific one on my website chrisparker.tech or in the description of my YouTube video
- ChrisParkerTech's instructable The Paper Preserver: Save Toilet Paper With Shock Therapy's weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
The LEDs only draw that much current at full white max brightness. Most of my functions use the HSV color scale so at max brightness each LED pulls between .02 and .04 amps. The rainbow function st max brightness pulls the most power and it pulls almost exactly 10 amps. A bigger power supply would be safer but I was trying to keep my budget as small as possible!
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)
Make sure your code sets the LEDs to their max brightness. The tiles should diffuse the light well if the LEDs are bright enough.
View Instructable »Rather than buy a new 5v 10a power supply, I used two 5v 5a supplies I already had and wired them in parallel. Works the same but doesnât look as clean.
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Instead of buying a 5v 10 amp supply like I described I used two 5v 5 amp supplies I already had in parallel. Itâs effectively the same
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)
No issues so far. I never have it on for more than a couple hours though
View Instructable »This is a great suggestion! Clicking each tile 8 times gets pretty annoying
- ChrisParkerTech's entry Interactive LED Tile Wall (Easier Than It Looks) is a winner in the Make it Glow Contest contest
- ChrisParkerTech's entry Interactive LED Tile Wall (Easier Than It Looks) is a finalist in the Make it Glow Contest contest
- ChrisParkerTech entered Decorative Lithophane Light Boxes in the Make it Glow Contest contest
- ChrisParkerTech followed ChrisParkerTech
- ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)'s weekly stats:
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)View Instructable »
Thanks so much for the support!
- ChrisParkerTech commented on ChrisParkerTech's instructable Interactive LED Tile Wall (Easier Than It Looks)
- ChrisParkerTech entered Interactive LED Tile Wall (Easier Than It Looks) in the Make it Glow Contest contest