Hello there,
I am learning Arduino, and I would like to try to light on a strip led using a specific frequency with an Arduino UNO.
I think I might be able to do so using the PWM function. I heard the Arduino' pins 5 and 6 have a frequency of approximately 980 Hz. So I could control it connecting the green cable to one of those pin.
But I'm starting to be king of lost. First, what king of library should I use or not ?I added the Adafruit_NeoPixel library. I also read it is possible to install the FastLED library...
And the next, How will it be possible to set frequency to all the chips in the strip led to 30 Hz ? (using the white color).
Thank you for your advise and guidance.