8000 GitHub - josefverner/esp32-geiger-counter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

josefverner/esp32-geiger-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Geiger Counter v1.1

Geiger Counter Tube Specifications

  • Type: J305βγ
  • CPM to µSv/h conversion factor: 0.00812 (?)

Calculating the CPM to µSv/h conversion formula

μSv/h = CPM × conversion factor

Hardware Setup

  • 1× Geiger Counter
  • ESP32 Dev Board
  • LCD TFT Display 320×240, ILI9341 driver, SPI interface
  • 1× DS1307 RTC Module. The one used in this project is the one from Elegoo Sensor Kit
  • 1× SD Card Module + SD Card, notice that the SD Card must be formatted as FAT with max. 2GB partition.
  • 1× Push Button
  • 1× NeoPixel programmable LED
  • 1× 1 MΩ Resistor (for the Geiger Counter)

Wiring

  • Geiger Counter:
    • GPIO36 (SP) - Signal
    • 5V - VCC
    • GND - GND
  • TFT Display:
    • GPIO25 - CS
    • GPIO32 - DC
    • GPIO33 - RST
    • GPIO23 - MOSI
    • GPIO19 - MISO
    • GPIO18 - CLK
    • 5V - LED
    • 5V - VCC
    • GND - GND
  • DS1307 RTC Module:
    • GPIO22 - CL
    • GPIO21 - DA
    • 5V - VCC
    • GND - GND
  • SD Card Module:
    • GPIO05 - SS/CS
    • GPIO18 - CLK
    • GPIO19 - MISO
    • GPIO23 - MOSI
    • 5V - VCC
    • GND - GND
  • Button:
    • GPIO15 - Save button
    • GND - Save button
  • NeoPixel LED:
    • GPIO02 - Data
    • 5V - VCC
    • GND - GND
  • 1 MΩ Resistor:
    • GPIO36 (SP) - GND

ESP32 Pinout

ESP32 Pinout

Libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0