This is used to verify the identity of students who are using the 3D printer in the ICRS lab. By displaying information about them based on their ID card.
- Student verification
- 3D printing Authentication
- Adding new card to the system (not implemented yet)
- Print label to claim a project box (not implemented yet)
See https://github.com/ICRS/icrs_lab
-
Copy the contents of
src/TFT_config.hinto.pio/libdeps/lilygo-t-display/TFT_eSPI/User_Setup.hThis will let us use the settings for the TFT display with the library -
Edit the
src/config.hfile to set the correct wifi credentials and the server address.
Then use Platform IO to build and upload the code.