RGB LED project.
Uploader Comments (oehrlein49)
All Comments (21)
-
@oehrlein49 In essence, yes this is possible. Although it is against Blizzard's TOS and EULA to use/view such data needed to implement such an application for WoW outside of the game itself. It would result in an account perma-ban.
-
wow. Thank you.
-
lol what do you mean small? id like to see a big one, there are wires everywhere, great work.
-
sounds like some one AFKs in BGs alot :) and wants to see from across the room when he gets attacked ;)
-
i think i can probably code up a wow addon to do that since the are small programs that are added to the UI and can send out data.... thanks for your help
-
I will be better when you say us how you build it^^ Colors looks nice
-
im sure there a small circuit they managed to do that into the psp
-
One way to drive LEDs emx (DOTT) net (DOT) au (slash) RGB_LED_Light (DOT) htm
how did you make this?
And i have one question (and dont flame me)
but can someone create a RGB LED light that can connect to a computer and have a script to interact with a video game? Like where the computer sends out data through the script and the LED will pick up the color from the script line...
For an example. If i play world of warcraft and a monster starts attacking me... can the game send out a line of code through the script and the output on the LED turn red and start flashing
pivmaster89 3 years ago
I updated this project description to include a link for the schematic.
To answer your other question, yes. This is possible, but I'm not entirely sure how you'd interface this with WOW. (you'd probably have to write a GUI plugin.. and I'm not sure if that's some proprietary scripting language that blizzard made up or not).
oehrlein49 3 years ago
Why do you stick to pic PIC 18's ?
cjunk351 5 years ago
I hate coding in assembly... PIC18's have more hardware instructions so that the C code will convert into assembly much more efficiently. Plus, Microchip offers a free C compiler for public use.
oehrlein49 5 years ago
Nice. What prosessor do you use?
laserhill 5 years ago
In this I'm using a PIC 18F452, i mostly stick to PIC 18's...
oehrlein49 5 years ago