Tell us about yourself!
- wilson3682 commented on jiripraus's instructable Freeform LED Sphere
- wilson3682 made the instructable Halloween BadgesView Instructable »
Thanks Jiri for the tutorials you have made. Love them. Here is my version.
- wilson3682 commented on jiripraus's instructable Freeform LED SphereView Instructable »
You're welcome!
- wilson3682 commented on GreatScottLab's instructable Make Your Own SIMPLE 5x5x5 RGB LED CubeView Instructable »
For testing you can use one of the Adafruit neopixel or FastLed samples. I don't have any specific code for this cube yet.
- wilson3682 commented on jiripraus's instructable Freeform LED SphereView Instructable »
To make the code cycle the only thing you have to do is change false to true in this part of the code:if (false && (startMillis == 0 || startMillis + 60000 < millis())) { // 60sand lower 60000 to 10000 for 10 seconds to see it change more often.
- wilson3682 followed Creative Mother
- wilson3682 made the instructable Advanced Useless MachineView Instructable »
Thanks mysior103 this instructable and the code.Here my version with Arduino Nano and a Cd-Rom's Stepper motor.https://www.youtube.com/watch?v=b71fbL6G5fs
- wilson3682 commented on mysior103's instructable Advanced Useless MachineView Instructable »
Thanks mysior103. I finally got mine to work. Thanks again for everything. I will post a video as soon as I finish.
- wilson3682 commented on mysior103's instructable Advanced Useless MachineView Instructable »
Thanks mysior103 for your prompt response. Now I can see k1, but where in the code is k2?
- wilson3682 commented on mysior103's instructable Advanced Useless MachineView Instructable »
Hi mysior103, first of all thanks for the tutorial and for sharing the code. I have a question regarding the k1 switch. Where does this switch is located in the box? I don't see it in the pictures. Thanks again.
- wilson3682 commented on GreatScottLab's instructable Make Your Own SIMPLE 5x5x5 RGB LED Cube
This is GreatScott's wiring picture.
View Instructable »Hi Nolb. I tried my best to explained the wiring and extra capacitors. I used 0.33 uF ceramic capacitor for each power input connected to 5 leds, the recommended capacitor to use for each capacitor is 0.1 uF. I used those because that's what I had at the moment and seems to work fine. The extra capacitor is for power also recommended.Hope it helps!
- wilson3682 commented on GreatScottLab's instructable Make Your Own SIMPLE 5x5x5 RGB LED CubeView Instructable »
Great Job Scott! I made one and it works really nice. Waiting for a code with more effects. Thanks! Here is a short video of my working cube:
- wilson3682 made the instructable Make Your Own SIMPLE 5x5x5 RGB LED CubeView Instructable »
It works! Thanks GreatScott!
- wilson3682 commented on MariusG1's instructable LED CUBE CODE GENERATOR 4x4x4 ArduinoView Instructable »
Thanks! MariusG1 for the instructions and code. Here is a video of the cube working.
- wilson3682 made the instructable LED CUBE CODE GENERATOR 4x4x4 ArduinoView Instructable »
Thanks! MariusG1 for the instructions and code. Here is the video of cube working.
- wilson3682 commented on Onyx Ibex's instructable RGB 8x8x8 LED CubeView Instructable »
Hi Andrew, Do you still have any boards, I would like to buy one. Thanks.
- wilson3682 made the instructable Arduino 16 LEDs Using Two 74HC595 Shift Registers (unlimited Pins)View Instructable »
Great Job JanisR4. Code Works Great!Here is my video: https://www.youtube.com/watch?v=otkB_zlyUck
- wilson3682 made the instructable 48 X 8 Scrolling LED Matrix Display Using Arduino and Shift Registers.View Instructable »
I made one of this. It works very nice! https://www.youtube.com/watch?v=XGMwcXwL8JE
- wilson3682 commented on barclay5426's instructable Arduino/App Controlled Desk LightView Instructable »
Nice project! I downloaded all the files and uploaded the .aia file to app inventor but the project is not complete. Could you please share the full .aia file? Thanks!willy8236@gmail.com
- wilson3682 commented on BGprojectz's instructable 120cm Neopixel LED Bar - 3x VU Meter + Other Light Effects - Arduino - BluetoothView Instructable »
Very nice! Could you please share the apk source code? Did you create it with App Inventor? Thanks!
- wilson3682 commented on vhajar's instructable Pixella - Mind Blowing Led Controller
- wilson3682 followed vhajar
To make the code cycle the only thing you have to do is change false to true in this part of the code:if (false && (startMillis == 0 || startMillis + 60000 < millis())) { // 60sand lower 60000 to 10000 for 10 seconds to see it change more often.