Go to file
schinken bc16cb95cd Update README 2022-03-15 17:48:39 +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 Update README 2022-03-15 17:48:39 +01:00
esp8266-geigercounter.ino Make ArduinoOTA optional 2022-03-15 17:48:29 +01:00
schematic.png Update README 2022-03-15 17:48:39 +01:00
settings.h.example Make ArduinoOTA optional 2022-03-15 17:48:29 +01: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

compile

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

license and credits

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