I’ve been running 100 leds for years on a Teensy. It’s an old config but it still works fine.
I’ve checked the forum and the Teensy 3.1 can go up to 6Mbaud: PJRC (Teensy) Forum
Do you really need more than 10fps? It’s an ambilight, not a HD picture. I remember on my RPI’s I had configured the framebuffer at 10Hz and it gave a good ambilight experience.
Found a fix. Looks like Debian is missing FindMbedTLS.cmake in the modules. I found one online and copied it to the modules directory which fixed the issue.
Sorry to come back on the issue, I had the same problem as others and would like to learn what I did wrong while I am a for sure not a linux expert. also sorry for my english…
Doing the step " Running Hyperion.NG"
I get
root@osmc4k:/home/osmc/hyperion.ng/build# cp /root/hyperion.ng/assets/webconfig /root/.hyperion/
cp: cannot stat ‘/root/hyperion.ng/assets/webconfig’: No such file or directory
and of curse it turns out that hyperion.ng is installed the wrong place in home/osmc and not in root.
I did change to be root buy doing sudo -s (see #) while I understood from the suggested link that this was enough to become root. BUT I suspect this is exactly the problem because I remained in the osmc dir when I performed the compilation of the source files? However what I can see now afterwords is that when I do a fresh/new ssh login as root I end-up in the root dir. Is my assumption correct ?
Also what to do now? Can I just copy osmc/Hyperion.ng as suggest by Numiah too root or is there a more correct way doing this on linux ? or should I recompile from the root dir? also I did not manage to find .hyperion in the /home/osmc/ dir using ls -a ?
As a newbie I feel stupid to ask silly questions but would like to learn
try to log in to the device as root via ssh before you are performing the steps from the guide again from the top. This should have you running in no time!
If you’re hitting another snag let me/us know and we’ll find a cure
make sure the folder is actually there. It might help to use a sftp browser like filezilla or winscp to get a better grasp on what the remote file structure actually is.
I bet you’ll still find everything under /osmc/hyperion.ng/…
Did you start over from the top? Including a fresh github checkout?
Anthrax
PS: Maybe someone could enlighten me on how to package hyperion.ng into an installable addon for osmc so it gets easier for the non linux heads (still is hard for me as well )
Yes I started from the start again and all seemed to go well.
Yes the folder is there and yes I normally use filezilla. I was actually thinking just to copy with out asking for help but …when I prefered to asked in the end.
have a look at the FastLED documentation which is pretty good:
And this example should have everything you need adjust for your chipset… FirstLight.ino
There you’ll find all the usable chipsets and how to configure them
check out this (commented) line of code here: FastLED.addLeds<WS2812B, DATA_PIN, RGB>(leds, NUM_LEDS);
[Edit] I just saw, that my sketch still uses the old FastSPI_LED version which has since been renamed FastLED so don’t get mixed up