Jump to content

Trying to RGB the World with Raspberry Pi

HavocNinja37

Hey, so as the title says I'm working on trying to connect RGB strips that can be controlled via RPi, in my research I can't seem to find anything newer than 2014 on ways to do this. I feel like this is something that has been done and would have a simpler solution so I wanted to reach out and see if anyone here and seen or used anything that would be a good solution.

 

thanks

Link to comment
Share on other sites

Link to post
Share on other sites

Here are your steps:

  1. Learn python
  2. Learn how to use the pi as a web server
  3. Learn how to use HTTP or even better HTTPS
  4. Use MOSFETs to drive RGB strips
  5. ???
  6. Profit

Quote or tag if you want me to answer! PM me if you are in a real hurry!

Why do Java developers wear glasses? Because they can't C#!

 

My Machines:

The Gaming Rig:

Spoiler

-Processor: i5 6600k @4.6GHz

-Graphics: GTX1060 6GB G1 Gaming

-RAM: 2x8GB HyperX DDR4 2133MHz

-Motherboard: Asus Z170-A

-Cooler: Corsair H100i

-PSU: EVGA 650W 80+bronze

-AOC 1080p ultrawide

My good old laptop:

Spoiler

Lenovo T430

-Processor: i7 3520M

-4GB DDR3 1600MHz

-Graphics: intel iGPU :(

-Not even 1080p

 

Link to comment
Share on other sites

Link to post
Share on other sites

Why use mosfets when you can use standard transistors? You don't need to switch a high load. I would use standard 2n2222s (I think, BC547s are more common around here) to switch them. Sure, mosfets have a few advantages over transistors but then again they can't handle a very high switching frequency (which can be quite important if you plan on multiplexing the LED strips). What you can also do is get an arduino with an ESP8266 wifi board and run a webserver on that one. Arduino is quite simple to program and it's hella fun. You can use a RasPi but it's quite a bit harder. I'm using an arduino for quite a similar purpose (switching light bulbs) and it works really well. If you plan on switching really heavy loads (and most of all loads that require mains voltage like light bulbs), use relays. They're quite cheap nowadays but you can always use salvaged ones. Relays can switch a lot of current at quite a high voltage but your possible plans on multiplexing the whole thing would fall flat cause relays can only switch so fast... 

i7 6700k - 32GB DDR4-2133 - GTX 980

Link to comment
Share on other sites

Link to post
Share on other sites

  • 3 weeks later...

by any chance have you come accross individually addressable RGB strips?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×