Skip to content

adjustable helmet support ARGB support

Advertising
Advertising
?
Creation quality: 0.0/5 (0 votes)
Evaluation of members on the printability, utility, level of detail, etc.

  • 156 views

License
3D design format
STL Folder details Close
  • cache burau.STL
  • cache.STL
  • rail plastique.STL
  • sup casque.STL
  • support bureau.STL

Learn more about the formats

Publication date 2024-03-08 at 18:03
Design number 1841319

3D printer file info

3D model description

it's a support for those using an Arduino nano with an audio card and a rgb strip, it's made for big headphones and is sand screw to the desk requires 4 M4 screws and a lathe to machine the bar

code arduio:

#include

int r=152;

int g=0;

int b=10;

#define LED_PIN 5 //CONNECT DATA PIN OF PIXEL WITH 5 NUMBER PIN OF ARDUINO

#define NUM_LEDS 144 //CHANGE THE VALUE IF YOU WANT TO USE DIFFERENT NUMBER OF LED IN YOUR STRIP,HERE IN MY STRIP NUMBER OF LED IS 60 SO I SET IT 60.

CRGB leds [NUM_LEDS];

CRGB led [NUM_LEDS];

int s=0;

void setup() {

FastLED.addLeds(leds, NUM_LEDS);

for (int i = NUM_LEDS/2; i >= 0; i--)

{

 leds [i] = CRGB ( r,g,b);


 leds [NUM_LEDS-i] = CRGB (r,g,b );


 delay(40);


FastLED.show();

}

Serial.begin(9600);

pinMode(A0,INPUT);

}

void loop()

{

s=analogRead(A0);

s=s*2;

// Serial.println(s);

// delay(50);

if((s>=450)&&(s<=550))

{

leds [(NUM_LEDS/2)-1]=CRGB (0, 0, 255);


leds [NUM_LEDS/2]=CRGB (0, 0, 255);


Serial.print("1");

}

else if((s>=400)&&(s<=450))

{

leds [(NUM_LEDS/2)-1]=CRGB (153, 153, 0);


leds [NUM_LEDS/2]=CRGB (153, 153, 0);

Serial.print("2.");

}

else if((s>=350)&&(s<=400))

{

 leds [(NUM_LEDS/2)-1]=CRGB (255, 50, 255);


leds [NUM_LEDS/2]=CRGB (255, 50, 255);


 Serial.print("3.");

}

else if((s>=300)&&(s<=350))

{

leds [(NUM_LEDS/2)-1]=CRGB (10, 25, 217);


leds [NUM_LEDS/2]=CRGB (10, 25, 217);


Serial.print("4");

}

else if((s>=276)&&(s<=300))

{

 leds [(NUM_LEDS/2)-1]=CRGB (50, 50, 150);


leds [NUM_LEDS/2]=CRGB (50, 50, 150);


Serial.print("5");

}

else if((s>=250)&&(s<=275))

{

 leds [(NUM_LEDS/2)-1]=CRGB (230, 0, 10);


leds [NUM_LEDS/2]=CRGB (230, 0, 10);


Serial.print("6");

}

else if((s>=235)&&(s<=250))

{

 leds [(NUM_LEDS/2)-1]=CRGB (0, 160, 0);


leds [NUM_LEDS/2]=CRGB (0, 160, 0);


Serial.print("7");

}

else if((s>=200)&&(s<=230))

{

 leds [(NUM_LEDS/2)-1]=CRGB (1, 0, 1);


leds [NUM_LEDS/2]=CRGB (1, 0, 1);


Serial.print("8");

}

else

{

 leds [(NUM_LEDS/2)-1] = CRGB ( r,s-100,b);


 leds [NUM_LEDS/2] = CRGB ( r,s-100,b);

}

for (int i = 0; i <= ((NUM_LEDS/2)-2); i++)

{

 leds [i] = leds [i+1];


 leds [NUM_LEDS-1-i] = leds [(NUM_LEDS)-i-2];

}

FastLED.show();

delay(25);

}

3D printing settings

PLA?PETG ABS

Advertising


Page translated by automatic translation. See the original version.
Issue with this design? Report a problem.

Would you like to support Cults?

You like Cults and you want to help us continue the adventure independently? Please note that we are a small team of 3 people, therefore it is very simple to support us to maintain the activity and create future developments. Here are 4 solutions accessible to all:

  • ADVERTISING: Disable your banner blocker (AdBlock, …) and click on our banner ads.

  • AFFILIATION: Make your purchases online by clicking on our affiliate links here Amazon.

  • DONATE: If you want, you can make a donation via Ko-Fi 💜.

  • WORD OF MOUTH: Invite your friends to come, discover the platform and the magnificent 3D files shared by the community!


Sharing and downloading on Cults3D guarantees that designs remain in makers community hands! And not in the hands of the 3D printing or software giants who own the competing platforms and exploit the designs for their own commercial interests.

Cults3D is an independent, self-financed site that is not accountable to any investor or brand. Almost all of the site's revenues are paid back to the platform's makers. The content published on the site serves only the interests of its authors and not those of 3D printer brands who also wish to control the 3D modeling market.

100% secure payment by credit card, PayPal, Apple Pay, Google Pay, etc.
View all payment options.