makingdevices / StopWatch

This project is a simple StopWatch for measuring times on different processes or activities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram PCBWAY Stargazers Issues LinkedIn


Logo

Making Devices

Open Source projects where we struggle with engineering, electronics, coding and who knows what else... In this case, Bytes Counter is a very simple digital tally counter, so hopefully you may find it interesting ;)

Table of Contents
  1. About The Project
  2. Build one
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Sponsor

About The Project

Bytes Counter Shot

This project is a simple StopWatch for measuring times on different processes or activities. The project was chosen to test some 4-layers PCBs and experiment with both the XLP (Extreme Low-Power Technology) and the pic18LF14k50 itself. You can measure from milliseconds to more than 99h.

The PCB does not have any power button, since the project's approach is to use the XLP technology of the PIC. It only has two buttons: start/mode button and pause/stop button.

(back to top)

Built With

Microcontroller MPLAB C Kicad SPONSOR

(back to top)

Build one

  1. Get the gerber files for the latest version: V1
  2. Send them to a PCB manufacturer (Our Sponsor is PCBWAY)
  3. Buy all the components from the Bill Of Materials
  4. Solder everything with the help of the schematic
  5. Burn the latest firmware
  6. Give us a Star to the respository ;)

Here it is an assembly video:

Assembly Shot

(back to top)

Usage

Instructions of use:

  • Pressing "Start" will start the StopWatch.
  • Pressing "Pause" will stop the StopWatch.
  • Long press "Start" : it will change the display mode.
  • Long press "Stop" : It will reset the time to 0.
  • 60s without pressing any button: Save Energy Mode -> Display off. It will still count the time.
  • 10s without pressing any button in pause mode: Deep Sleep Mode -> Display off. Not counting

(back to top)

Roadmap

  • Stopwatch and show it on screen
  • enable/disable sound when pressing buttons
  • Low Power Consumption
    • Lower the frequency of the microcontroller at minimum
    • Enter deep sleep mode automatically
    • Save energy mode while still working: Display off
  • Measure power consumption

See the open issues for a full list of proposed features (and known issues).

State: Project FINISHED - 18/08/2022

(back to top)

License

License

Distributed under three licenses:

GPL v3 License

(back to top)

Contact

Making Devices - @MakingDevices

Project Link: https://github.com/makingdevices/StopWatch

Other Links: LinkTree

(back to top)

Sponsor

PCBWay is the most professional PCB manufacturer for prototyping and low-volume production to work with in the world. With more than a decade in the field, They are committed to meeting the needs of their customers from different industries in terms of quality, delivery, cost-effectiveness and any other demanding requests. As Sponsor of Making Devices, they will be in charge of all the PCBs for MDV, allowing both of us to grow together in a long term partnership. We hope you take them into account for your both personal and professional prototypes or products.

Sponsor Shot Sponsor Shot

(back to top)

About

This project is a simple StopWatch for measuring times on different processes or activities.

License:GNU General Public License v3.0


Languages

Language:C 91.0%Language:Makefile 9.0%