mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-13 04:24:21 +01:00
Update README
This commit is contained in:
parent
b80294291e
commit
bc16cb95cd
2 changed files with 5 additions and 7 deletions
12
README.md
12
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 <schinken@bamberg.ccc.de>)
|
||||
The geiger counter is used at our hackerspace in bamberg (https://hackerspace-bamberg.de)
|
||||
This code is under MIT license (Christopher Schirner <mail+github@schinken.io>)
|
||||
|
||||
|
||||
|
|
BIN
schematic.png
BIN
schematic.png
Binary file not shown.
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 141 KiB |
Loading…
Reference in a new issue