尊敬的 微信汇率:1円 ≈ 0.046239 元 支付宝汇率:1円 ≈ 0.04633元 [退出登录]
SlideShare a Scribd company logo
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
Introduction to Raspberry Pi
Mr.A.P.Roger Rozario
Assistant Professor (Sr.Gr)
Department of EEE
SRIT
6/14/2024 FINAL YEAR PROJECT PRESENTATION 1
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
Raspberry Pi 3 Model B
6/14/2024 FINAL YEAR PROJECT PRESENTATION 2
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
Rpi ZERO
6/14/2024 FINAL YEAR PROJECT PRESENTATION 3
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
MODEL A
6/14/2024 FINAL YEAR PROJECT PRESENTATION 4
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
MODEL B
6/14/2024 FINAL YEAR PROJECT PRESENTATION 5
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
B+
6/14/2024 FINAL YEAR PROJECT PRESENTATION 6
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
MODEL 3B
6/14/2024 FINAL YEAR PROJECT PRESENTATION 7
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
Model 4
6/14/2024 FINAL YEAR PROJECT PRESENTATION 8
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
GPIO LAYOUT
6/14/2024 FINAL YEAR PROJECT PRESENTATION 9
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
GPIO PINS
6/14/2024 FINAL YEAR PROJECT PRESENTATION 10
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
PWM pins
6/14/2024 FINAL YEAR PROJECT PRESENTATION 11
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
UART
6/14/2024 FINAL YEAR PROJECT PRESENTATION 12
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
SPI
6/14/2024 FINAL YEAR PROJECT PRESENTATION 13
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
I2C
6/14/2024 FINAL YEAR PROJECT PRESENTATION 14
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
LED BLINK-BCM mode
• import Rpi.GPIO as GPIO
• import time
• GPIO.setmode(GPIO.BCM)
• GPIO.setup(14,GPIO.OUT)
• GPIO.OUTPUT(14,True)
• time.sleep(1)
• GPIO.OUTPUT(14,True)
• time.sleep(1)
6/14/2024 15
FINAL YEAR PROJECT PRESENTATION
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
LED BLINK-BOARD mode
• import Rpi.GPIO as GPIO
• import time
• GPIO.setmode(GPIO.BOARD)
• GPIO.setup(40,GPIO.OUT)
• GPIO.OUTPUT(40,True)
• time.sleep(1)
• GPIO.OUTPUT(40,True)
• time.sleep(1)
6/14/2024 16
FINAL YEAR PROJECT PRESENTATION
Sri Ramakrishna Institute Of Technology
(An Autonomous Institution)
PUSH BUTTON +LED
• import Rpi.GPIO as GPIO
• import time
• GPIO.setwarnings(False)
• GPIO.setmode(GPIO.BCM)
• GPIO.setup(14,GPIO.OUT)
• GPIO.setup(15,GPIO.IN.pull_up_down=GPIO.PUD_UP)
• while True:
– if (GPIO.input(15)==True):
– GPIO.OUTPUT(14,True)
– Print(“LED ON”)
– time.sleep(1)
• else:
– GPIO.OUTPUT(14,False)
– Print(“LED ON”)
– time.sleep(1)
6/14/2024 17
FINAL YEAR PROJECT PRESENTATION

More Related Content

Similar to rapberrypi introduction pinout details programs

Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project Report
Sujit9561
 
Bhuvan's cv 11/18
Bhuvan's cv 11/18Bhuvan's cv 11/18
Bhuvan's cv 11/18
Bhuvan Tej Kanigiri
 
Final year design project report - Studies in application of augmented realit...
Final year design project report - Studies in application of augmented realit...Final year design project report - Studies in application of augmented realit...
Final year design project report - Studies in application of augmented realit...
Mannu Amrit
 
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
Amar Nath Dubey
 
Slide-ISCMS-2
Slide-ISCMS-2Slide-ISCMS-2
Slide-ISCMS-2
Sparisoma Viridi
 
PROJECT REPORT(1)
PROJECT REPORT(1)PROJECT REPORT(1)
PROJECT REPORT(1)
Anurag Kumar choudhury
 
Chhabra Thermal Power Plant Report By Chandra Mohan Lodha
Chhabra Thermal Power Plant Report By Chandra Mohan LodhaChhabra Thermal Power Plant Report By Chandra Mohan Lodha
Chhabra Thermal Power Plant Report By Chandra Mohan Lodha
Chandra Mohan Lodha
 
PATENT BY THIMMAIAHBC
PATENT BY THIMMAIAHBC PATENT BY THIMMAIAHBC
PATENT BY THIMMAIAHBC
THIMMAIAH BC
 
Mohammad_Anas_latest_cv
Mohammad_Anas_latest_cvMohammad_Anas_latest_cv
Mohammad_Anas_latest_cv
Mohammad Anas
 
Visual8 Corporation - IIE Annual 2014
Visual8   Corporation - IIE Annual 2014Visual8   Corporation - IIE Annual 2014
Visual8 Corporation - IIE Annual 2014
SIMUL8 Corporation
 
Get Dr. CV Raman University Review which are Genuine
Get Dr. CV Raman University Review which are GenuineGet Dr. CV Raman University Review which are Genuine
Get Dr. CV Raman University Review which are Genuine
Dr C.V Raman University
 
KSCST_Proposal format for STI Interventions_July2022.doc
KSCST_Proposal format for STI Interventions_July2022.docKSCST_Proposal format for STI Interventions_July2022.doc
KSCST_Proposal format for STI Interventions_July2022.doc
Raghavendra Shetty
 
2019.12.05 RoboCup @Home Education (Introduction) [CN]
2019.12.05 RoboCup @Home Education (Introduction) [CN]2019.12.05 RoboCup @Home Education (Introduction) [CN]
2019.12.05 RoboCup @Home Education (Introduction) [CN]
Jeffrey Too Chuan TAN
 
Er. Shivam (1)
Er. Shivam (1)Er. Shivam (1)
Er. Shivam (1)
Shivam tripathi
 
Bootiful Development with Spring Boot and Angular - RWX 2018
Bootiful Development with Spring Boot and Angular - RWX 2018Bootiful Development with Spring Boot and Angular - RWX 2018
Bootiful Development with Spring Boot and Angular - RWX 2018
Matt Raible
 
OpenStack Storage Buddy Ceph
OpenStack Storage Buddy CephOpenStack Storage Buddy Ceph
OpenStack Storage Buddy Ceph
openstackindia
 
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptx
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptxUpdated Revenue Generation 7-8-23 (Electrical Engineering).pptx
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptx
HarisMasood20
 
Resume
ResumeResume
cvbox
cvboxcvbox
Resume_Sidharth Goyal_IMT Ghaziabad
Resume_Sidharth Goyal_IMT GhaziabadResume_Sidharth Goyal_IMT Ghaziabad
Resume_Sidharth Goyal_IMT Ghaziabad
Sidharth Goyal
 

Similar to rapberrypi introduction pinout details programs (20)

Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project Report
 
Bhuvan's cv 11/18
Bhuvan's cv 11/18Bhuvan's cv 11/18
Bhuvan's cv 11/18
 
Final year design project report - Studies in application of augmented realit...
Final year design project report - Studies in application of augmented realit...Final year design project report - Studies in application of augmented realit...
Final year design project report - Studies in application of augmented realit...
 
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
Five days online FDP/SDP on "Hands-on 5G Implementation on MATLAB" (5GHM-2024)
 
Slide-ISCMS-2
Slide-ISCMS-2Slide-ISCMS-2
Slide-ISCMS-2
 
PROJECT REPORT(1)
PROJECT REPORT(1)PROJECT REPORT(1)
PROJECT REPORT(1)
 
Chhabra Thermal Power Plant Report By Chandra Mohan Lodha
Chhabra Thermal Power Plant Report By Chandra Mohan LodhaChhabra Thermal Power Plant Report By Chandra Mohan Lodha
Chhabra Thermal Power Plant Report By Chandra Mohan Lodha
 
PATENT BY THIMMAIAHBC
PATENT BY THIMMAIAHBC PATENT BY THIMMAIAHBC
PATENT BY THIMMAIAHBC
 
Mohammad_Anas_latest_cv
Mohammad_Anas_latest_cvMohammad_Anas_latest_cv
Mohammad_Anas_latest_cv
 
Visual8 Corporation - IIE Annual 2014
Visual8   Corporation - IIE Annual 2014Visual8   Corporation - IIE Annual 2014
Visual8 Corporation - IIE Annual 2014
 
Get Dr. CV Raman University Review which are Genuine
Get Dr. CV Raman University Review which are GenuineGet Dr. CV Raman University Review which are Genuine
Get Dr. CV Raman University Review which are Genuine
 
KSCST_Proposal format for STI Interventions_July2022.doc
KSCST_Proposal format for STI Interventions_July2022.docKSCST_Proposal format for STI Interventions_July2022.doc
KSCST_Proposal format for STI Interventions_July2022.doc
 
2019.12.05 RoboCup @Home Education (Introduction) [CN]
2019.12.05 RoboCup @Home Education (Introduction) [CN]2019.12.05 RoboCup @Home Education (Introduction) [CN]
2019.12.05 RoboCup @Home Education (Introduction) [CN]
 
Er. Shivam (1)
Er. Shivam (1)Er. Shivam (1)
Er. Shivam (1)
 
Bootiful Development with Spring Boot and Angular - RWX 2018
Bootiful Development with Spring Boot and Angular - RWX 2018Bootiful Development with Spring Boot and Angular - RWX 2018
Bootiful Development with Spring Boot and Angular - RWX 2018
 
OpenStack Storage Buddy Ceph
OpenStack Storage Buddy CephOpenStack Storage Buddy Ceph
OpenStack Storage Buddy Ceph
 
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptx
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptxUpdated Revenue Generation 7-8-23 (Electrical Engineering).pptx
Updated Revenue Generation 7-8-23 (Electrical Engineering).pptx
 
Resume
ResumeResume
Resume
 
cvbox
cvboxcvbox
cvbox
 
Resume_Sidharth Goyal_IMT Ghaziabad
Resume_Sidharth Goyal_IMT GhaziabadResume_Sidharth Goyal_IMT Ghaziabad
Resume_Sidharth Goyal_IMT Ghaziabad
 

More from Dr. Roger Rozario A P

EM-2 LAB MANUAL induction motors and alternators
EM-2 LAB MANUAL induction motors and alternatorsEM-2 LAB MANUAL induction motors and alternators
EM-2 LAB MANUAL induction motors and alternators
Dr. Roger Rozario A P
 
20EE012 electrical machines -1 lab manual
20EE012 electrical machines -1 lab manual20EE012 electrical machines -1 lab manual
20EE012 electrical machines -1 lab manual
Dr. Roger Rozario A P
 
Performance Analysis of Induction Motors
Performance Analysis of Induction MotorsPerformance Analysis of Induction Motors
Performance Analysis of Induction Motors
Dr. Roger Rozario A P
 
AC Machines Alternators and Induction Motors
AC Machines Alternators and Induction MotorsAC Machines Alternators and Induction Motors
AC Machines Alternators and Induction Motors
Dr. Roger Rozario A P
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Dr. Roger Rozario A P
 
Induction Motors design procedure and construction
Induction Motors design procedure and constructionInduction Motors design procedure and construction
Induction Motors design procedure and construction
Dr. Roger Rozario A P
 
Polarity Test Sumpners test back to back test
Polarity Test Sumpners test back to back testPolarity Test Sumpners test back to back test
Polarity Test Sumpners test back to back test
Dr. Roger Rozario A P
 
Electromechanical Energy Conversion Notes
Electromechanical Energy Conversion NotesElectromechanical Energy Conversion Notes
Electromechanical Energy Conversion Notes
Dr. Roger Rozario A P
 
Unit 1 consderations and limitations in design
Unit  1 consderations and limitations in design Unit  1 consderations and limitations in design
Unit 1 consderations and limitations in design
Dr. Roger Rozario A P
 

More from Dr. Roger Rozario A P (10)

EM-2 LAB MANUAL induction motors and alternators
EM-2 LAB MANUAL induction motors and alternatorsEM-2 LAB MANUAL induction motors and alternators
EM-2 LAB MANUAL induction motors and alternators
 
20EE012 electrical machines -1 lab manual
20EE012 electrical machines -1 lab manual20EE012 electrical machines -1 lab manual
20EE012 electrical machines -1 lab manual
 
Performance Analysis of Induction Motors
Performance Analysis of Induction MotorsPerformance Analysis of Induction Motors
Performance Analysis of Induction Motors
 
AC Machines Alternators and Induction Motors
AC Machines Alternators and Induction MotorsAC Machines Alternators and Induction Motors
AC Machines Alternators and Induction Motors
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Induction Motors design procedure and construction
Induction Motors design procedure and constructionInduction Motors design procedure and construction
Induction Motors design procedure and construction
 
Polarity Test Sumpners test back to back test
Polarity Test Sumpners test back to back testPolarity Test Sumpners test back to back test
Polarity Test Sumpners test back to back test
 
Electromechanical Energy Conversion Notes
Electromechanical Energy Conversion NotesElectromechanical Energy Conversion Notes
Electromechanical Energy Conversion Notes
 
Unit 1 consderations and limitations in design
Unit  1 consderations and limitations in design Unit  1 consderations and limitations in design
Unit 1 consderations and limitations in design
 
Ism 11
Ism 11Ism 11
Ism 11
 

Recently uploaded

Call Girls Madurai 8824825030 Escort In Madurai service 24X7
Call Girls Madurai 8824825030 Escort In Madurai service 24X7Call Girls Madurai 8824825030 Escort In Madurai service 24X7
Call Girls Madurai 8824825030 Escort In Madurai service 24X7
Poonam Singh
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
nonods
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
BBOC407 Module 1.pptx Biology for Engineers
BBOC407  Module 1.pptx Biology for EngineersBBOC407  Module 1.pptx Biology for Engineers
BBOC407 Module 1.pptx Biology for Engineers
sathishkumars808912
 
Intuit CRAFT demonstration presentation for sde
Intuit CRAFT demonstration presentation for sdeIntuit CRAFT demonstration presentation for sde
Intuit CRAFT demonstration presentation for sde
ShivangMishra54
 
Cricket management system ptoject report.pdf
Cricket management system ptoject report.pdfCricket management system ptoject report.pdf
Cricket management system ptoject report.pdf
Kamal Acharya
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
foxlyon
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
DharmaBanothu
 
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
aarusi sexy model
 
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
Banerescorts
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Balvir Singh
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
MuhammadJazib15
 
Online train ticket booking system project.pdf
Online train ticket booking system project.pdfOnline train ticket booking system project.pdf
Online train ticket booking system project.pdf
Kamal Acharya
 
Covid Management System Project Report.pdf
Covid Management System Project Report.pdfCovid Management System Project Report.pdf
Covid Management System Project Report.pdf
Kamal Acharya
 
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
nainakaoornoida
 
Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.
supriyaDicholkar1
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
ShurooqTaib
 
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
simrangupta87541
 
Literature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptxLiterature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptx
LokerXu2
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
felixwold
 

Recently uploaded (20)

Call Girls Madurai 8824825030 Escort In Madurai service 24X7
Call Girls Madurai 8824825030 Escort In Madurai service 24X7Call Girls Madurai 8824825030 Escort In Madurai service 24X7
Call Girls Madurai 8824825030 Escort In Madurai service 24X7
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
 
BBOC407 Module 1.pptx Biology for Engineers
BBOC407  Module 1.pptx Biology for EngineersBBOC407  Module 1.pptx Biology for Engineers
BBOC407 Module 1.pptx Biology for Engineers
 
Intuit CRAFT demonstration presentation for sde
Intuit CRAFT demonstration presentation for sdeIntuit CRAFT demonstration presentation for sde
Intuit CRAFT demonstration presentation for sde
 
Cricket management system ptoject report.pdf
Cricket management system ptoject report.pdfCricket management system ptoject report.pdf
Cricket management system ptoject report.pdf
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
 
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
🔥 Hyderabad Call Girls  👉 9352988975 👫 High Profile Call Girls Whatsapp Numbe...
 
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Bangalore ✔ 9079923931 ✔ Hi I Am Divya Vip Call Girl Servic...
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
 
Online train ticket booking system project.pdf
Online train ticket booking system project.pdfOnline train ticket booking system project.pdf
Online train ticket booking system project.pdf
 
Covid Management System Project Report.pdf
Covid Management System Project Report.pdfCovid Management System Project Report.pdf
Covid Management System Project Report.pdf
 
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
❣Independent Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai E...
 
Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
 
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
Mahipalpur Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with 1...
 
Literature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptxLiterature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptx
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
 

rapberrypi introduction pinout details programs

  • 1. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) Introduction to Raspberry Pi Mr.A.P.Roger Rozario Assistant Professor (Sr.Gr) Department of EEE SRIT 6/14/2024 FINAL YEAR PROJECT PRESENTATION 1
  • 2. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) Raspberry Pi 3 Model B 6/14/2024 FINAL YEAR PROJECT PRESENTATION 2
  • 3. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) Rpi ZERO 6/14/2024 FINAL YEAR PROJECT PRESENTATION 3
  • 4. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) MODEL A 6/14/2024 FINAL YEAR PROJECT PRESENTATION 4
  • 5. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) MODEL B 6/14/2024 FINAL YEAR PROJECT PRESENTATION 5
  • 6. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) B+ 6/14/2024 FINAL YEAR PROJECT PRESENTATION 6
  • 7. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) MODEL 3B 6/14/2024 FINAL YEAR PROJECT PRESENTATION 7
  • 8. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) Model 4 6/14/2024 FINAL YEAR PROJECT PRESENTATION 8
  • 9. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) GPIO LAYOUT 6/14/2024 FINAL YEAR PROJECT PRESENTATION 9
  • 10. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) GPIO PINS 6/14/2024 FINAL YEAR PROJECT PRESENTATION 10
  • 11. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) PWM pins 6/14/2024 FINAL YEAR PROJECT PRESENTATION 11
  • 12. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) UART 6/14/2024 FINAL YEAR PROJECT PRESENTATION 12
  • 13. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) SPI 6/14/2024 FINAL YEAR PROJECT PRESENTATION 13
  • 14. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) I2C 6/14/2024 FINAL YEAR PROJECT PRESENTATION 14
  • 15. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) LED BLINK-BCM mode • import Rpi.GPIO as GPIO • import time • GPIO.setmode(GPIO.BCM) • GPIO.setup(14,GPIO.OUT) • GPIO.OUTPUT(14,True) • time.sleep(1) • GPIO.OUTPUT(14,True) • time.sleep(1) 6/14/2024 15 FINAL YEAR PROJECT PRESENTATION
  • 16. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) LED BLINK-BOARD mode • import Rpi.GPIO as GPIO • import time • GPIO.setmode(GPIO.BOARD) • GPIO.setup(40,GPIO.OUT) • GPIO.OUTPUT(40,True) • time.sleep(1) • GPIO.OUTPUT(40,True) • time.sleep(1) 6/14/2024 16 FINAL YEAR PROJECT PRESENTATION
  • 17. Sri Ramakrishna Institute Of Technology (An Autonomous Institution) PUSH BUTTON +LED • import Rpi.GPIO as GPIO • import time • GPIO.setwarnings(False) • GPIO.setmode(GPIO.BCM) • GPIO.setup(14,GPIO.OUT) • GPIO.setup(15,GPIO.IN.pull_up_down=GPIO.PUD_UP) • while True: – if (GPIO.input(15)==True): – GPIO.OUTPUT(14,True) – Print(“LED ON”) – time.sleep(1) • else: – GPIO.OUTPUT(14,False) – Print(“LED ON”) – time.sleep(1) 6/14/2024 17 FINAL YEAR PROJECT PRESENTATION
  翻译: