Skip to content

davidramiro/esp-cs2-gsi-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-cs2-gsi-matrix

ESP Matrix

ESP server to show CS2 game state on an RGB matrix.

3D printed case by @adafruit is available on Printables.

Setup

Any ESP board with WiFi and a WS2812 LED matrix like Adafruit NeoMatrix should work.

This specific config was tested with:

  • Wemos D1 Mini
  • 8x8 Adafruit NeoMatrix
  • PlatformIO CLI

Define hardware settings in main.h, set the dimension of your matrix.

pio run -t upload

Add the following config to your CS2 cfg folder, setting your ESP IP on the uri key:


"ESPCS2GSI Integration v1.0.0"
{
 "uri" "http://10.0.3.25"
 "timeout" "5.0"
 "buffer" "0.1"
 "throttle" "0.5"
 "heartbeat" "15.0"
 "data"
 {
   "round"          "1" // round phase, bomb state and round winner
   "player_state"   "1" // player state (used for health)
 }
}

About

🎮 ESP server to show CS2 game state on an RGB matrix

Resources

Stars

Watchers

Forks

Packages

No packages published