GitXplorerGitXplorer
B

Arduino-Weekends

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1e433895710191d31d29d90e6a4f29aebb943fde

Update README.md

BBalint-H committed 5 years ago
Verified
037ef1ffd224f2545e971aef12ba1d3cedf8dcc5

Update README.md

BBalint-H committed 5 years ago
Unverified
c9ab7e3ac11eda46428ffb3cbb733f2d86ec8b66

Added images

BBalint-H committed 5 years ago
Unverified
3be33d5c13442d784c8199afcb9bb55d420e31e5

Projects stored on GitHub for posterity

BBalint-H committed 5 years ago
Verified
ea4d72d626f10defc4b3bd488116d1d32ad9420c

Initial commit

BBalint-H committed 5 years ago

README

The README file for this repository.

Arduino-Weekends

Personal short projects with Arduino

Higlights:

lowMemWaveform:

A cheap, low memory digital oscilloscope that can display 
readings in a small display. Manipulates low level 
registers on the chip to sacrifice resolution for 
magnitudes larger sampling frequency.
Instrumentation amplifier not included.
--------------------------------------------------------

pong_v4:

A two player game as an exercise in object based 
programming. Uses oled display, and potentiometers as 
controllers.  Increasing difficulty over time.
--------------------------------------------------------

HRM2: Image_of_cyoa

Interfaces with electronic sthethoscope. Denoises the 
signal, and displays heartrate on LCD screen.
--------------------------------------------------------

CYOA and Code_writer: Image_of_cyoa

A choose your own adventure displayed on LCD, with 
turning pages, handling debounced button inputs, 
and several choices. Code_writer converts text 
input into sourcecode for CYOA to speed up the 
programming process.
--------------------------------------------------------

velostat3:

A piece of code I often reused when a project needed
pressure sensing. Usually with a piece of velostat
--------------------------------------------------------

MORSE_LOOPER and MORSE_SOUND:

Encodes text into Morse code, to be outputted as blinking
LED or beeping sound.
--------------------------------------------------------