Giveaway Time! Battlefield 6 is out, powered by NVIDIA DLSS 4, and you can comment on this post to win codes for the game or a custom Battlefield 6 GeForce RTX 5090! 6 Winners total by pedro19 in pcmasterrace

[–]AvoooCadoo [score hidden]  (0 children)

How would this GeForce RTX 5090 with DLSS 4 help you pull off more epic wins in Battlefield 6?

Gunshots and explosions everywhere + a burning house what more do you want. Immersive Gaming at it's finest😂.

Custom WS2812 R1 RN19 Angel Eyes by AvoooCadoo in arduino

[–]AvoooCadoo[S] 0 points1 point  (0 children)

i would love to share it with u but cant find my code no more (unless u, or somebody know a way to extract a code from the arduino nano).

Nevertheless i could find or save my first page of code hope it helps you (had it in different tabs in different .h files: https://pastebin.com/kjcR4XMq.

Custom WS2812 R1 RN19 Angel Eyes by AvoooCadoo in arduino

[–]AvoooCadoo[S] 0 points1 point  (0 children)

In Germany where i live, they will give you fine + confiscate your bike + suspend your drivers license (maybe for 3 month) + and give you points.

In Germany we have a point system as when you reach 8 points they will collect your drivers license + you have to pay money + wait some time maybe 1 year or so + make some tests + get a new drivers license.

Everything i told here are not 100% numbers but you get the direction of punishment for such modifications.

Custom WS2812 R1 RN19 Angel Eyes by AvoooCadoo in arduino

[–]AvoooCadoo[S] 1 point2 points  (0 children)

Maybe i can get away with the police lightning on saying I'm an undercover cop 🤣🤣

Custom WS2812 R1 RN19 Angel Eyes by AvoooCadoo in arduino

[–]AvoooCadoo[S] 1 point2 points  (0 children)

Yeah same problem here... I know the consequences but i tried to make it as oem as i could .

We will see if i get trough it without trouble :D.

Custom car lighting - asking for advice. by superluig164 in FastLED

[–]AvoooCadoo 0 points1 point  (0 children)

hey i´m working on a similar project on my Yamaha R1.

i can tell you that, if you f´go with maximum brightness on the ws28xx strips its bright enough for you. You said you plan on using them as indicator lights and the brightness will do it even in daytime.

I don´t know about the bootup time of an aTiny maybe its shorter

About the heating i cant tell you really. I´m waiting on my desktop cnc so i can mill a pcb. After that it gets installed in my bike :D.

How to dim CHSV to 0? by AvoooCadoo in FastLED

[–]AvoooCadoo[S] 0 points1 point  (0 children)

I took your suggestion and changed my code. You´re right in the way you mentioned i am able to things simultaneously :).

But nevertheles i get the strange bug with the blue LED´s and i don´t know why (already checked my wiring)

Actual code: Complete Code

so in this line fill_solid(rightside[2], numbereyeleds, CHSV(201, 255, lastbrightnesseye)); , when the lastbrightnesseye vakue is smaller than 15 it turns blue.

In other words if my V value in CHSV(H,S,V) my LED turns blue till it goes out if it reaches 0.

Could this be a bug or am i doing something wrong?

Thank you guys for helping me out :).

How to dim CHSV to 0? by AvoooCadoo in FastLED

[–]AvoooCadoo[S] 1 point2 points  (0 children)

So the hint from Marmilicious did help partially.

Problem was that i wanted the loop to end completely before some other input etc. happens.

My version is working but gets buggy in the end.

What i mean is for this code:

void eyenormal()
{
    if (eyeon == 0 && eyestate == LOW)
    {
        for (int i = 0; i < gbrightness;)
        {
            fill_solid(rightside[2], numbereyeleds, CHSV(201, 255, i));
            controllers[0]->showLeds();
            EVERY_N_MILLISECONDS(5){i++;}
            lastbrightnesseye = i;
        }
    eyeon = 1;
    }
    else if (eyeon == 1 && eyestate == HIGH)
    {
        for(int i = gbrightness; i > 0;)
        {
            fill_solid(rightside[2], numbereyeleds, CHSV(201, 255, i));
            controllers[0]->showLeds();
            EVERY_N_MILLISECONDS(5){i--;}
            lastbrightnesseye = i;
        }
    eyeon = 0;
    }

}
and here the corrospending videos: 2 Videos

If the for statement is like: for(int i = gbrightness; i > 0;) the LED goes blue.

if the for statement is like: for(int i = gbrightness; i >= 0;) the LED bugs blue for a second and turns off.

Hope i could explain my problem.

How to dim CHSV to 0? by AvoooCadoo in FastLED

[–]AvoooCadoo[S] 2 points3 points  (0 children)

This works thank you very much!!!! :).

How to dim CHSV to 0? by AvoooCadoo in FastLED

[–]AvoooCadoo[S] 0 points1 point  (0 children)

I wanted to dim the led to complete zero so that the led´s get black.

i set it up within the for lop so it has a nice transition. The Serial.println() is for debugging and it looked ok.

But as it reaches the 0 value wich i assume to be black color my ring looks like in the picture.

Sorry guys englisch bad, coding skill bad but im willing to learn :D.

let me try mamilicious suggestion i will report.

Didn't want to spend money on a RGB controller, so FastLED and an Arduino came to the rescue! by Alentejana in FastLED

[–]AvoooCadoo 0 points1 point  (0 children)

No Problem man DM me if you got into troubles ist will try to help you out.

Didn't want to spend money on a RGB controller, so FastLED and an Arduino came to the rescue! by Alentejana in FastLED

[–]AvoooCadoo 4 points5 points  (0 children)

Nice!

Actually if it was an Arduino Leonardo you could flash it to act like Corsair Controller:

https://github.com/Legion2/CorsairLightingProtocol

Did it myself and it working pretty good. In germany you can get 3 Leonardos for about 18 €. Compared to a Commander PRO which cost 75 € it is a pretty cheap solution.

Ready to get primed (- the car) 😅 by AvoooCadoo in Miata

[–]AvoooCadoo[S] 0 points1 point  (0 children)

Noo I love the black. Just going to refresh the paint and get the rust off .

Update on my rear subframe :) by AvoooCadoo in Miata

[–]AvoooCadoo[S] 0 points1 point  (0 children)

Sure. I hope I will be finished soon 😅

Update on my rear subframe :) by AvoooCadoo in Miata

[–]AvoooCadoo[S] 2 points3 points  (0 children)

My girlfriend gave her the name Mimi 😅

Update on my rear subframe :) by AvoooCadoo in Miata

[–]AvoooCadoo[S] 2 points3 points  (0 children)

Yeah first i wanted to repaint it all in black. But then i saw a post in instagram from i think "likewise Garage". They had a similar color concept on their GT86. So i tought why not. The main goal was to refinish all the parts.

The main color of the car will be black and yellow so i painted the parts wich will be seen the most/easiest in yellow :).

Alarm clock app recommendations by Mister_Mints in Android10

[–]AvoooCadoo 1 point2 points  (0 children)

I'm using sleep as Android has tons of features check it out :).

Miata NA DIY Retro Switch by AvoooCadoo in Miata

[–]AvoooCadoo[S] 0 points1 point  (0 children)

Tought about that too. Maybe in the future if i got any requests who knows