Schlagwort: Geiger counter

  • Radioactively generated music with the Arduino GIGA R1 WiFi and Ableton Live

    Radioactively generated music with the Arduino GIGA R1 WiFi and Ableton Live

    Reading Time: 2 minutes

    You’ve seen movies and TV shows with Geigers counters: handheld devices that click when they detect radiation — the faster the clicks, the stronger the radiation. Those clicks are actually the result of inert gas briefly made conductive by bursts of energy released by ionizing radiation particles entering the sealed Geiger–Müller tube. YouTuber The Edison Union had the clever idea to use those clicks as triggers for generative music and turned to Arduino to make it happen.

    This is part of a larger project called The Cherenkov Effect, which seeks to explore Cold War-era anxieties related to nuclear power and nuclear weapons. The Cherenkov Effect does that through a combination of performance art and generative music. And what better way to generate that music than with radiation?

    In this case, that radiation comes from Strontium-90 and Polonium-210. While those are less dangerous to handle than many other radioactive materials, they still aren’t safe and you shouldn’t replicate this project if you don’t know the proper procedures.

    The Edison Union uses Ableton Live to produce the music for The Cherenkov Effect, but needed “seeds” for the generative processes that turn into audible notes. Those seeds come from five Geiger counter modules that connect to an Arduino GIGA R1 WiFi board through a Seeed Studio Grove Shield. The Arduino sketch counts radioactive pulses, then passes that data on to a Processing sketch that performs the generative music functions. The latter is where The Edison Union is able to get creative regarding the sound produced. Finally, Processing sends notes to Ableton Live to synthesize.

    [youtube https://www.youtube.com/watch?v=k0KsGK5G_Q8?feature=oembed&w=500&h=281]

    Now when The Edison Union moves Strontium-90 or Polonium-210 around the array of Geiger counters, the device will generate and play music based on the radiation it receives. 

    The post Radioactively generated music with the Arduino GIGA R1 WiFi and Ableton Live appeared first on Arduino Blog.

    Website: LINK

  • Monitor radioactivity levels with this low-cost Geiger counter

    Monitor radioactivity levels with this low-cost Geiger counter

    Reading Time: 2 minutes

    Monitor radioactivity levels with this low-cost Geiger counter

    Arduino TeamJanuary 9th, 2019

    While you may not have a graduate degree in nuclear physics, you likely have some inkling that large amounts of radiation should be avoided. In order to monitor local levels, AdNovea has come up with a DIY Geiger-Müller counter, which displays values on a 20×4 LCD screen.

    The device uses an SBM-20 or STS-5 tube to measure radioactivity, with an Arduino Nano to process this input. It can be employed as a standalone unit, or transmit readings wirelessly via an Ethernet interface. Data can then be tracked over time with a web app, or even shared with the wider world over the Internet.

    This DIY low-cost ($50$/€43) C-GM Counter project provides hardware and firmware for building a Geiger-Müller counter device aka G.M. Counter for continuous measurement of the radioactivity level. It is based on an Arduino Nano, a 20 chars x 4 lines LCD display, a W5100 Ethernet card, a 400V power supply and very few components around. The number of components has been kept to minimum for easy assembling and reducing the cost.

    The C-GM Counter is able to run as a standalone radioactivity counter or for ensuring long term radioactivity monitoring, the C-GM counter can be used in association with A-GM Manager (in the sequel) that is an open-source web application running on a SOHO server (e.g. QNAP sells Small Office Home Office servers). A-GM Manager is also able to publish the C-GM Counter measures on the worldwide shared map managed by GMC MAP. Finally, there is also a Node-RED version for integration of the C-GM Counter with Node-RED such as the QNAP IoT framework.

    Website: LINK

  • From HackSpace mag issue 14: DIY Geiger counters

    From HackSpace mag issue 14: DIY Geiger counters

    Reading Time: 4 minutes

    In HackSpace magazine issue 14, out today, Cameron Norris writes about how citizen scientists at Tokyo Hackerspace took on the Fukushima nuclear disaster.

    Safecast is an independent citizen science project that emerged in the wake of the Fukushima nuclear disaster to provide accurate, unbiased, and credible data on radiation exposure in Japan.

    On 11 March 2011, an undersea earthquake off the Pacific coast of Thoku, Japan, caused the second-worst nuclear accident in the history of nuclear power generation, releasing almost 30% more radiation than the Chernobyl disaster in 1986.

    The magnitude 9.0–9.1 earthquake resulted in a series of devastating tsunami waves that damaged the backup generator of Fukushima Daiichi Nuclear Power Plant. Without functioning cooling systems, the temperature of the plant’s many nuclear reactors steadily began to rise, eventually leading to a partial meltdown and several hydrogen gas explosions, launching nuclear fallout into the air and sea. Due to concerns over possible radiation exposure, the Japanese government established an 18-mile no-fly zone around the Fukushima plant, and approximately 232 square miles of land was evacuated.

    However, citizens of Fukushima Prefecture living outside of the exclusion zone were faced with a serious problem: radiation exposure data wasn’t available to the public until almost two months after the meltdown occurred. Many residents felt they had been left to guess if dangerous levels of ionising radiation had contaminated their communities or not.

    Alarmed by the situation, Dutch electrical engineer and computer scientist Pieter Franken, who was living in Tokyo with his family at the time, felt compelled to act. “After the massive wall of water, we had this invisible wall of radiation that was between myself and my family-in-law in the north of Japan, so that kind of triggered the start of Safecast,” says Pieter.

    Pieter Franken, a Dutchman living in Japan, who helped start Safecast
    Image credit: Joi Ito – CC BY 2.0

    Pieter picked up an idea from Ray Ozzie, the former CTO of Microsoft, who suggested quickly gathering data by attaching Geiger counters – used for measuring radioactivity – to the outside of cars before driving around Fukushima. The only problem was that Geiger counters sold out almost globally in a matter of hours after the tsunami hit, making it even more difficult for Pieter and others on the ground to figure out exactly what was going on. The discussion between Pieter and his friends quickly changed from buying devices to instead building and distributing them to the people of Fukushima.

    At Tokyo Hackerspace, Pieter – along with several others, including Joi Ito, the director of the MIT Media Lab, and Sean Bonner, an activist and journalist from Los Angeles – built a series of open-source tools for radiation mapping, to enable anyone to build their own pocket Geiger counter and easily share the data they collect. “Six days after having the idea, we had a working system. The next day we were off to Fukushima,” recalls Sean.

    A bGeigie Nano removed from its Pelican hardshell
    Safecast CC-BY-NC 4.0

    A successful Kickstarter campaign raised $36,900 to provide the funding necessary to distribute hundreds of Geiger counters to the people of Japan, while training volunteers on how to use them. Today, Safecast has collected over 100 million data points and is home to the largest open dataset about environmental radiation in the world. All of the data is collected via the Safecast API and published free of charge in the public domain to an interactive map developed by Safecast and MIT Media Lab.

    You can read the rest of this feature in HackSpace magazine issue 14, out today in Tesco, WHSmith, and all good independent UK newsagents.

    Or you can buy HackSpace mag directly from us — worldwide delivery is available. And if you’d like to own a handy digital version of the magazine, you can also download a free PDF.

    Website: LINK