diff --git a/README.md b/README.md index b97ad96..00f2fbb 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,17 @@ Here's some code and schematic to connect your mightyohm.com geiger counter to t ![Schematic](https://raw.githubusercontent.com/b4ckspace/esp8266-geigercounter/master/schematic.png "How to connect") -**If you use the external 3,3 volts, you have to remove the batteries from the geiger counter!** - ## 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) +To compile this code, just clone or download the master branch as a zip and ramp up your arduino IDE. -## settings +* Needed external dependencies are PubSubClient and optionally ArduinoOTA. +* Rename `settings.h.example` to `settings.h` +* Select Wemos D1 Mini clone in Platform -You need to adjust the settings in the settings.h file. ## license and credits -This code is under MIT license (Christopher Schirner ) -The geiger counter is used at our hackerspace in bamberg (https://hackerspace-bamberg.de) +This code is under MIT license (Christopher Schirner ) diff --git a/schematic.png b/schematic.png index 5fc07a8..d333548 100644 Binary files a/schematic.png and b/schematic.png differ