New Page 2

 

Welcome to SDR!

  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Down
  • Drunk
  • Embarraded
  • Enraged
  • Friendly
  • Geeky
  • Grumpy
  • Happy
  • Hungry
  • Piratey
  • Poorly
  • Sad
  • Shy
  • Sneaky
  • Tired
  • + Reply to Thread
    Page 1 of 2 1 2 LastLast
    Results 1 to 15 of 28

    Thread: PWM LED Controller Advice

    1. #1
      jschnepf is offline Registered User
      My status is: Happy as a clam
       
      I am:
      Amused
       
      Join Date
      Feb 2011
      Location
      San Marcos
      Posts
      1,090

      PWM LED Controller Advice

      Alright, I am going to start working on my DIY led build again. Got sidetracked for a year or so, but i'm back on task. One part I don't have nailed down yet is how I am going to control all my color channels. I was leaning towards the coralux storm x controller with 16 pwm channels it seemed like the best choice. Just wondering if anyone has a better suggestion, since I haven't looked into new options for the past year. And also if anyone is using the storm or storm x if I might be able to come see it in action.

    2. #2
      nanoreef1 is offline Registered User
      My status is: 83Reefs
       
      I am:
      Amused
       
      Join Date
      Jun 2012
      Location
      San Marcos
      Posts
      7,495
      What type of leds are you thinking about using? Rapidleds.com sells nice dimmable controllers. You can also try Nanobox sell dimming kits I'm sure. I'm sure there's alot more but those I would start looking at. How many colors of leds you want to control? Any pics of the leds post them to see have an idea of what your using and materials.😀

      Sent from my SM-N920T using Tapatalk
      Last edited by nanoreef1; 10-12-2015 at 08:05 PM.

    3. #3
      jschnepf is offline Registered User
      My status is: Happy as a clam
       
      I am:
      Amused
       
      Join Date
      Feb 2011
      Location
      San Marcos
      Posts
      1,090
      Yeah I have a thread somewhere on here, ill search and bump it for you. I think i have about 10 different colors i would like to have individual control of. I looked at the bluefish controller but it only has 6 channels.

    4. #4
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      You might want to look at rasberry pi or arduino. Its a little code heavy for a diy. But you can expand a LOT. Not sure of the controller pricing your looking at.
      The o th er option ive been looking at is pi with knobs. Set the level and the controller only sets ramp time. Then you can gang them and use rewer channels.
      the only thin wackyier than buildin a diy led is building the diy controller. But if you can build the emitter array is pretty simple to add the controller hardware. Its just the code im lost on.
      its pretty simple to someone who knows it.

    5. #5
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      I belive its unbereefable that is the code wiz.

    6. #6
      jschnepf is offline Registered User
      My status is: Happy as a clam
       
      I am:
      Amused
       
      Join Date
      Feb 2011
      Location
      San Marcos
      Posts
      1,090
      I have both raspberry pi and arduinos lying around here and have played with both for different projects. I have typhoon running on one of my arduinos already but trying to get a decent user interface with control of 9 led colors, fan speed, moon leds, and temp sensor hasn't been easy.

      If you are running one I would love to come checkout your setup and take a gander at your code if you are willing to share.

    7. #7
      greg619 is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jun 2015
      Posts
      200
      If you've got the pi then put a WiFi dongle in it and build the interface as a Web app. You can use off the shelf code to make a decent setup pretty quickly. Store the settings in a file or database on the pi and then build a script to handle the timing of your various outputs.


      Sent from my iPhone using Tapatalk

    8. #8
      jschnepf is offline Registered User
      My status is: Happy as a clam
       
      I am:
      Amused
       
      Join Date
      Feb 2011
      Location
      San Marcos
      Posts
      1,090
      Quote Originally Posted by greg619 View Post
      If you've got the pi then put a WiFi dongle in it and build the interface as a Web app. You can use off the shelf code to make a decent setup pretty quickly. Store the settings in a file or database on the pi and then build a script to handle the timing of your various outputs.


      Sent from my iPhone using Tapatalk
      You lost me on the first statement... I won't ever use wifi on a device that has a wired network option. I am using my current pi as a web based controller for my 3d printer. It was a premade package called octoprint.

      I guess I should have added that as much as I love DIY I am going to try and go with a tested and proven setup. I have a 1.5 year old, and between her and work clients time is in short supply. I can't take a couple hundred hours to learn to program the pi and build a nice front end web page when I could buy a full packaged product for 95 bucks. 5 years ago I would absolutely be the guy to save 30 bucks and spend the time to make it work on my own. I didn't think the pi had the number of IO ports that I require for my project either, but honestly I haven't done that much research on them. I originally wanted to use it as a network media player but it fell far short on my expectations, so it was repurposed to run the printer.

    9. #9
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      Will you guys come hang out with me. I have a large grill and beer. Also several schematics of controller led pump plans you may find interesting. I'd appreciate the help.

    10. #10
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      It takes a village.

    11. #11
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      [QUOTE=greg619;968703]If you've got the pi then put a WiFi dongle in it and build the interface as a Web app. You can use off the shelf code to make a decent setup pretty quickly. Store the settings in a file or database on the pi and then build a script to handle the timing of your various outputs.


      Sent from my iPhone using Tapatalk[/QUOTE

      Yup. I get that.

    12. #12
      jschnepf is offline Registered User
      My status is: Happy as a clam
       
      I am:
      Amused
       
      Join Date
      Feb 2011
      Location
      San Marcos
      Posts
      1,090
      Are you going to the sdmas meeting this month? Lets talk there if you are.

    13. #13
      greg619 is offline Registered User
      Enter Status Here..
       
      I am:
      Set you mood here...
       
      Join Date
      Jun 2015
      Posts
      200
      Pi definitely has enough io. Arduino depends on the chip you choose. I mistook the direction you were headed. Neither of these platforms is an "out of the box" solution. And you're right - there are at least 3 major techs to learn to do this whole system. Ps. I use WiFi cause my tank isn't near a hard line.


      Sent from my iPhone using Tapatalk

    14. #14
      unbereefable is offline Registered User
      Enter Status Here..
       
      I am:
      Piratey
       
      Join Date
      Dec 2009
      Location
      Look behind you!
      Posts
      1,742
      Storm X. No coding. Just wire up and go. Much easier and quicker.

    15. #15
      crabbysd's Avatar
      crabbysd is offline Registered User
      My status is: Damp to the armpit
       
      I am:
      Geeky
       
      Join Date
      Feb 2012
      Location
      SDSU
      Posts
      1,283
      How many channels on storm x. I'll look at it today.
      But it's like building a robot. I could buy one. But where's the fun in that.
      If there are components that can be incorporated that are store bought that saves time and I can afford I'm into that.
      Last edited by crabbysd; 10-13-2015 at 09:24 AM.

    + Reply to Thread

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

       

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts