Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entry Counter

Entry Counter

Built in Breadboard, a Hack Club program. This project took ~2.4 hours of work.

What It Does

A device that uses the motion sensor to count when a person enters and sounds of a buzzer to greet them. It also has a temperature sensor that has its results displayed on an OLED.

How It Works

The circuit is captured in breadboard-project.json, and the firmware that runs it is in the firmware/ folder.

How To Use It

Order parts listed in the BOM and connect them like in the photo. After, flash the code from the source files using ESP32 IDE.

Walk past the motion sensor to increment the count. This action is reflected upon the displayed count on the OLED and triggers a sound from the buzzer. To reset the count, press the button connected to the CLEAR_PIN. To decrement the count, press the button connected to the DELETE_PIN. Additionally, there is a temperature sensor that detects the current temperature. This is then displayed on the OLED.

Demo

Schematic

The editor snapshot is in breadboard-project.json.

Bill of Materials

Part Quantity
breadboard-full 1
buzzer-active 1
dht11 1
pir-motion-sensor 1
pushbutton 2
ssd1306-i2c 1

Firmware

Firmware files are in the firmware/ folder.

Build Journal

Build journal entries are kept in journals.md.


Made in Breadboard — 2.4h of work

Breadboard mascot

About

A device that uses the motion sensor to count when a person enters and sounds of a buzzer to greet them.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages