esp8266-geigercounter/README.md

23 lines
993 B
Markdown
Raw Normal View History

2015-12-24 20:08:14 +01:00
# Mightyohm.com Geigercounter connected to ESP8266
Here's some code and schematic to connect your mightyohm.com geiger counter to the Internet of Things (IoT).
![Schematic](https://raw.githubusercontent.com/b4ckspace/esp8266-geigercounter/master/schematic.png "How to connect")
2015-12-24 20:15:26 +01:00
**If you use the external 3,3 volts, you have to remove the batteries from the geiger counter!**
2015-12-24 20:15:01 +01:00
2015-12-24 20:12:17 +01:00
## compile
To compile this code, just clone or download the master branch as a zip and ramp up your arduino library. For this code to work, you need the SimpleTimer-library (http://playground.arduino.cc/Code/SimpleTimer#Download) and the ESP8266 added to your Arduino-IDE as a board (https://github.com/esp8266/Arduino, see install instructions)
## settings
2015-12-24 20:18:14 +01:00
You need to adjust the settings in the settings.h file.
2015-12-24 20:12:17 +01:00
## license and credits
This code is under MIT license (Christopher Schirner <schinken@bamberg.ccc.de>)
The geiger counter is used at our hackerspace in bamberg (https://hackerspace-bamberg.de)