Home

Awesome

"Buy Me A Coffee"

Arduino Web Timers

Click here to open the Web App

<img width="800" alt="image" src="https://user-images.githubusercontent.com/777196/221049698-d2a51443-73c8-42d7-8e85-b46f25c42dc7.png">

Application to configure and visualise timers. All your changes are stored in the url, bookmark and share configured timers!

Supported microcontrollers:

Supported timers (all!)

Supported modes (all!)

Supported features (all!)

How does this work?

A fun fact: I learned a lot about timers myself while creating this web app, but even more by playing with it! You can see all internal variables the constraint solver sees by switching to "With internals" at the top right of the screen.

--

Development

npm install npm run start

Deployment

A Gihub action for deployment is automatically triggered on each commit to master.

It can also be done locally via: npm run deploy