BURO Arduino Workshop

photo:  http://flic.kr/p/5XwBFB,[object Object],BURO Arduino Workshop,[object Object]
Arduino,[object Object],	…is an open-source electronics prototyping platform based on flexible,  easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.,[object Object],http://arduino.cc,[object Object]
Physical Computing,[object Object],	…is an approach to learning how humans communicate through computers that starts by considering how humans express themselves physically.,[object Object],- Tom Igoe,[object Object],http://www.tigoe.net/pcomp/blog/archives/notes/000169.shtml,[object Object]
[object Object],http://www.billverplank.com/Lecture/,[object Object]
Embedded Systems,[object Object],	…are computer systems designed to perform one or a few dedicated functions. They are embedded as part of a complete device often including hardware and mechanical parts. In contrast, a general-purpose computer, such as a personal computer, is designed to be flexible and to meet a wide range of an end-user's needs. Embedded systems control many of the common devices in use today..,[object Object],- Smart folks at Wikipedia,[object Object],http://en.wikipedia.org/wiki/Embedded_systems,[object Object]
Why Arduino?,[object Object],Inexpensive,[object Object],No need for external programmers, compiler licenses etc.,[object Object],Simple, clear programming environment,[object Object],All done in a simple IDE, no command line voodoo,[object Object],Cross-platform,[object Object],Works uniformly across Windows, Linux, MacOS,[object Object],Open Source!,[object Object],Both software and hardwre,[object Object]
BURO Arduino Workshop
BURO Arduino Workshop
Hardware,[object Object],Atmel Microcontroller,[object Object],ATmega328 (Duemilanove) / ATmega1280(Mega),[object Object],ATmega8/ATmega168 on older versions,[object Object],ATmega644 for Sanguino,[object Object],Serial Bootloader,[object Object],STK500 compatible,[object Object],Support Circuitry,[object Object],Reset, Voltage Regulator, etc…,[object Object],USB/Serial Connectivity,[object Object]
Anatomy of an Arduino Board,[object Object],digital pins,[object Object],USB to serial,[object Object],converter,[object Object],microcontroller,[object Object],(the brain!),[object Object],power circuitry,[object Object],(voltage regulator and,[object Object],the clever power,[object Object],source selection bit),[object Object],analog pins,[object Object],power pins,[object Object]
Official Arduino Hardware,[object Object],http://arduino.cc/en/Main/Hardware,[object Object]
“Shield Compatible” Hardware,[object Object],(1),[object Object],(2),[object Object],(3),[object Object],[1] Freeduino - http://www.freeduino.org/freeduino_open_designs.html,[object Object],[2] Illuminato - http://www.liquidware.com/shop/show/ILL/Illuminato,[object Object],[3] Seeeduino - http://www.seeedstudio.com/depot/seeeduino-v328-fully-assembledatmega-328-p-439.html,[object Object]
“Bootloader Compatible” Hardware,[object Object],(3),[object Object],(2),[object Object],(1),[object Object],(4),[object Object],[1] Oak Micros om328p - http://oakmicros.com/content/om328p.html,[object Object],[2] Modified Pico - http://www.modifiedelectronics.com/mp-01.php,[object Object],[3] Boarduino - http://www.ladyada.net/make/boarduino/index.html,[object Object],[4] Sanguino - http://sanguino.cc/,[object Object]
Alternative form factors ,[object Object],[object Object],http://bit.ly/7QMkbx,[object Object],One-Chip Arduino,[object Object],http://bit.ly/WXqeU,[object Object]
There’s more!,[object Object],Official boards,[object Object],http://arduino.cc/en/Main/Boards,[object Object],Arduino-like Boards,[object Object],http://www.arduino.cc/playground/Main/SimilarBoards,[object Object],Other ‘duinos,[object Object],http://www.freeduino.org/duino.html,[object Object],...and possibly others,[object Object]
Arduino Shields,[object Object],(3),[object Object],(1),[object Object],(4),[object Object],(2),[object Object],[1] Adafruit Motor Shield - http://ladyada.net/make/mshield/index.html,[object Object],[2] Nu Electronics LCD shield - http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=2,[object Object],[3] Arduino Ethernet Shield - http://arduino.cc/en/Main/ArduinoEthernetShield,[object Object],[4] Adafruit Wave Shield - http://ladyada.net/make/waveshield/index.html,[object Object]
Again, there’s more!,[object Object],http://www.arduino.cc/playground/Main/SimilarBoards,[object Object],Look under ‘Shields’,[object Object],Some cool ones:,[object Object],Liquidware,[object Object],TouchShield,[object Object],http://www.liquidware.com/shop/show/TS/TouchShield+Stealth,[object Object],BatsocksTellyMate Shield,[object Object],http://www.batsocks.co.uk/products/Shields/TellyMate%20Shield.htm,[object Object],tinker.it RFID shield,[object Object],http://tinker.it/en/Teaching/RFID,[object Object]
Arduino Bar, Ivrea(from Massimo Banzi’s slides),[object Object]
Big Computer   vs.  Tiny Computer,[object Object],Dell Precision T1500,[object Object],Atmel ATMEGA328P,[object Object],CPU Speed: 2.93GHz,[object Object],Quad-core!,[object Object],RAM:  16GB,[object Object],Storage: 2TB,[object Object],I/O:,[object Object],USB, Firewire, Serial, PS/2, RJ-45, Audio, etc.,[object Object],[object Object]
Not Quad-core
RAM:  2KB
Storage:
32KB Program Memory
1KB EEPROM
I/O:
Up to 23 generic I/O
6 of them ‘analog-capable’
UART/SPI/I2C, etc.,[object Object]
Sensors,[object Object],Temperature,[object Object],Light,[object Object],Humidity,[object Object],Pressure,[object Object],Distance,[object Object],Touch/‘Knock’,[object Object],Rotation,[object Object]
Motors,[object Object],DC Motors,[object Object],Servos,[object Object],Steppers,[object Object],Solenoids,[object Object],Hydraulics,[object Object],Actuators,[object Object]
“Modules”,[object Object],Bluetooth,[object Object],http://www.sparkfun.com/commerce/product_info.php?products_id=582,[object Object],Character LCD,[object Object],http://www.oomlout.co.uk/lcd-display-16-x-2-p-212.html,[object Object],GPS,[object Object],http://www.sparkfun.com/commerce/product_info.php?products_id=465,[object Object]
BREADBOARDS ARE COOL!,[object Object]
The BreadBoard!,[object Object],* Drawn using the new Fritzing ( http://fritzing.org ),[object Object]
Arduino Software,[object Object],Based on avr-gcctoolchain and the Processing IDE.,[object Object],Code editor, programming tools and serial terminal all in one place.,[object Object]
Arduino Language,[object Object],Simplified C/C++,[object Object],Based on the Wiring Project,[object Object],http://wiring.org.co,[object Object],Peripheral Libraries,[object Object],LCD, sensors, I2C, etc,[object Object]
Useful functions,[object Object],pinMode() – set a pin as input or output,[object Object],digitalWrite() – set a digital pin high/low,[object Object],digitalRead() – read a digital pin’s state,[object Object],analogRead() – read an analog pin,[object Object],analogWrite() – write an “analog” PWM value,[object Object],delay() – wait an amount of time,[object Object],millis() – get the current time,[object Object],http://arduino.cc/en/Reference/Extended,[object Object]
Example: Button,[object Object]
Example: SerialDisplay,[object Object]
Arduino Community,[object Object],http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl,[object Object],http://www.arduino.cc/playground/,[object Object]
Resistor,[object Object],TheHydraulicAnalogy,[object Object],Capacitor,[object Object],Wire,[object Object],Diode,[object Object],Transistor,[object Object],http://en.wikipedia.org/wiki/Hydraulic_analogy,[object Object]
Resistors,[object Object],http://flic.kr/p/EDuqt,[object Object]
Resistors,[object Object],Parallel,[object Object],Connection,[object Object],Series Connection,[object Object],MAKE Presents: The Resistor - http://youtube.com/watch?v=-td7YT-Pums,[object Object]
Diodes,[object Object],http://bit.ly/3f5YQt,[object Object]
Diodes,[object Object],MAKE Presents: The Diode - http://youtube.com/watch?v=AqzYsuTRVRc,[object Object]
Light Emitting Diodes,[object Object],http://flic.kr/p/38DLnC,[object Object]
LEDs,[object Object],MAKE Presents: The LED - http://youtube.com/watch?v=P3PDLsJQcGI,[object Object]
LED Resistor Calculation,[object Object],Let’s assume we have a 9V source…,[object Object],R = V / I,[object Object],R = (9-3.4) / (20*10-3),[object Object],R = 280 Ω,[object Object],Nearest standard value is 330 Ω,[object Object],List of standard resistor values: http://www.logwell.com/tech/components/resistor_values.html,[object Object]
Ohm’s Law,[object Object],V = Voltage,[object Object],I = Current,[object Object],R = Resistance,[object Object],V,[object Object],I,[object Object],R,[object Object],V = Current * Resistance,[object Object],I = Voltage / Resistance,[object Object],R = Voltage / Current,[object Object]
Capacitors,[object Object],http://flic.kr/p/EDtRo,[object Object]
Capacitors,[object Object],Series Connection,[object Object],Parallel,[object Object],Connection,[object Object],MAKE Presents: The Capacitor - http://youtube.com/watch?v=ZYH9dGl4gUE,[object Object]
Transistors,[object Object],http://flic.kr/p/qjbnc,[object Object]
Transistors,[object Object],MAKE Presents: The Transistor - http://youtube.com/watch?v=-td7YT-Pums,[object Object]
1 of 52

Recommended

concurrency.cc OSHUG #3 by
concurrency.cc OSHUG #3concurrency.cc OSHUG #3
concurrency.cc OSHUG #3Omer Kilic
1.3K views42 slides
TinkerSoc Electronics 101 by
TinkerSoc Electronics 101TinkerSoc Electronics 101
TinkerSoc Electronics 101Omer Kilic
741 views21 slides
Interfacing with Arduino by
Interfacing with ArduinoInterfacing with Arduino
Interfacing with ArduinoOmer Kilic
3K views14 slides
A Quick Introduction to Programmable Logic by
A Quick Introduction to Programmable LogicA Quick Introduction to Programmable Logic
A Quick Introduction to Programmable LogicOmer Kilic
3.5K views48 slides
Introduction to Arduino by
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoOmer Kilic
13.3K views32 slides
Introduction to Arduino by
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduinovishal kumar
76 views16 slides

More Related Content

What's hot

Arduino Robotics workshop day2 by
Arduino Robotics workshop day2Arduino Robotics workshop day2
Arduino Robotics workshop day2Sudar Muthu
9.5K views27 slides
Introduction to Arduino and Circuits by
Introduction to Arduino and CircuitsIntroduction to Arduino and Circuits
Introduction to Arduino and CircuitsJason Griffey
5.6K views112 slides
Arduino by
ArduinoArduino
ArduinoParas Bhanot
3K views17 slides
Introduction to Arduino by
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoLuki B. Subekti
296 views15 slides
Aurdino presentation by
Aurdino presentationAurdino presentation
Aurdino presentationC.Vamsi Krishna
989 views26 slides
Intro arduino English by
Intro arduino EnglishIntro arduino English
Intro arduino EnglishSOAEnsAD
2.8K views40 slides

What's hot(20)

Arduino Robotics workshop day2 by Sudar Muthu
Arduino Robotics workshop day2Arduino Robotics workshop day2
Arduino Robotics workshop day2
Sudar Muthu9.5K views
Introduction to Arduino and Circuits by Jason Griffey
Introduction to Arduino and CircuitsIntroduction to Arduino and Circuits
Introduction to Arduino and Circuits
Jason Griffey5.6K views
Intro arduino English by SOAEnsAD
Intro arduino EnglishIntro arduino English
Intro arduino English
SOAEnsAD2.8K views
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009 by Eoin Brazil
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil3.3K views
Basics of arduino uno by Rahat Sood
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
Rahat Sood3.5K views
Kernel Recipes 2015: Representing device-tree peripherals in ACPI by Anne Nicolas
Kernel Recipes 2015: Representing device-tree peripherals in ACPIKernel Recipes 2015: Representing device-tree peripherals in ACPI
Kernel Recipes 2015: Representing device-tree peripherals in ACPI
Anne Nicolas2.1K views
Arduino Robotics workshop Day1 by Sudar Muthu
Arduino Robotics workshop Day1Arduino Robotics workshop Day1
Arduino Robotics workshop Day1
Sudar Muthu12.8K views
Arduino Introduction by coopermaa by 馬 萬圳
Arduino Introduction by coopermaaArduino Introduction by coopermaa
Arduino Introduction by coopermaa
馬 萬圳19.8K views
Introduction to Arduino Programming by James Lewis
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino Programming
James Lewis78.6K views
Internet Technology for the Commodore 64 by Leif Bloomquist
Internet Technology for the Commodore 64Internet Technology for the Commodore 64
Internet Technology for the Commodore 64
Leif Bloomquist2.5K views

Similar to BURO Arduino Workshop

Lab Handson: Power your Creations with Intel Edison! by
Lab Handson: Power your Creations with Intel Edison!Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!Codemotion
2K views66 slides
Getting started with Intel IoT Developer Kit by
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitSulamita Garcia
17.8K views67 slides
Using arduino and raspberry pi for internet of things by
Using arduino and raspberry pi for internet of thingsUsing arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of thingsSudar Muthu
7.4K views69 slides
Controlling robots using javascript by
Controlling robots using javascriptControlling robots using javascript
Controlling robots using javascriptSudar Muthu
7K views20 slides
Intro to arduino by
Intro to arduinoIntro to arduino
Intro to arduinoJosé Faria
627 views23 slides

Similar to BURO Arduino Workshop(20)

Lab Handson: Power your Creations with Intel Edison! by Codemotion
Lab Handson: Power your Creations with Intel Edison!Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!
Codemotion2K views
Getting started with Intel IoT Developer Kit by Sulamita Garcia
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer Kit
Sulamita Garcia17.8K views
Using arduino and raspberry pi for internet of things by Sudar Muthu
Using arduino and raspberry pi for internet of thingsUsing arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of things
Sudar Muthu7.4K views
Controlling robots using javascript by Sudar Muthu
Controlling robots using javascriptControlling robots using javascript
Controlling robots using javascript
Sudar Muthu7K views
Intro to arduino by José Faria
Intro to arduinoIntro to arduino
Intro to arduino
José Faria627 views
Introducing... Arduino by zvikapika
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
zvikapika2.9K views
Oop 2014 embedded systems with open source hardware v2 by Michael Stal
Oop 2014 embedded systems with open source hardware v2Oop 2014 embedded systems with open source hardware v2
Oop 2014 embedded systems with open source hardware v2
Michael Stal3.1K views
USB 4-8 Channel Relay Board by Raghav Shetty
USB 4-8 Channel  Relay BoardUSB 4-8 Channel  Relay Board
USB 4-8 Channel Relay Board
Raghav Shetty867 views
What are the different types of arduino boards by elprocus
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boards
elprocus2.7K views
Arduino Workshop Day 1 - Basic Arduino by Vishnu
Arduino Workshop Day 1 - Basic ArduinoArduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic Arduino
Vishnu 3.5K views
Introduction to programming AVR microcontrollers by Tristan Roddis
Introduction to programming AVR microcontrollersIntroduction to programming AVR microcontrollers
Introduction to programming AVR microcontrollers
Tristan Roddis2K views
Arduino Forensics by Steve Watson
Arduino ForensicsArduino Forensics
Arduino Forensics
Steve Watson6.2K views
Arduino projects list about 2381 arduino list of projects use arduino for p... by Ashraf11111
Arduino projects list   about 2381 arduino list of projects use arduino for p...Arduino projects list   about 2381 arduino list of projects use arduino for p...
Arduino projects list about 2381 arduino list of projects use arduino for p...
Ashraf11111277 views
Multi Sensory Communication 1/2 by Satoru Tokuhisa
Multi Sensory Communication 1/2Multi Sensory Communication 1/2
Multi Sensory Communication 1/2
Satoru Tokuhisa1.4K views
Advanced view arduino projects list use arduino for projects (2) by WiseNaeem
Advanced view arduino projects list   use arduino for projects (2)Advanced view arduino projects list   use arduino for projects (2)
Advanced view arduino projects list use arduino for projects (2)
WiseNaeem29 views

More from Omer Kilic

Bare Metal from a Hardware Perspective: Embedded Frameworks & Build Systems by
Bare Metal from a Hardware Perspective: Embedded Frameworks & Build SystemsBare Metal from a Hardware Perspective: Embedded Frameworks & Build Systems
Bare Metal from a Hardware Perspective: Embedded Frameworks & Build SystemsOmer Kilic
288 views33 slides
Gearing up for Volume Manufacturing by
Gearing up for Volume ManufacturingGearing up for Volume Manufacturing
Gearing up for Volume ManufacturingOmer Kilic
539 views41 slides
The Process of Shipping Hardware Products by
The Process of Shipping Hardware ProductsThe Process of Shipping Hardware Products
The Process of Shipping Hardware ProductsOmer Kilic
607 views51 slides
Confusion of Things — The IoT Hardware Kerfuffle by
Confusion of Things — The IoT Hardware KerfuffleConfusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware KerfuffleOmer Kilic
1.6K views26 slides
Fast and Furious: Overclocking chips for fun and profit by
Fast and Furious: Overclocking chips for fun and profitFast and Furious: Overclocking chips for fun and profit
Fast and Furious: Overclocking chips for fun and profitOmer Kilic
1.3K views24 slides
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing World by
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing WorldCloud, Distributed, Embedded: Erlang in the Heterogeneous Computing World
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing WorldOmer Kilic
2.3K views46 slides

More from Omer Kilic(13)

Bare Metal from a Hardware Perspective: Embedded Frameworks & Build Systems by Omer Kilic
Bare Metal from a Hardware Perspective: Embedded Frameworks & Build SystemsBare Metal from a Hardware Perspective: Embedded Frameworks & Build Systems
Bare Metal from a Hardware Perspective: Embedded Frameworks & Build Systems
Omer Kilic288 views
Gearing up for Volume Manufacturing by Omer Kilic
Gearing up for Volume ManufacturingGearing up for Volume Manufacturing
Gearing up for Volume Manufacturing
Omer Kilic539 views
The Process of Shipping Hardware Products by Omer Kilic
The Process of Shipping Hardware ProductsThe Process of Shipping Hardware Products
The Process of Shipping Hardware Products
Omer Kilic607 views
Confusion of Things — The IoT Hardware Kerfuffle by Omer Kilic
Confusion of Things — The IoT Hardware KerfuffleConfusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware Kerfuffle
Omer Kilic1.6K views
Fast and Furious: Overclocking chips for fun and profit by Omer Kilic
Fast and Furious: Overclocking chips for fun and profitFast and Furious: Overclocking chips for fun and profit
Fast and Furious: Overclocking chips for fun and profit
Omer Kilic1.3K views
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing World by Omer Kilic
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing WorldCloud, Distributed, Embedded: Erlang in the Heterogeneous Computing World
Cloud, Distributed, Embedded: Erlang in the Heterogeneous Computing World
Omer Kilic2.3K views
Taking Back Embedded: The Erlang Embedded Framework by Omer Kilic
Taking Back Embedded: The Erlang Embedded FrameworkTaking Back Embedded: The Erlang Embedded Framework
Taking Back Embedded: The Erlang Embedded Framework
Omer Kilic1.8K views
Erlang Embedded — Concurrent Blinkenlights and More! by Omer Kilic
Erlang Embedded — Concurrent Blinkenlights and More!Erlang Embedded — Concurrent Blinkenlights and More!
Erlang Embedded — Concurrent Blinkenlights and More!
Omer Kilic1.6K views
The Actor Model applied to the Raspberry Pi and the Embedded Domain by Omer Kilic
The Actor Model applied to the Raspberry Pi and the Embedded DomainThe Actor Model applied to the Raspberry Pi and the Embedded Domain
The Actor Model applied to the Raspberry Pi and the Embedded Domain
Omer Kilic4.6K views
Interfacing the Raspberry Pi to the World by Omer Kilic
Interfacing the Raspberry Pi to the WorldInterfacing the Raspberry Pi to the World
Interfacing the Raspberry Pi to the World
Omer Kilic9K views
From Breadboard to Finished Product by Omer Kilic
From Breadboard to Finished ProductFrom Breadboard to Finished Product
From Breadboard to Finished Product
Omer Kilic2.3K views
Introduction to XMOS Software Defined Silicon Technology by Omer Kilic
Introduction to XMOS Software Defined Silicon TechnologyIntroduction to XMOS Software Defined Silicon Technology
Introduction to XMOS Software Defined Silicon Technology
Omer Kilic1.2K views
Beer Bottle Night Lamp by Omer Kilic
Beer Bottle Night LampBeer Bottle Night Lamp
Beer Bottle Night Lamp
Omer Kilic1.1K views

Recently uploaded

Nico Baumbach IMR Media Component by
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media ComponentInMediaRes1
425 views2 slides
GSoC 2024 by
GSoC 2024GSoC 2024
GSoC 2024DeveloperStudentClub10
63 views15 slides
Community-led Open Access Publishing webinar.pptx by
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxJisc
69 views9 slides
The basics - information, data, technology and systems.pdf by
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdfJonathanCovena1
77 views1 slide
231112 (WR) v1 ChatGPT OEB 2023.pdf by
231112 (WR) v1  ChatGPT OEB 2023.pdf231112 (WR) v1  ChatGPT OEB 2023.pdf
231112 (WR) v1 ChatGPT OEB 2023.pdfWilfredRubens.com
137 views21 slides
Class 10 English lesson plans by
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plansTARIQ KHAN
239 views53 slides

Recently uploaded(20)

Nico Baumbach IMR Media Component by InMediaRes1
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media Component
InMediaRes1425 views
Community-led Open Access Publishing webinar.pptx by Jisc
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
Jisc69 views
The basics - information, data, technology and systems.pdf by JonathanCovena1
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdf
JonathanCovena177 views
Class 10 English lesson plans by TARIQ KHAN
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plans
TARIQ KHAN239 views
Ch. 7 Political Participation and Elections.pptx by Rommel Regala
Ch. 7 Political Participation and Elections.pptxCh. 7 Political Participation and Elections.pptx
Ch. 7 Political Participation and Elections.pptx
Rommel Regala69 views
JiscOAWeek_LAIR_slides_October2023.pptx by Jisc
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptx
Jisc72 views
DU Oral Examination Toni Santamaria by MIPLM
DU Oral Examination Toni SantamariaDU Oral Examination Toni Santamaria
DU Oral Examination Toni Santamaria
MIPLM138 views
Structure and Functions of Cell.pdf by Nithya Murugan
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan317 views
Use of Probiotics in Aquaculture.pptx by AKSHAY MANDAL
Use of Probiotics in Aquaculture.pptxUse of Probiotics in Aquaculture.pptx
Use of Probiotics in Aquaculture.pptx
AKSHAY MANDAL81 views
7 NOVEL DRUG DELIVERY SYSTEM.pptx by Sachin Nitave
7 NOVEL DRUG DELIVERY SYSTEM.pptx7 NOVEL DRUG DELIVERY SYSTEM.pptx
7 NOVEL DRUG DELIVERY SYSTEM.pptx
Sachin Nitave56 views
Class 10 English notes 23-24.pptx by TARIQ KHAN
Class 10 English notes 23-24.pptxClass 10 English notes 23-24.pptx
Class 10 English notes 23-24.pptx
TARIQ KHAN95 views
Chemistry of sex hormones.pptx by RAJ K. MAURYA
Chemistry of sex hormones.pptxChemistry of sex hormones.pptx
Chemistry of sex hormones.pptx
RAJ K. MAURYA119 views
Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) by AnshulDewangan3
 Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)
Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)
AnshulDewangan3275 views

BURO Arduino Workshop