SlideShare a Scribd company logo
BLUETOOTH CAR
http://injaram.com
fornymph@gmail.com
(http://injaram.com)
L293D (pin connection)
(http://injaram.com)
L293D 회로도
35(19) 37(26)
38(20) 40(21)
(http://injaram.com)
bt_car (코드 1/2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
from bluetooth import *
import RPi.GPIO as GPIO
import time
GPIO.setmode(GPIO.BOARD)
r_f = 35
r_b = 37
l_f = 38
l_b = 40
GPIO.setup(r_f, GPIO.OUT)
GPIO.setup(r_b, GPIO.OUT)
GPIO.setup(l_f, GPIO.OUT)
GPIO.setup(l_b, GPIO.OUT)
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.LOW)
server_sock = BluetoothSocket(RFCOMM)
server_sock.bind((“”, PORT_ANY))
server_sock.listen(1)
print “Waiting...”
client_sock, address = server_sock.accept()
print “Accepted connection from ”, address
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
try:
while True:
data = client_sock.recv(1024)
print “received [%s]” % data
if data == “f”:
GPIO.output(r_f, GPIO.HIGH)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.HIGH)
GPIO.output(l_b, GPIO.LOW)
elif data == “r”:
GPIO.output(r_f, GPIO.HIGH)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.LOW)
elif data == “l”:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO. HIGH)
GPIO.output(l_b, GPIO.LOW)
elif data == “b”:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.HIGH)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.HIGH)
(http://injaram.com)
bt_car (코드 2/2)
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
elif data == “br”:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.HIGH)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.LOW)
elif data == “bl”:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.HIGH)
elif data == “s”:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.LOW)
else:
GPIO.output(r_f, GPIO.LOW)
GPIO.output(r_b, GPIO.LOW)
GPIO.output(l_f, GPIO.LOW)
GPIO.output(l_b, GPIO.LOW)
81
82
83
84
85
86
87
time.sleep(0.5)
except KeyboardInterrupt:
GPIO.cleanup()
client_sock.close()
server_sock.close()
bt_car (앱인벤터, Designer)
bt_car (앱인벤터, Blocks 1/4)
bt_car (앱인벤터, Blocks 2/4)
bt_car (앱인벤터, Blocks 3/4)
bt_car (앱인벤터, Blocks 4/4)

More Related Content

What's hot

Real test
Real testReal test
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
HANCOM MDS
 
Cn1 connection details 36pins
Cn1 connection details 36pinsCn1 connection details 36pins
Cn1 connection details 36pins
ravi_kaneria
 
Unit 2 Complete Notes.pdf
Unit 2 Complete Notes.pdfUnit 2 Complete Notes.pdf
Unit 2 Complete Notes.pdf
Joseecote
 
NTU superconductor magnet report
NTU superconductor magnet reportNTU superconductor magnet report
NTU superconductor magnet report
Pei-Che Chang
 
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
Γρηγόρης Μοναχός
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.
Omkar Rane
 
14. 8085 programming example vi
14. 8085 programming example vi14. 8085 programming example vi
14. 8085 programming example vi
sandip das
 
Program LCD ARM
Program LCD ARMProgram LCD ARM
Program LCD ARM
Veera Kumar
 
Mitsubishi fx2 n
Mitsubishi fx2 nMitsubishi fx2 n
Mitsubishi fx2 n
Tan Ngoc
 
4x4
4x44x4
Trapezoidal Log-Periodic Antenna Analysis
Trapezoidal Log-Periodic Antenna Analysis Trapezoidal Log-Periodic Antenna Analysis
Trapezoidal Log-Periodic Antenna Analysis
Amar Rastogi
 
Toyota
ToyotaToyota
Toyota
miguel
 
Raspberry Pi I/O控制與感測器讀取
Raspberry Pi I/O控制與感測器讀取Raspberry Pi I/O控制與感測器讀取
Raspberry Pi I/O控制與感測器讀取
艾鍗科技
 
Raspberry Pi dan Alat Parkir UI
Raspberry Pi dan Alat Parkir UIRaspberry Pi dan Alat Parkir UI
Raspberry Pi dan Alat Parkir UI
zakiakhmad
 
Logic gates and its realization
Logic gates and its realizationLogic gates and its realization
Logic gates and its realization
nganesh90
 
13. 8085 programming example v
13. 8085 programming example v13. 8085 programming example v
13. 8085 programming example v
sandip das
 
Career Portfolio Jae Yoon Kim
Career Portfolio Jae Yoon KimCareer Portfolio Jae Yoon Kim
Career Portfolio Jae Yoon Kim
jangikim
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paperMonica Sabharwal
 

What's hot (20)

Real test
Real testReal test
Real test
 
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
한컴MDS_탐침 코드 없는 동적 신뢰성 시험 방안_TRACE32
 
Cn1 connection details 36pins
Cn1 connection details 36pinsCn1 connection details 36pins
Cn1 connection details 36pins
 
Unit 2 Complete Notes.pdf
Unit 2 Complete Notes.pdfUnit 2 Complete Notes.pdf
Unit 2 Complete Notes.pdf
 
NTU superconductor magnet report
NTU superconductor magnet reportNTU superconductor magnet report
NTU superconductor magnet report
 
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
Hitachi Wi Fi module Hi Box εκπαιδευτικό υλικό συστήματος τηλεχειρισμού αντλι...
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.
 
14. 8085 programming example vi
14. 8085 programming example vi14. 8085 programming example vi
14. 8085 programming example vi
 
Program LCD ARM
Program LCD ARMProgram LCD ARM
Program LCD ARM
 
Mitsubishi fx2 n
Mitsubishi fx2 nMitsubishi fx2 n
Mitsubishi fx2 n
 
Eurec 724
Eurec 724Eurec 724
Eurec 724
 
4x4
4x44x4
4x4
 
Trapezoidal Log-Periodic Antenna Analysis
Trapezoidal Log-Periodic Antenna Analysis Trapezoidal Log-Periodic Antenna Analysis
Trapezoidal Log-Periodic Antenna Analysis
 
Toyota
ToyotaToyota
Toyota
 
Raspberry Pi I/O控制與感測器讀取
Raspberry Pi I/O控制與感測器讀取Raspberry Pi I/O控制與感測器讀取
Raspberry Pi I/O控制與感測器讀取
 
Raspberry Pi dan Alat Parkir UI
Raspberry Pi dan Alat Parkir UIRaspberry Pi dan Alat Parkir UI
Raspberry Pi dan Alat Parkir UI
 
Logic gates and its realization
Logic gates and its realizationLogic gates and its realization
Logic gates and its realization
 
13. 8085 programming example v
13. 8085 programming example v13. 8085 programming example v
13. 8085 programming example v
 
Career Portfolio Jae Yoon Kim
Career Portfolio Jae Yoon KimCareer Portfolio Jae Yoon Kim
Career Portfolio Jae Yoon Kim
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper
 

Similar to Bt car

Interfacing two wire adc0831 to raspberry pi2 / Pi3
Interfacing two wire adc0831 to raspberry pi2 / Pi3Interfacing two wire adc0831 to raspberry pi2 / Pi3
Interfacing two wire adc0831 to raspberry pi2 / Pi3
Dnyanesh Patil
 
Z8Y.pdf
Z8Y.pdfZ8Y.pdf
Z8Y.pdf
azzam73950
 
A14 iexx
A14 iexxA14 iexx
A14 iexx
Marcio J. Silva
 
PPT+.pdf
PPT+.pdfPPT+.pdf
Avanza wiring diagram
Avanza wiring diagramAvanza wiring diagram
Avanza wiring diagram
Abdul Shobir
 
Part-1 : Mastering microcontroller with embedded driver development
Part-1 : Mastering microcontroller with embedded driver development Part-1 : Mastering microcontroller with embedded driver development
Part-1 : Mastering microcontroller with embedded driver development
FastBit Embedded Brain Academy
 
Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Tom Paulus
 
Edu ciaa-nxp pinout-a4_v4r3_es
Edu ciaa-nxp pinout-a4_v4r3_esEdu ciaa-nxp pinout-a4_v4r3_es
Edu ciaa-nxp pinout-a4_v4r3_es
Juan Barón
 
Coding with CircuitPython@CPB
Coding with CircuitPython@CPBCoding with CircuitPython@CPB
Coding with CircuitPython@CPB
National University of Kaohsiung
 
RTL2838 DVB-T Deep dive
RTL2838 DVB-T Deep diveRTL2838 DVB-T Deep dive
RTL2838 DVB-T Deep dive
Naoto MATSUMOTO
 
Libro de diagramas 2019
Libro de diagramas 2019Libro de diagramas 2019
Libro de diagramas 2019
Aldrin Toledo Diaz
 
Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)mdkousik
 
z61ae.pdf
z61ae.pdfz61ae.pdf
z61ae.pdf
Anubys365
 
F9 microkernel app development part 2 gpio meets led
F9 microkernel app development part 2 gpio meets ledF9 microkernel app development part 2 gpio meets led
F9 microkernel app development part 2 gpio meets led
Benux Wei
 
Easy GPS Tracker using Arduino and Python
Easy GPS Tracker using Arduino and PythonEasy GPS Tracker using Arduino and Python
Easy GPS Tracker using Arduino and Python
Núria Vilanova
 
Advanced motion controls mc1xdzc02
Advanced motion controls mc1xdzc02Advanced motion controls mc1xdzc02
Advanced motion controls mc1xdzc02
Electromate
 
PBL1-v1-002j.pptx
PBL1-v1-002j.pptxPBL1-v1-002j.pptx
PBL1-v1-002j.pptx
NAIST
 
FOSOH-V (TM) preliminary schematics
FOSOH-V (TM) preliminary schematicsFOSOH-V (TM) preliminary schematics
FOSOH-V (TM) preliminary schematics
Ali Uzel
 
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdfGigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
ssuser93e1b7
 

Similar to Bt car (20)

Interfacing two wire adc0831 to raspberry pi2 / Pi3
Interfacing two wire adc0831 to raspberry pi2 / Pi3Interfacing two wire adc0831 to raspberry pi2 / Pi3
Interfacing two wire adc0831 to raspberry pi2 / Pi3
 
Z8Y.pdf
Z8Y.pdfZ8Y.pdf
Z8Y.pdf
 
A14 iexx
A14 iexxA14 iexx
A14 iexx
 
PPT+.pdf
PPT+.pdfPPT+.pdf
PPT+.pdf
 
Avanza wiring diagram
Avanza wiring diagramAvanza wiring diagram
Avanza wiring diagram
 
Part-1 : Mastering microcontroller with embedded driver development
Part-1 : Mastering microcontroller with embedded driver development Part-1 : Mastering microcontroller with embedded driver development
Part-1 : Mastering microcontroller with embedded driver development
 
Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013
 
Edu ciaa-nxp pinout-a4_v4r3_es
Edu ciaa-nxp pinout-a4_v4r3_esEdu ciaa-nxp pinout-a4_v4r3_es
Edu ciaa-nxp pinout-a4_v4r3_es
 
Coding with CircuitPython@CPB
Coding with CircuitPython@CPBCoding with CircuitPython@CPB
Coding with CircuitPython@CPB
 
RTL2838 DVB-T Deep dive
RTL2838 DVB-T Deep diveRTL2838 DVB-T Deep dive
RTL2838 DVB-T Deep dive
 
Libro de diagramas 2019
Libro de diagramas 2019Libro de diagramas 2019
Libro de diagramas 2019
 
Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)
 
z61ae.pdf
z61ae.pdfz61ae.pdf
z61ae.pdf
 
F9 microkernel app development part 2 gpio meets led
F9 microkernel app development part 2 gpio meets ledF9 microkernel app development part 2 gpio meets led
F9 microkernel app development part 2 gpio meets led
 
Easy GPS Tracker using Arduino and Python
Easy GPS Tracker using Arduino and PythonEasy GPS Tracker using Arduino and Python
Easy GPS Tracker using Arduino and Python
 
Foo
FooFoo
Foo
 
Advanced motion controls mc1xdzc02
Advanced motion controls mc1xdzc02Advanced motion controls mc1xdzc02
Advanced motion controls mc1xdzc02
 
PBL1-v1-002j.pptx
PBL1-v1-002j.pptxPBL1-v1-002j.pptx
PBL1-v1-002j.pptx
 
FOSOH-V (TM) preliminary schematics
FOSOH-V (TM) preliminary schematicsFOSOH-V (TM) preliminary schematics
FOSOH-V (TM) preliminary schematics
 
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdfGigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
Gigabyte GA-G41MT-S2P - 1.3 Schematic Diagram.pdf
 

Recently uploaded

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 

Recently uploaded (20)

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 

Bt car