QSSN is an Arduino project that connects to a WiFi network, fetches the latest submission status from Codeforces, and displays an animation on an LED matrix.
- Arduino UNO R4 WiFi
- USB C cable for programming and power
- Arduino IDE
- Arduino_LED_Matrix library
- WiFiS3 library
- Clone this repository to your local machine.
- Open
QSSN.ino
in the Arduino IDE. - Update the WiFi credentials and Codeforces handle in
Config.h
. - Upload the code to your Arduino board.
- The device will connect to the specified WiFi network.
- It will fetch the latest submission status from Codeforces every 5 seconds.
- The LED matrix will display a checkmark for a successful submission or a bug for a failed submission.
- Ensure the WiFi credentials are correct.
- Check the serial monitor for any error messages.
This project is licensed under the MIT License.