- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 2 days ago
- Understanding the Mechanics of 3D PrintingPosted 2 months ago
- SDS011 the Air Quality SensorPosted 3 months ago
- NIXIE STYLE LED DISPLAYPosted 6 months ago
- TOTEM: learning by experimentingPosted 6 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 7 months ago
- Water Softener Salt Level MonitorPosted 7 months ago
- Sparkly Air SensorPosted 7 months ago
- Ultra sonic distance finder with live statusPosted 7 months ago
- Windows interface to have total control over lampsPosted 7 months ago
PiGi: the Open Source Raspberry Pi Geiger Counter
Created by Hackster.io member Chrono, the aptly named PiGI takes the form of an open-source, plug and play modification for the Raspberry Pi Zero mini PC, which transforms it into a cheap and hackable Internet of Things geiger counter.
“The PiGI is designed & built as a simple open-source plug and play module for the Raspberry Pi to transform it into a cheap and hackable multi purpose geiger counter. It generates the necessary high voltage (up to 1000V) the GM tubes require to operate (typically 400-600V for beta/gamma GMTs).”
For every impulse the geiger tube registers the PiGI pulls a GPIO Pin of the Pi to ground (falling edge detection). On the Pi runs just a little daemon called counterd which waits for an interrupt to register the count and notify the display/audio/data-storage/network handler. That’s why it can also easily be connected to any other embedded/micro controller system like Arduinos, ATMegas or other embedded Linux ARM/MIPS systems with GPIO Inputs.
Features of the Raspberry Pi Geiger counter include :
– Efficient design – very low energy consumption – supplied by the Pi
– Simple circuit / Low BOM count
– Simple layout for easy hand-soldering (even for SMT beginners)
– Dual layer (top/bottom) only 3 vias – for easy DIY replication
– Very cheap design (Prototype costs per Module: <EUR15)
– Dual stackable for low/high dosis counting with 2 tubes
– Micro controller input protection (impulse inverter)
– Free & Open licencing: CERN OHL 1.1
– Plug and Play for Raspberry Pi
– Works with every uC with interrupts