Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: MatthewZelenka
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 163 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

MTE 201 Distance Mesurement project

Overview

This project was designed to create a digital measurement system to measure up to three 2x4 LEGO bricks in length, which is approximately 100mm.

The project involves a combination of 3D models for building the measurement device and electrical components, including a microcontroller, which for this project was an ESP32.

The way the measurement device works is by sliding one prong down the side of a rail which has a resistive strip attached to it. By doing this, the voltage divider circuit changes the voltage the microcontroller reads. This is then calibrated using software on the desktop, reading the serial port to produce a distance measurement.

Disclamer

This is for a MTE 201 project do not get policy 71 ed

Owner

  • Name: Matthew Zelenka
  • Login: MatthewZelenka
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
authors:
- family-names: "Zelenka"
  given-names: "Matthew"
title: "MTE-201-Measurement-Project"
version: 1.0.0
date-released: 2024-03-17
url: "https://github.com/MatthewZelenka/MTE-201-Measurement-Project"

GitHub Events

Total
Last Year

Dependencies

code/computer/requirements.txt pypi
  • matplotlib ==3.8.2
  • matplotlib ==3.8.3
  • numpy ==1.26.4
  • pyserial ==3.5