Browse code

revisions 20151230

Jeff Owrey authored on 12/30/2015 21:44:01
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-Background Radiation Monitoring Device
2
-
3
-Building a simple background radiation monitor provides an excellent introduction to "Internet of Things" ideas and concepts.  This project site contains all you need to know in order to build your own background radiation monitor - a Geiger counter "Internet Thing" - for under $150 in parts. 
4
-
5
-Building the background radiation monitor will give you an excellent introduction to a variety of technologies. You will learn about programming Arduino micro-controllers and assembling electronic components. You will learn about Linux server software, scripting for Internet applications, and displaying information with a web page.
6
-
7
-You can find all the required software available under open source, GNU license at this project site. Please read the <a href="DIY Radmon Project Description.pdf">project description document</a> for details on procuring the materials, assembling the background radiation monitor and installing the software.
8
-
9
-This project encompasses two software components. One component runs on the Arduino Uno with attached Ethernet shield. The other component runs on a Linux web server. Besides the Arduino Uno with attached Ethernet shield, the other required component is a modified Mighty Ohm Geiger counter.
10
-
Browse code

revisions 20151229

Jeff Owrey authored on 12/30/2015 04:32:58
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ Building a simple background radiation monitor provides an excellent introductio
4 4
 
5 5
 Building the background radiation monitor will give you an excellent introduction to a variety of technologies. You will learn about programming Arduino micro-controllers and assembling electronic components. You will learn about Linux server software, scripting for Internet applications, and displaying information with a web page.
6 6
 
7
-You can find all the required software available under open source, GNU license at this project site. Please read the project description document for details on procuring the materials, assembling the background radiation monitor and installing the software.
7
+You can find all the required software available under open source, GNU license at this project site. Please read the <a href="DIY Radmon Project Description.pdf">project description document</a> for details on procuring the materials, assembling the background radiation monitor and installing the software.
8 8
 
9 9
 This project encompasses two software components. One component runs on the Arduino Uno with attached Ethernet shield. The other component runs on a Linux web server. Besides the Arduino Uno with attached Ethernet shield, the other required component is a modified Mighty Ohm Geiger counter.
10 10
 
Browse code

first release

Jeff Owrey authored on 09/25/2015 03:44:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+Background Radiation Monitoring Device
2
+
3
+Building a simple background radiation monitor provides an excellent introduction to "Internet of Things" ideas and concepts.  This project site contains all you need to know in order to build your own background radiation monitor - a Geiger counter "Internet Thing" - for under $150 in parts. 
4
+
5
+Building the background radiation monitor will give you an excellent introduction to a variety of technologies. You will learn about programming Arduino micro-controllers and assembling electronic components. You will learn about Linux server software, scripting for Internet applications, and displaying information with a web page.
6
+
7
+You can find all the required software available under open source, GNU license at this project site. Please read the project description document for details on procuring the materials, assembling the background radiation monitor and installing the software.
8
+
9
+This project encompasses two software components. One component runs on the Arduino Uno with attached Ethernet shield. The other component runs on a Linux web server. Besides the Arduino Uno with attached Ethernet shield, the other required component is a modified Mighty Ohm Geiger counter.
10
+