esp8266-geigercounter/README.md

23 lines
703 B
Markdown
Raw Normal View History

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).
![Schematic](https://raw.githubusercontent.com/b4ckspace/esp8266-geigercounter/master/schematic.png "How to connect")
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