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.
- ESP32
- Adafruit 7-segment LED with Backpack
- <Adafruit_GFX.h>
- "Adafruit_LEDBackpack.h"
- <Arduino.h>
- <ArduinoJson.h>
- <WiFi.h>
- <WiFiMulti.h>
- <WiFiClient.h>
- <Wire.h>
- <HTTPClient.h>
- Create a rapid API account and sign up for an API key
- Copy
credentials_example.h
intocredentials.h
and enter your:- WiFi Network
- WiFi Password
- RAPID_API_KEY
- Warzone Username
- Warzone Platform
- Plug in your ESP32 and upload the project to it!