Go to file
schinken 387657901d Fix ArduinoOTA 2022-03-17 14:36:36 +01:00
images Add optional pulse mqtt event 2022-03-16 17:07:18 +01: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 Add optional pulse mqtt event 2022-03-16 17:07:18 +01:00
esp8266-geigercounter.ino Fix ArduinoOTA 2022-03-17 14:36:36 +01:00
settings.h.example Add optional pulse mqtt event 2022-03-16 17:07:18 +01:00

README.md

Mightyohm.com Geigercounter connected to ESP8266

getting started

To compile this code, just clone or download the master branch as a zip and ramp up your arduino IDE.

  • Needed external dependencies are PubSubClient and optionally ArduinoOTA.
  • Rename settings.h.example to settings.h
  • Select Wemos D1 Mini clone in Platform

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

You can optionally connect PULSE to D2 of the Wemos D1 and enable PIN_PULSE to receive a mqtt event each count!

images

license and credits

This code is under MIT license (Christopher Schirner mail+github@schinken.io)