Coder Social home page Coder Social logo

geigerduino's Introduction

Before you start:

  • If you have regular 5v Arduino, see 'Geigerduino'
  • If you have ESP32 Arduino, see 'Geigerduino ESP32' (supporting serial only) or 'Geigerduino ESP32 AWS IOT' (supporting serial and AWS IOT thing over WiFi)

Geigerduino (Arduino 5v)

Geigerduino Serial Geiger–Müller Counter

Compatible with RadiationD-v1.1-CAJOE, 52DZ-DIY.com marked boards and many more with 5v trigger output

Conversion factor is for J305 marked tube. Update to match your tube. See https://www.cooking-hacks.com/documentation/tutorials/geiger-counter-radiation-sensor-board-arduino-raspberry-pi-tutorial#cpm_to_servants

Instructions:

  1. Confirm you have 5v logic-level Arduino! Otherwise you will blow up a 3.3v interupt pin or the Arduino itself. These cheap boards will output 5v trigger.
  2. Connect Gnd to Gegier board and Arudino
  3. Connect 5v power to Geiger board and Arduino 5v pin
  4. Connect Geiger counter pin to Arudino, INT0, either pin 2 or 3 (see https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/)
  5. Connect USB and monitor Serial port, 9600 BAUD (you can use ArduinoIDE inbuilt Serial Monitor, or something like PuTTY)
  6. Use Geigerduino.ino

Geigerduino ESP32

Compatible with RHelectronics.com marked boards and many more which have pull-to-ground interrupt output requiring internal Aruduino pullup resister

Conversion factor is for CTC-5 (STS-5) marked tube only. Update to match your tube. See https://www.cooking-hacks.com/documentation/tutorials/geiger-counter-radiation-sensor-board-arduino-raspberry-pi-tutorial#cpm_to_servants

Instructions:

  1. Make sure your board doesn't use 5v interrupt! Use a Oscilliscope to verify it doesn't output 5v (or check documentation). This method is designed to use a 'pull down to ground' interrupt PIN which relies on using Aruidno to pull up.
  2. Connect Gnd to Gegier board and Arudino (these boards have 3pin output for this)
  3. Connect 5v power to Geiger board and Arduino (these boards have 3pin output for this)
  4. Connect Geiger counter pin to Arudino on an 'interrupt' compatible PIN (see https://randomnerdtutorials.com/esp32-pinout-reference-gpios/ and choose a 'GREEN' pin for input)
  5. Connect USB and monitor Serial port, 9600 BAUD (you can use ArduinoIDE inbuilt Serial Monitor, or something like PuTTY)
  6. Use GeigerduinoESP32.ino

Geigerduino ESP32 AWS IOT

(see above Geigerduino ESP32)

  1. Follow instructions here https://www.instructables.com/id/Secure-IOT-With-AWS-and-Hornbill-ESP32-Using-Ardui/ to set up AWS IOT thing and obtain certificates
  2. Edit the AWS IOT library 'aws_iot_certificate.c' file to add CA, private key and certificate data
  3. Edit wifi_aws_credentials.h to match your WiFi and AWS IOT configuration
  4. Use GeigerduinoESP32AWSIOT.ino

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.