Slicer Discord
LED Overhead Lamp – 3D-Druckmodell von Thingiverse Thingiverse

LED Overhead Lamp

von djtron
4 Downloads
4 Likes
0 Makes
Zum Modell
See pictures for wiring as its fairly simple. You will need a small switch as well that measures 8.5 x 13.5mm for fitting in the hole. You can also take the STL and modify the switch hole for another one that you want to buy

---Arduino CODE---

#include
#define PIN 6
#define LOW_HIGH_PIN 13

#define LED_COUNT 200
#define MAX_TOTAL_COLOR 200
#define ALL_ON 0


Adafruit_NeoPixel strip = Adafruit_NeoPixel(LED_COUNT, PIN, NEO_GRB + NEO_KHZ800);

uint32_t magenta = strip.Color(75,0,75);
uint32_t aqua = strip.Color(0,75,75);
uint32_t yellow = strip.Color(75,75,0);
uint32_t orange = strip.Color(100,60,0);
uint32_t off = strip.Color(0,0,0);
uint32_t white = strip.Color(150,150,150);
uint32_t dimWhite = strip.Color(60,60,60);

static void setstrip(uint32_t color);

void setup() {
// put your setup code here, to run once:
pinMode(LOW_HIGH_PIN, INPUT_PULLUP);
strip.begin();
Serial.begin(9600);
setstrip(white);
}

void loop() {
if(digitalRead(LOW_HI
Quelle
Thingiverse
Was du zum Drucken brauchst: Mittel Niedrige Konfidenz
Warum?
großer Druck
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 2/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
Mindest-Druckbett
200 mm (Groß)
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!

Ähnliche Modelle

6 Vorschläge
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen