From 87ad09d122c6ea87f1cbddbec4db9c0f25bce647 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sat, 28 Aug 2021 18:10:31 +0200 Subject: [PATCH] Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30ff4fe --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Geiger Counter Enclosure + +Enclosure for a Geiger Counter kit with some enhancements: +- 18650 power bank holder +- average radiation value displayed via a servo motor +- 3 switches to enable/disable: + - power + - beeper + - servo motor + +Included are OpenScad `*.scad` source files that can be used for exporting `stl` files for 3D priting, plus an Arduino project file for driving the servo display. + +## Resources +- [Geiger Counter kit repository](https://github.com/2969773606/GeigerCounter-V1.1) +