From 96b85e28295ad5ef870029852b090298fec05fc4 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Fri, 19 Jan 2018 23:12:27 +0100 Subject: [PATCH 1/3] Add readme --- README.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..2c48239 --- /dev/null +++ b/README.markdown @@ -0,0 +1,26 @@ +Stardust Remixer +================ + +(name subject to change) + +The internet is now offering [LED strips](https://www.ebay.com/itm/5M-2835-LED-Flexible-Strip-Light-1200LEDS-IP67-Tube-Waterproof-12V-Ultra-Bright/282513223708) that produce 170 lumen/watt and 650 lumen/$. + +requirements +============ + +- [LED Strip](https://www.ebay.com/itm/5M-2835-LED-Flexible-Strip-Light-1200LEDS-IP67-Tube-Waterproof-12V-Ultra-Bright/282513223708) +- [power supply](https://www.ebay.com/itm/231888936644?var=531117765097) +- [the pcb](https://pub.yori.cc/exp/) (from seeed or oshpark or pcbway) +- [components](https://pub.yori.cc/exp/sr_1.html) +- [ESP-01](https://www.ebay.com/sch/i.html?_nkw=esp-01) or raspberry pi to control it. + +TODO +==== +- [ ] [pcb](./pcb/) +- [ ] case +- [ ] programming +- [ ] control software + +License +====== +CC-BY-SA From 971b7e229fb5eb2ab34692136eed1c5f8e5e1967 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Fri, 19 Jan 2018 23:13:24 +0100 Subject: [PATCH 2/3] Add output link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2c48239..f282fb2 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ requirements TODO ==== -- [ ] [pcb](./pcb/) +- [ ] [pcb](./pcb/) - [outputs](https://pub.yori.cc/exp/) - [ ] case - [ ] programming - [ ] control software From c24a9a66c7ffd2916d52d5f3bc6f360d270ec93e Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Fri, 19 Jan 2018 23:18:02 +0100 Subject: [PATCH 3/3] Write more readme --- README.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f282fb2..02a44e9 100644 --- a/README.markdown +++ b/README.markdown @@ -3,9 +3,11 @@ Stardust Remixer (name subject to change) -The internet is now offering [LED strips](https://www.ebay.com/itm/5M-2835-LED-Flexible-Strip-Light-1200LEDS-IP67-Tube-Waterproof-12V-Ultra-Bright/282513223708) that produce 170 lumen/watt and 650 lumen/$. +The internet is now offering [LED strips](https://www.ebay.com/itm/5M-2835-LED-Flexible-Strip-Light-1200LEDS-IP67-Tube-Waterproof-12V-Ultra-Bright/282513223708) that produce 170 lumen/watt and 650 lumen/$. We'll make our own sun if the one outside doesn't want to cooperate (i.e. >half the time). -requirements +These things are 6-8A each and we want to PWM them at ~50kHz. Also PCB design is fun. + +Requirements ============ - [LED Strip](https://www.ebay.com/itm/5M-2835-LED-Flexible-Strip-Light-1200LEDS-IP67-Tube-Waterproof-12V-Ultra-Bright/282513223708)