pjpmarques / T-Wristband-PocketPrimeGenerator

Pocket Prime Number Generator using LillyGO T-Wristband

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket Prime Number Generator using LillyGO T-Wristband

What is this?

This program displays prime numbers on a LilyGO Wristband, which uses a ESP32-PICO-D4 processor.

Notable features:

  • It calculates the prime numbers on startup upto 99,9999 (the display can only show 6 digits)
  • When pressing the button it shows a graph with how much battery is left as well as it's level and percentage
  • LED turns on when charging from USB
  • It uses light sleep for improved power consumption

Images of the project

The wristband showing the prime numbers:

Primes

And the percentage of battery left (by pressing the button):

Battery

How to compile and run

Requirements:

If you have all these installed, simply open the project in PlatformIO, hit the "build" and "upload" buttons. Please refer to the documentation on how to properly connect the programmer to the band:

License

Apache 2.0

About

Pocket Prime Number Generator using LillyGO T-Wristband

License:Apache License 2.0


Languages

Language:C++ 100.0%