2015-12-24 20:08:14 +01:00
|
|
|
# Mightyohm.com Geigercounter connected to ESP8266
|
|
|
|
|
2022-03-15 17:49:27 +01:00
|
|
|
## getting started
|
2015-12-24 20:12:17 +01:00
|
|
|
|
2022-03-15 17:48:39 +01:00
|
|
|
To compile this code, just clone or download the master branch as a zip and ramp up your arduino IDE.
|
2015-12-24 20:12:17 +01:00
|
|
|
|
2022-03-15 17:48:39 +01:00
|
|
|
* Needed external dependencies are PubSubClient and optionally ArduinoOTA.
|
|
|
|
* Rename `settings.h.example` to `settings.h`
|
|
|
|
* Select Wemos D1 Mini clone in Platform
|
2015-12-24 20:12:17 +01:00
|
|
|
|
|
|
|
|
2022-03-15 17:49:27 +01:00
|
|
|
## how to connect the wires
|
|
|
|
Here's some code and schematic to connect your mightyohm.com geiger counter to the Internet of Things (IoT).
|
|
|
|
|
2022-03-15 20:02:54 +01:00
|
|
|
![Schematic](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/schematic.png "How to connect")
|
2022-03-15 17:49:27 +01:00
|
|
|
|
2022-03-15 20:02:54 +01:00
|
|
|
## images
|
|
|
|
|
|
|
|
![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-1.jpg|width=100)
|
|
|
|
![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-2.jpg|width=100)
|
|
|
|
![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-3.jpg|width=100)
|
2022-03-15 17:49:27 +01:00
|
|
|
|
2015-12-24 20:12:17 +01:00
|
|
|
## license and credits
|
|
|
|
|
2022-03-15 17:48:39 +01:00
|
|
|
This code is under MIT license (Christopher Schirner <mail+github@schinken.io>)
|
2015-12-24 20:12:17 +01:00
|
|
|
|
|
|
|
|