Warzone Win Counter

This is an ESP32 project that will ping the Rapid API endpoint for Warzone information to print out how many warzone wins a given user has.

Hardware

  • ESP32
  • Adafruit 7-segment LED with Backpack

Setup

Required Libraries

  • <Adafruit_GFX.h>
  • "Adafruit_LEDBackpack.h"
  • <Arduino.h>
  • <ArduinoJson.h>
  • <WiFi.h>
  • <WiFiMulti.h>
  • <WiFiClient.h>
  • <Wire.h>
  • <HTTPClient.h>

Credentials

Compile Project

  • Plug in your ESP32 and upload the project to it!