Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Releases: MatthewSchimmel/Distance-Alarm

Distance_Alarm_v3.1

Distance_Alarm_v3.1 Pre-release
Pre-release

Choose a tag to compare

@MatthewSchimmel MatthewSchimmel released this 07 Jan 04:00

Automatic Distance Alarm System - Lite

This is pre-release because for some reason the wifi access point doesn't properly respond to inputs from clients.

  • Uses the ESPRESSIF ESP32S2 microcontroller, code written in Arduino IDE in C++
  • Computes distance from an ultrasonic distance sensor and speed of sound algorithm
  • Activates alarm function if distance < threshold, or button is held down
  • Alarm is alternating flashing lights plus a loud buzzer
  • Buzzer can be silenced through website hosted on its wireless access point
  • Distance and more feedback info is available in the serial monitor (terminal-like window) of the Arduino IDE
  • Distance & more feedback also now available on the 4-digit display

Capture

For more details, see The Google Drive Archive

Distance_Alarm_v3.0

Choose a tag to compare

@MatthewSchimmel MatthewSchimmel released this 20 Dec 23:01
3188071

Distance Alarm System - version 3.0

  • Uses the ESP32S2 microcontroller, code written in Arduino IDE in C++
  • Computes distance from an ultrasonic distance sensor and speed of socund algorithm
  • Strip of LED's indicates level of closeness to threshold
  • Activates alarm function if distance < threshold, or button is held down
  • Alarm is flashing lights plus a loud buzzer
  • Buzzer can be silenced through website hosted on its wireless access point
  • Distance and more feedback info is available in the serial monitor (terminal-like window) of the Arduino IDE (at 11250 baud)
  • Distance & more feedback also now available on the LCD screen
    v3

For more details, see The Google Drive Archive

Full Changelog: https://github.com/MatthewSchimmel/Distance-Alarm/commits/v3.0

Distance_Alarm_v2.0

Choose a tag to compare

@MatthewSchimmel MatthewSchimmel released this 07 Dec 22:25

Distance Alarm System - version 2.0

  • Uses the new ESP32S2 microcontroller, code written in Arduino IDE in C++
  • Takes in distance from an ultrasonic distance sensor
  • Activates alarm function if distance < threshold, or button is held down
  • Alarm is flashing lights plus a loud buzzer
  • Buzzer can be silenced through website hosted on its wireless access point
  • Distance and more feedback info is available in the serial monitor (terminal-like window) of the Arduino IDE

photo of System 2.0

For more details, see The Google Drive Archive

Distance_Alarm_v1.0

Choose a tag to compare

@MatthewSchimmel MatthewSchimmel released this 07 Dec 22:16

Distance Alarm System - version 1.0

It uses the Raspberry Pi Pico W Microcontroller, and C++ uploaded using the Arduino IDE

  • Takes in distance from an ultrasonic distance sensor
  • Activates alarm function if distance < threshold, or button is held down
  • Alarm is flashing lights plus a loud buzzer
  • Distance and more feedback info is available in the serial monitor of the Arduino IDE

Schematics