adriankoehler / csgo-arduino-rgb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csgo-gsi-arduino-rgb

CS:GO Game State Integration + Node.js + Arduino + Individually Adressable RGB-LED Strip.

Script based on Shaunidiot's CSGOGSI and maciejb2k arduino-rgb.


Scripts setup

Install node.js

Put gamestate_integration_node.cfg in csgo \cfg folder.

Example: C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

Create a main folder for downloaded scripts, put server.js there, and in the same folder:

npm install node-csgo-gsi --save

npm install johnny-five

npm install serialport

After that, go to \node_modules\node-csgo-gsi\ and replace index.js with downloaded index.js.

To run script, open CMD, type:

cd C:\example\path\to\folder-with-scripts

node server.js

Arduino setup

npm install node-pixel

npm install -g nodebots-interchange

Plug in your arduino

interchange install git+https://github.com/ajfisher/node-pixel -a nano --firmata

In server.js file, configure data pins, stripLength. You can also change colors of CS:GO events in server.js file, but remeber to use full HEX colors("#ffffff", not "#fff").


Problems

  1. If you'll close csgo, by typing ingame console "quit" or "exit", color of latest event will stay on led strip until restart, so you have to "disconnect" first, then program will set color from main menu, which you can define in "server.js" file.

Credits

shaunidiot/node-csgo-gsi

rwaldron/johnny-five

https://chrisruppel.com/blog/arduino-johnny-five-neopixel/

About


Languages

Language:JavaScript 99.7%Language:Batchfile 0.3%