School project - Geiger counter - AtmelStudio7 Project for AtMega328P (on Arduino Nano Board)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander B 5b86a7d644 Reduced signalOutput-time to 150ms
Edited some comments
6 years ago
Geigerzaehler Reduced signalOutput-time to 150ms 6 years ago
.gitignore Removed Project files 6 years ago
.tfignore Init 6 years ago
Geigerzaehler.atsln Added project file 6 years ago
README.md Changed avrdude flash-command (changed baud-rate) 6 years ago

README.md

School project - Geiger counter based on a Geiger-Müller counter tube

Microcontroller code written in C

Microcontroller: AtMega328P
Board: Arduino Nano



Use avrdude (Flash hex-code to Arduino nano):
avrdude.exe -patmega328p -carduino -Pcom6 -b115200 -D -Uflash:w:"(ProjectDir)Release\(TargetName).hex":i