Εισαγωγη στους ανιχνευτες σωματιδιων στο CERN...και ισως μερικες πιθανες ιδεες για τους μαθητες σας.

Slides:



Advertisements
Similar presentations
Light Led Panel Esraa Nassar Mona Amer Supervisor : Dr.Ashraf Armoush.
Advertisements

Lab7: Introduction to Arduino
Anurag Dwivedi & Rudra Pratap Suman.  Open Source electronic prototyping platform based on flexible easy to use hardware and software.
Embedded Sumo 1T4 – 1T5 UTRA.
ORACLE Lecture 1: Oracle 11g Introduction & Installation.
New Human Computer Interfaces Amnon Dekel HUJI – CSE, Spring 2007 Class 3 March
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
Intel Do-It-Yourself Challenge Lab 1: Intel Galileo’s Arduino side Nicolas Vailliet
Embedded Programming and Robotics
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
Move Pictures From Your Mobile Phone to Your PC.  You never know when a photo opportunity is going to arise, which is why having a camera phone can be.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
JMRI PanelPro Clinic NZAMRC 2008 Alex Shepherd – Hamilton Phone: (07)
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
An Introduction to Designing and Executing Workflows with Taverna Aleksandra Pawlik materials by: Katy Wolstencroft University of Manchester.
Jim Ng 15/1/2014 CENG4480 TUTORIAL 1. ABOUT ME Current MPhil Student supervised by Prof. Mak You can find me at Rm116 in SHB
Presentation: Phidgets for Rapid Pervasive Prototyping Applied Pervasive Computing.
Circuits, Systems, & the Arduino. Challenge: Make the bulb light up! -Make observations and explain why it has the setup it does? - What are the components.
Getting Started With the Arduino Uno
C++ LANGUAGE TUTORIAL LESSON 1 –WRITING YOUR FIRST PROGRAM.
HW & SW Overview  What’s UNO  Hardware  Specification  Installing IDE  Programming  Compiling.
How to Sync Android Phone to Computer (PC/Mac)? Are you a person that always has your Android phone in your hands? Nowadays, a cell phone is not just for.
Designing for Quality Justin Shewell TESOL 2016 Baltimore, MD, USA.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Easy Way to Remove Watermarks from PDF. Well, if you just come across some specific PDF documents which features a few watermarks, would you like to remove.
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
Welcome! One of the reasons we are here is that we want to share
Having fun with code, using Arduino in a middle school CS classroom
Arduino.
Embedded Systems Intro to the Arduino
Getting Started: Building & Programming
Arduino Setup & Flexing the ExBow
Welcome to Arduino A Microcontroller.
Development Environment
Welcome! One of the reasons we are here is that we want to share
Dr. Kyung Eun Park Summer 2017
Val Manes Department of Math & Computer Science
Downloading Arduino FOR WINDOWS.
Arduino is an open-source platform for building electronics projects
Microprocessors Tutorial 1: Arduino Basics
An Arduino Workshop A Microcontroller.
Program the robotic arm
Welcome to Arduino A Microcontroller.
Arduino Development for Beginners
Your How to install Steam for gaming on Mac OS X? Your How to install Steam for gaming on Mac OS X? Apple Technical Support Phone Number
Analog Input through POT
Arduino and Grove LET’S START.
Roller Coaster Design Project
مقدمة في الاردنيو د فضل الاكوع.
CS-4540 Robotics Lab 00 - Introduction and OHM's law.
Working with Arduino: Lesson #1: Getting Acquainted with the Kit
Welcome to Digital Electronics using the Arduino Board
Banyule Coding Club: Learn Arduino Richard Counsel Malcolm Macleod Watsonia Library - June 2018 Reference materials here ->
EET 2261 Unit 14 INCOMPLETE Analog-to-Digital Conversion (ADC) & Digital-to-Analog Conversion (DAC) Read. Homework #13 and Lab #13 due next week. Quiz.
Sensors and actuators Sensors Resistive sensors
Aeroponic Engineering and Vertical Farming
Arduino Leonardo Setup
Introduction to Arduino
CS334: Logisim program lab6
Arduino Uno circuit basics
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Arduino and Grove LET’S START.
Introduction to Arduinos
Introduction to arduino
Introduction to Arduino IDE and Software
Introduction to Programing the Cortex for BEST
Presentation transcript:

Εισαγωγη στους ανιχνευτες σωματιδιων στο CERN...και ισως μερικες πιθανες ιδεες για τους μαθητες σας

Rotation shielding Collar shielding HF body HF-plug CASTOR table Collar platform HF platform Raisers tower R1 R2 Z1 Z2 R3 R4 X1 R5 R4 R6 Z3 Z4 Z5 HF T2

Κοστος ~150,000 ευρω Προστασια του ανιχνευτη τροχιων απο προβλημα υγρασιας η μαλλον σημειου δροσου

We would like to work with you on possible projects that will teach programming to students, (scratch in thehttps://scratch.mit.edu/ context of learning to measure and control numbers; programming Provided it is done in a way accessible to their age teaches them the logic and the discipline of going about a measurement Scratch is used for programming games, playing with photos, putting together music, etc. I am sure that in this context some of You might have even used it We would like to deal with the “Scratch for Arduino-S4A” version because it gives you the option of combining simple and visual oriented programming with the Arduino platform that makes electronics easy and students can make things happen.

All information about the Arduino platform can be accessed at From this page you can download the appropriate software, be it Windows, Linux or Mac OS X (Mac OSX Lion or later). You will not deal with this software as you will not be an Arduino developer (or you can do it with some interested students but then you will use C or other “adult” Programming languages…!) However, you have to use the Arduino software to tell your system WHAT Arduino Platform you are using:…you could start Arduino, go to the menu, select Tools and from there select Boards and click on the board type you have connected (Uno, Mega, nano, Duemilenove, Leonardo,etc)… Then, to be sure that you are connected to the board, try to run a program called “Blink” that makes an LED already built on your Arduino to “blink” by going to “Menu”, “File”, “Examples”, “Basics”, “Blink”..

Select board type

Blink program, you can play by changing the millisecond numbers

All information about the Arduino platform for the Scratch environment can be accessed at From this page (Downloads) you can download the appropriate software, be it for Windows, Linux or Mac OS X (Mac OSX Lion or later). Make sure that you also get the program that you have to execute in order to “tell” your Arduino platform that it has to work with Scratch; the program is found in “Installing the Firmware into your Arduino”, right-click on “here” and save target as a.ino and NOT a.htm file as proposed in your Documents -> Arduino and then run it! You have to do this every time you want to use Scratch for your Arduino (s)

. ino NOT.htm

When you first “read” the Arduino via Scratch, this is what it looks like: Values that “change”

A0-A5 Read analog values in Scratch D2-D3 Read digital inputs in Scratch 5V power. For (almost) every sensor D10-D11-D13 “Drive” digital outputs in Scratch GROUND! Your reference! USB connection with your PC

There are many types and models of Arduino. We will be trying to concentrate using the nano Arduino and Uno which we will use for all the projects we propose to you. Using the Arduino in the Scratch environment you can read “analog” sensors and digital “sensors”. Sensors are a huge industrial/scientific explosion of our times and CERN is a remarkable sensor consumer/producer. Sensors provide information about everything and can be read in an analog way like current, voltage, resistance and many others (favour these for learning) or they can be digital and have an integrated microprocessor that gives you directly the numerical measured value.

The analog sensors you can read in Scratch are attached to your Arduino platform (literally) Thermometers Light level (photo resistors) Humidity Flow Pressure and many others …. the numerical measured value.

The digital sensor connections ; powering and D3 as output for a temperature sensor, DS18B20 (+125 to C). You can do similar work with a standard analog sensor the LM35.. This is more educational since they get to do a bit of simple arithmetic before getting the temperature value!

Analog sensor connections ; powering and A0 as readout channel for a temperature sensor LM35DZ (+150 to 0 0 C, or other)

Κοστος ~30 ευρω