Go to file
hem@hdk 0c10ef4ba9
Fix custom hostname (#2)
- Changed HOSTNAME to constant macro definition so it is properly evaluated via #ifdef directive.

- Increased max. hostname length to 24 characters.
2020-09-23 13:10:11 +02:00
dep Added WifiManager and Home Assistant Autodiscovery 2020-06-28 14:36:37 +02:00
.gitignore Ignore settings.h; Add settings.h.example 2016-02-20 22:21:16 +01:00
LICENSE Add readme and license 2015-12-24 20:08:14 +01:00
README.md Wording 2015-12-24 20:18:14 +01:00
esp8266-geigercounter.ino Fix custom hostname (#2) 2020-09-23 13:10:11 +02:00
schematic.png Update schematic 2015-12-24 20:13:58 +01:00
settings.h.example Fix custom hostname (#2) 2020-09-23 13:10:11 +02:00

README.md

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

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)

settings

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)