Skip to content

Getting Started With Connecting to CubeServer

Joseph Freeston edited this page Feb 9, 2023 · 1 revision

Downloading API Wrapper

After registering your team on https://whsproject.club/team/register, you will receive an email that looks like this:

Thank you for registering your team, [Your Team Name]!

Please verify that all of the following information is correct:
        Team name: [Your Team Name]
        Team division: [Your Team Division]
        Team members: [Your Team Members]

Your team will appear on the leaderboard as soon as you are approved by an admin.
Once approved, you will also be able to submit data to the server-
To get started with programming your microcontroller, see here:
[whsproject.club/team/success?team_secret=...&team_name=...]
DO NOT SHARE THIS EMAIL OR LINK WITH ANYONE!
Doing so would allow them to impersonate your team's cube!


You should save this email for reference.

Good Luck!

Find this email and click the link that is given. It is critical that you do not share this link with anyone outside your team in any way! Anyone with this link has the ability to upload data for your team OR send new code to your cube!

Then, click the first link on the next page:

click "Click Here To Get Started With Programming"

Next, click "CircuitPython .ZIP Library" to download the library. This will download a ZIP file- extract its contents onto the CIRCUITPY drive of your ESP32 microcontroller.

Edit the file code.py to change the main code. Some examples can be found in the sidebar under Snippets.