Send CSGO:GSI datas to Arduino throught serial communication
Python 2
PIP
- Arduino (Uno, Mega, Mini...)
- 3 resistors 100Ω
- 3 N-Channel MOSFETs
- 12V LED Strip RGB 4 Pins
Upload the arduino/main.ino
to your Arduino.
$ git clone https://github.com/synyster0fa7x/csgo-gsi-to-arduino.git
$ cd csgo-gsi-to-arduino/python
$ python -m pip install -r requirements.txt
$ cp config.json.dist config.json
Fill config.json
with your parameters then launch the server with :
python main.py
The server is now listenning for POST request then send the datas to your Arduino throught serial COM.
Copy the .cfg
file into your CS:GO config's directory. This is mine for exemple :
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\
then restart CS:GO.
This project is licensed under the MIT License - see the LICENSE.md file for details.