Programming the Geiger Counter Board 1. Arduino Files Go to https://www.arduino.cc/en/Main/OldSoftwareReleases#previous and download the latest Arduino.

Slides:



Advertisements
Similar presentations
Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Advertisements

E-books, e-audiobooks, & music. On your computer, use your web browser to go to
Manual Software Upgrade Guide ◆ Notice 1. Use the full model name of TV when manually downloading software updates. Ex) 47LX9500-UA : The Full model name.
Enter the address as shown below in the address bar.
Audacity Audacity® is free, open source, cross- platform software for recording and editing sounds. Audacity is available.
Click Here for Download the Installation Files Click Here for Guide How to Extract Installation Files.
Lab7: Introduction to Arduino
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
Transferring Pictures to Your Computer via USB Cable Mary Pittman Windows Users Install Nikon View (optional) Turn computer on Turn camera off Connect.
This document guides you through using the common features of the InFocus™ Mondopad™ touchscreen display located in this room. Getting Started Power Display.
Getting your Arduino to Work: Microsoft Windows 1.Install Arduino programming environment 2.Install Arduino Uno driver 3.Make sure you can download a program.
Intel Do-It-Yourself Challenge Hello World with the Arduino IDE Nicolas Vailliet Intel.
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project Tutorial 3,
Welcome to the Milagrow Universe
Blue Ray DVD/DVR Players
Cummins® Inc. Update Manager 3.1 Training Electronic Service Tools.
DWR-113 FAQ’s 3G WiFi Router.
Part 1 Using the ARM board And start working with C Tutorial 5 and 6
Confidential [Offline] Regular Demo installation SOP for ME371MG.
Confidential [Offline] Regular Demo installation SOP for ME172V.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
How to Download and Install a Sharp Print Driver on a Mac.
Github & Arduino How To: Post On Github How To: Download from Github How To: Upload Code Downloaded from Github to Arduino Tommy Sanchez EE400D Spring.
 Whether you are on or off campus, using a PC, Mac or mobile device, you can access UNCW software (including Microsoft Office) through TealWare in the.
Confidential [Offline] Regular Demo installation SOP for ME301T.
Dynatest LWD Program - Sections
Guide Demo Program installation SOP ePAD SW PM. Before you start Check “Guide” version is latest ( or ) * follow next page Latest version.
1.First Go to
Installation Walk-Through Step 1 – Download the Installation Files
1. Profile settings 2. Messaging system 3. Downloading files 4. Uploading files 5. Creating groups 6. Calendar events.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
G-scan Manual Update GDS Management Team.
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project - WF32 Shield.
Extended Contract Record Directions Go to and click on DEPARTMENTS. Click on PreK-12 CURRICULUM..
Submitting and Assignment Click on the assignment link in your course The folder with the paper sticking out of the top is the symbol for an assignment.
Kindle eBooks via USB on Overdrive Tutorial. eBooks.
How to Check Circulation Statistics by Campus by Month A tutorial for librarians using Agent VERSO.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
How to Install Eclipse Click hereClick here to download Eclipse.
JDS5 Training Guide. On Start Up you will see this screen click the OK button Click OK.
Pictures, Pictures, Pictures!. Load your pictures:  Open your and save each picture to your computer. I suggest saving to the My Documents or My.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Downloading and Installing GRASP-AF Workshop Ian Robson Information Analyst, North of England Cardiovascular Network.
Enlisted Association of the National Guard of the United States Data Extract Instructional Guide.
After Construction Name: Per #:.
Embedded Systems Intro to the Arduino
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
3.3 PC ICOM Card Driver Installation
Downloading Arduino FOR WINDOWS.
Endnote Part I.
Crouzet touch Quick start.
iSERIES PROGRAMMING/LOGGING TRAINING
Introduction to Arduino Microcontrollers
Click on the assignment you wish to complete
مقدمة في الاردنيو د فضل الاكوع.
How to Fix Android File Transfer Not Working on Mac?
Introduction to EV3Dev: Setup with Python
Tech Drop In: Google Drive
Programming Micro Controllers
Quality Checking your Personnel Folders
Provider Portal Document Library Instructions for Transmission Forms
Teacher’s Note (do not include in student packet/slide show)
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Intro to Micro Controllers
Aeroponic Engineering and Vertical Farming
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Arduino Leonardo Setup
Downloading Arduino FOR MAC.
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Presentation transcript:

Programming the Geiger Counter Board 1

Arduino Files Go to and download the latest Arduino 1.0.X version (ex ) to your desktophttps:// Download SDFormatterv4: Download Radiation-Logger : **It is recommended to use google chrome to install these items Choose either “Windows Installer” or “Mac OS X” depending on your computer type 2

Arduino Files Cont. NMSGC will provide a programing folder. Save the provided folder (1.01-L) onto your desktop Extract the zip files by right clicking on them then clicking “Extract All…” Choose the destination for the files to be saved then click “Extract” 3

Connecting the Board Connect all 5 wires from the Main Board to the Adapter Board: – GND to GND – 5V to VCC – TX to TX – RX to RX – RS to DTR Connect the Adapter Board to the computer using the mini SD cable 4

Using Arduino 1.0.X Open Arduino 1.0.X Click on the “Tools” tab and check these three things: – Board: should be Arduino Uno – Programmer: should read AVRISP mkII – Serial port: click on correct port (ex: COM 3) 5

Updating the Libraries We need to first update the library In Arduino, click sketch>import library>add library… Search for the “LIB” file located in the “1.01- L” folder you saved earlier and click on it then click “Open”. This library is now in Arduino. If you have more questions here is the link to a help guide 6

Programming the Board In Arduino click File>Open>1.01L>RTCsetup>RTCsetup The “RTCsetup” code should be open Scroll down the code and enter the correct date and time 7

Right below the “File” tab at the top, you will see a check mark with an arrow next to it Click on the check mark and verify the code If no errors appear, click the arrow and upload the code (If an error code appears switch RX and TX pins on the Main Board and retry) Once complete, close the RTCsetup window Programming the Board cont. 8

In Arduino click File>Open>1.01-L>rh-k-gk-1-l>geiger>geiger The “geiger” code should be open in Arduino and should display two tabs labeled “geiger” and “Configuration.h” In the “geiger” tab click on the check mark and verify the code Once verified, click the arrow and upload the code (If an error code appears switch RX and TX pins on the Main Board and retry) Switch tabs to “Configuration.h”, then verify and upload the code Once complete, close the program, unplug the Adapter Board from your computer and unplug the colored wires from the Main Board. 9

Getting the Data With the Geiger Board off, insert the Micro SD card Turn the Geiger Counter on It will automatically start saving data to Micro SD card ON OFF 10

Once testing is complete turn Geiger Board off and remove Micro SD card Insert Micro SD card into the computer using the SD adapter Open the data file and copy/paste into excel Getting the Data cont. 11