Comments: LED Cloud-Connected Cloud

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #116805 / about 8 years ago / 3

    One question.... 4 Amp power supply? It doesn't seem enough. For example in the blueSky() function you have: strip_a.setPixelColor(i, 0, 170, 175) over all 300 pixels. My math may be wrong but that seems to work out to over 8 amps assuming 60mA per pixel at full white (255, 255, 255). Is my assumption of 60mA for white incorrect or am I missing something else?

  • Member #1645692 / about 3 years ago / 1

    The instructions for this LED cloud-connected Cloud including download and install of Arduino libraries. I can't find which specific libraries are required as part of this project. The instructions seem like a basic introduction to downloading libraries with no relation to the project at all. Is there something I'm missing?

    Thanks.

  • Member #1645692 / about 3 years ago / 1

    I want to begin working on this project and I've noticed a greater number of addressable LED options since this project was shared in 2016. The directions here suggest a resistor and capacitor added to help protect LEDs. So the question I have is about whether that suggestion is still warranted, knowing:

    1) The suggested LED spool has capacitor after each LED segment, and 2) Some other vendors have LED spools that have both a resistor and capacitor with each LED segment

    Thank you.

  • Member #1588665 / about 4 years ago / 1

    May you provide pictures of the fully complete circuit board for us soldering newbies (underside and topside).

    Should I add soldering material to all the green highlighted through-pins, even if they not "connected" to anything? Thanks!

  • Member #1500854 / about 4 years ago / 1

    I am interested in doing this project, but swapping the Pro Mini out for a Trinket M0. I understand pin #4 is required to run the led strip, but I can't for the life of me figure out where to assign which pin on the Trinket will accept data from the ESP8266. Can you help?

    • santaimpersonator / about 4 years ago / 1

      Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. That being said, it sounds like you are using hardware we don't offer/support so our assistance might be limited at best (but the community might be willing to help you out more).

  • Member #1398148 / about 6 years ago / 1

    Hi, I want to make this by myself but I have WS2811 LED strip and NodeMCU. Can anyone help me?

  • -------------------- Tech Support Tips/Troubleshooting/Common Issues --------------------

    States.h File

    Make sure that the "States.h" file in the same folder as the CloudCloud.ino [ https://github.com/sparkfun/IoT_CloudCloud/tree/570fda603d4ebe0294ab029a0ca8a9a0341f6045/Thing/CloudCloud ]. Otherwise, the code will not recognize certain variables and functions that are defined when the code compiles.

  • Member #879311 / about 7 years ago / 1

    I've built my LED Cloud-Connected Cloud, but I can't seem to change the led colors. The Blynk app does appear to be connecting to the Spark Thing Board (the 'led' screen on my iPhone states when it is not connected. I had to lower the voltage from my adjustable AC adapter to 3V. otherwise, the led lights would just blink. I'll start messing with the code to see if I can make the lights do something. Any suggestions are appreciated.

  • Member #802786 / about 8 years ago / 1

    Hi, there is an error in the CloudCloud Thing code on Github as of 5/12/16. The code uses the variable "time" which is used in another piece of code. It will not compile properly. You can use find and replace in the Arduino IDE. Replace "time" with "time1". Don't do a "Find & replace all", as there is also a "timeout" variable used. Sparkfun, please take some time to go over this tutorial again and make some minor updates, as it is really cool, once it works. The Thing code needs updating, spell checking your "Resorces", and perhaps a new Fritzing drawing that does not have the resistor/LED strip plugged into what is normally a power bus. The Arduino code runs fine on a Nano v3 board as well. Thanks!

  • FMz / about 8 years ago * / 1

    Where can I find "states.h"? Arduino 1.6.8 doesnt have it!

    EDIT: Nevermind. Found it!

  • Member #116805 / about 8 years ago / 1

    Great project! Dramatic and not too complicated although there are quite a bit of parts to bring together. I'm going to adapt it for my own ARM board so I'll have to port all the code over. You gave enough detail so that won't be too bad. Thanks!


If you've found an issue with this tutorial content, please send us your feedback!