Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

A small project that counts and stores the number of times that the arduino booted up

Notifications You must be signed in to change notification settings

agerard57/INO_Arduino-boot-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

INO_Arduino-boot-counter

A small project that counts and stores the number of times that the arduino booted up.

Table of contents

Detailled description

I started working on this since I wanted to use the I2C method for displaying something on the 7-segment display. I also wanted to test how to store data into the arduino nano (using E²PROM), even after it has been turned off.

When powered on, the arduino gets from memory the number of times the system has turned on, then displays it and rewrites the old value with the new incremented value. Then, it plays a neat sound ;)

If you want to start from 0, simply press the "reset button" added into the circuit: that will set the number to default.

Components and supplies

  • 4-Pin button
  • 5V Active buzzer
  • 10K Resistor
  • Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack
  • Arduino Nano
  • Breadboard
  • Jumper wires

Breadboard view

image

Schematic view

image

About

A small project that counts and stores the number of times that the arduino booted up

Topics

Resources

Stars

Watchers

Forks

Languages