SlideShare a Scribd company logo
Hardware de Código Abierto
TSC-LAB
By Víctor Asanza
Docente e Investigador de ESPOL
Agenda
1- Introducción
2- Hardware de Código Abierto
3- Temperature and Speed Control Lab (TSC-LAB)
4- Códigos de ejemplo
5- Datasets
6- Publicaciones científicas
7- Proyectos
8- Cursos
This is an initiative developed by FIEC-ESPOL professors. Temperature and
Speed Control Lab (TSC-LAB) is an open-source hardware development.
1- Introducción
https://tsc-lab.blogspot.com/
1- Introducción
Adquisición, Control y Monitoreo de datos de temperatura y velocidad de
motor DC en plataformas IoT.
https://tsc-lab.blogspot.com/p/courses.html
2- Hardware de Código Abierto
https://tsc-lab.blogspot.com/p/code.html
2- Hardware de Código Abierto
•Open hardware Certification: https://certification.oshwa.org/ec000003.html
•Blog: https://tsc-lab.blogspot.com/
https://tsc-lab.blogspot.com/p/code.html
3- Temperature and Speed Control Lab (TSC-LAB)
TSC-Lab is an open-source hardware. Here are the technical specifications of
how to use and connect the module, the detail of each component of the
module without the need to include the schematics.
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
Technical specifications:
• Controller based on ESP32
• Peripherals and indicators for the user: Voltage test
and ESP test.
• 6.0 V DC motor with no-load speed: 7600RPM and
current consumption of 23mA.
• Motodriver L293D.
• Optical encoder soldered on the PCB.
• 3D printed disk coupled to the DC motor.
• Two DS18B20 temperature sensors.
• Two TIP31 transistors.
• Power supply based on LM7805.
• DC jack for external power supply (max. 9VDC).
• External PCB power supply selector jumper / USB.
• Double sided PCB 132.25 x 70.75cm.
• 3mm thick translucent acrylic sheet.
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
TSC-Lab modular design, based on Top - Down hardware design method:
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
PCB (Top Layer):
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
PCB (Bottom Layer):
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
3D printed parts:
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
https://tsc-lab.blogspot.com/p/data-sheet.html
3- Temperature and Speed Control Lab (TSC-LAB)
● View Documentation: https://github.com/vasanza/TSC-Lab
● Download TSC-Lab design document:
https://tsc-lab.blogspot.com/p/data-sheet.html
4- Códigos de ejemplo
SOFTWARE
USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab)
USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab)
MATLAB DATA ACQUISITION (USB)
SYSTEM IDENTIFICATION (Matlab)
SISO PID CONTROLLER DESIGN (Matlab)
CLOSED-LOOP WITH CONTROLLER IN MATLAB (*)
OTHER TYPES OF CONNECTIONS (*)
MQTT DATA ACQUISITION
CLOSED-LOOP WITH CONTROLLER IN ESP32
MORE POWERFUL APPLICATIONS
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
SOFTWARE
USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab)
USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab)
MATLAB DATA ACQUISITION (USB)
SYSTEM IDENTIFICATION (Matlab)
SISO PID CONTROLLER DESIGN (Matlab)
CLOSED-LOOP WITH CONTROLLER IN MATLAB (*)
OTHER TYPES OF CONNECTIONS (*)
MQTT DATA ACQUISITION
CLOSED-LOOP WITH CONTROLLER IN ESP32
MORE POWERFUL APPLICATIONS
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP
(Temperature Control Lab)
1. Initial setups and tests
2. Ambient temperature reading using sensor 1 and
2
3. Activation of Transistor 1 and Reading of
temperature sensor 1 and 2
4. Activation of Transistor 2 and Reading of
temperature sensor 1 and 2
5. Activation of Transistor 1 and 2, also Reading of
temperature sensor 1 and 2
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP
(Temperature Control Lab)
1. Initial setups and tests
2. Ambient temperature reading using sensor 1 and
2
3. Activation of Transistor 1 and Reading of
temperature sensor 1 and 2
4. Activation of Transistor 2 and Reading of
temperature sensor 1 and 2
5. Activation of Transistor 1 and 2, also Reading of
temperature sensor 1 and 2
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP
(Temperature Control Lab)
1. Initial setups and tests
2. Ambient temperature reading using sensor 1 and
2
3. Activation of Transistor 1 and Reading of
temperature sensor 1 and 2
4. Activation of Transistor 2 and Reading of
temperature sensor 1 and 2
5. Activation of Transistor 1 and 2, also Reading of
temperature sensor 1 and 2
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP
(Temperature Control Lab)
1. Initial setups and tests
2. Ambient temperature reading using sensor 1 and
2
3. Activation of Transistor 1 and Reading of
temperature sensor 1 and 2
4. Activation of Transistor 2 and Reading of
temperature sensor 1 and 2
5. Activation of Transistor 1 and 2, also Reading of
temperature sensor 1 and 2
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP (Speed
Control Lab)
6. Initial setups and tests (ON/OFF)
7. Speed control using PWM
8. Motor direction control and Speed control
9. Encoder Implementation (RPM)
10. Data acquisition with square velocity input
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
USB DATA ACQUISITION - OPEN LOOP (Speed
Control Lab)
6. Initial setups and tests (ON/OFF)
7. Speed control using PWM
8. Motor direction control and Speed control
9. Encoder Implementation (RPM)
10. Data acquisition with square velocity input
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
MATLAB DATA ACQUISITION (USB)
11. Temperature Control Lab
12. Speed Control Lab
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice11
4- Códigos de ejemplo
MATLAB DATA ACQUISITION (USB)
11. Temperature Control Lab
12. Speed Control Lab
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice12
4- Códigos de ejemplo
SYSTEM IDENTIFICATION (Matlab)
13. System 1, using temperature sensor 1 and
transistor 1 or sensor 2 and transistor 2
14. System 2, using both temperature sensors and
both transistors
15. System 3, using Motor
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice15
4- Códigos de ejemplo
SYSTEM IDENTIFICATION (Matlab)
13. System 1, using temperature sensor 1 and
transistor 1 or sensor 2 and transistor 2
14. System 2, using both temperature sensors and
both transistors
15. System 3, using Motor
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice15
4- Códigos de ejemplo
SISO PID CONTROLLER DESIGN (Matlab)
16. System 1, using temperature sensor 1 and
transistor 1 or sensor 2 and transistor 2
17. System 2, using both temperature sensors and
both transistors
18. System 3, using DC Motor
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
CLOSED-LOOP WITH CONTROLLER IN MATLAB
19. SISO using temperature sensor 1 and transistor 1
or sensor 2 and transistor 2
20. SISO using both temperature sensors and both
transistors
21. SISO using DC Motor
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice21
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice23
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice24
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice25
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
OTHER TYPES OF CONNECTIONS
22. Wifi connection
23. ThingSpeak (Http)
24. NodeRed (USB)
25. NodeRed (Wifi)
26. NodeRed (Http) + Telegram
27. NodeRed (Http) + ThingSpeak
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice27
4- Códigos de ejemplo
MQTT DATA ACQUISITION
28. MQTT connection (MQTTLens)
29. MQTT Server (mydata-lab)
30. MQTT Server (mydata-lab) + Telegram
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice28
4- Códigos de ejemplo
CLOSED-LOOP WITH CONTROLLER IN ESP32
31. SISO using temperature sensor 1 and transistor 1
or sensor 2 and transistor 2
32. SISO using both temperature sensors and both
transistors
33. SISO using DC Motor
https://tsc-lab.blogspot.com/p/summary.html
4- Códigos de ejemplo
MORE POWERFUL APPLICATIONS
34. Using two core of ESP-32
35. Deep sleep to TSC-Lab
36. Motor Speed and Temperature Combination
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice34
https://lastminuteengineers.com/esp32-sleep-modes-power-
consumption/
4- Códigos de ejemplo
MORE POWERFUL APPLICATIONS
34. Using two core of ESP-32
35. Deep sleep to TSC-Lab
36. Motor Speed and Temperature Combination
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice35
https://lastminuteengineers.com/esp32-sleep-modes-power-
consumption/
4- Códigos de ejemplo
MORE POWERFUL APPLICATIONS
34. Using two core of ESP-32
35. Deep sleep to TSC-Lab
36. Motor Speed and Temperature Combination
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice35
https://lastminuteengineers.com/esp32-sleep-modes-power-
consumption/
4- Códigos de ejemplo
MORE POWERFUL APPLICATIONS
34. Using two core of ESP-32
35. Deep sleep to TSC-Lab
36. Motor Speed and Temperature Combination
https://tsc-lab.blogspot.com/p/summary.html
https://github.com/vasanza/TSC-Lab/tree/main/Practice35
https://lastminuteengineers.com/esp32-sleep-modes-power-
consumption/
5- Datasets
Víctor Asanza, Kevin Chica-Orellana, Jonathan Cagua, Douglas Plaza,
César Martín, Diego Hernan Peluffo-Ordóñez, April 25, 2021,
"Temperature and Speed Control Lab (TSC-Lab)", IEEE Dataport, doi:
https://dx.doi.org/10.21227/8cty-6069.
5- Datasets
Víctor Asanza, Kevin Chica-Orellana, Jonathan Cagua, Diego Hernan
Peluffo-Ordóñez, July 13, 2021, "TSC-LAB", IEEE Dataport, doi:
https://dx.doi.org/10.21227/pxtr-0a07.
6- Publicaciones científicas
J. Capelo et al., "Raspberry Pi-based IoT for shrimp farms Real-time
remote monitoring with automated system," 2021 International
Conference on Applied Electronics (AE), 2021, pp. 1-4, doi:
10.23919/AE51540.2021.9542907.
6- Publicaciones científicas
J. Capelo et al., "Raspberry Pi-based IoT for shrimp farms Real-time
remote monitoring with automated system," 2021 International
Conference on Applied Electronics (AE), 2021, pp. 1-4, doi:
10.23919/AE51540.2021.9542907.
6- Publicaciones científicas
A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a
cyber-physical system," 2021 International Conference on Applied
Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
6- Publicaciones científicas
A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a
cyber-physical system," 2021 International Conference on Applied
Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
6- Publicaciones científicas
A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a
cyber-physical system," 2021 International Conference on Applied
Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
7- Proyectos
https://www.youtube.com/watch?v=fRJqtxEdOtI https://www.youtube.com/watch?v=bXavkU6NJ1I
7- Proyectos
https://www.youtube.com/watch?v=r99kkqnOWU0
8- Cursos
● Información: https://bit.ly/3F60qh7
● Registro: https://lnkd.in/ebyhAfQs
For more information
Mail: vasanza@espol.edu.ec
Web: www.vasanza.blogspot.com
Facultad de Ingeniería en Electricidad y Computación, FIEC
Escuela Superior Politécnica del Litoral, ESPOL
Guayaquil, Ecuador
Víctor Asanza
vasanza@espol.edu.ec

More Related Content

What's hot

LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
LaravelConf Taiwan 2017 單頁面應用與前後端分離開發LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
俊仁 陳
 
130821 owasp zed attack proxyをぶん回せ
130821 owasp zed attack  proxyをぶん回せ 130821 owasp zed attack  proxyをぶん回せ
130821 owasp zed attack proxyをぶん回せ
Minoru Sakai
 
αντιδράσεις απόσπασης
αντιδράσεις απόσπασηςαντιδράσεις απόσπασης
αντιδράσεις απόσπασης
Ιωάννης Λιόντος
 
Διάγνωση Υγρασίας Κτιρίων
Διάγνωση Υγρασίας Κτιρίων Διάγνωση Υγρασίας Κτιρίων
Διάγνωση Υγρασίας Κτιρίων
Aquapol Hellas
 
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-Fotini Pog
 
εφηβεία και χρήση
εφηβεία και χρήσηεφηβεία και χρήση
εφηβεία και χρήσηgeorbal
 
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
Stathis Gourzis
 
Rubrics φύλλα εργασίας
Rubrics φύλλα εργασίαςRubrics φύλλα εργασίας
Rubrics φύλλα εργασίας
Eva Krokidi
 
Aσκήσεις Python (θεωρία)
Aσκήσεις Python (θεωρία)Aσκήσεις Python (θεωρία)
Aσκήσεις Python (θεωρία)
Katerina Drimili
 
Σχέδιο μαθήματος Οξέα Teaching plan_acids
Σχέδιο μαθήματος Οξέα Teaching plan_acidsΣχέδιο μαθήματος Οξέα Teaching plan_acids
Σχέδιο μαθήματος Οξέα Teaching plan_acids
Ioannis Theodonis
 
Εφαρμογές νέφους Παρουσίαση 01
Εφαρμογές νέφους Παρουσίαση 01Εφαρμογές νέφους Παρουσίαση 01
Εφαρμογές νέφους Παρουσίαση 01
apbitso
 
オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編
mmer547
 
いまさら聞けないJSONPのまとめ
いまさら聞けないJSONPのまとめいまさら聞けないJSONPのまとめ
いまさら聞けないJSONPのまとめ
Yujiro Araki
 
μεταβολή ορισμένων περιοδικών ιδιοτήτων
μεταβολή ορισμένων περιοδικών ιδιοτήτωνμεταβολή ορισμένων περιοδικών ιδιοτήτων
μεταβολή ορισμένων περιοδικών ιδιοτήτων
DimPapadopoulos
 
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠΗ παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
Ιωάννης Σαρημπαλίδης
 
20221226_TITECH_lecture_ishizaki_public.pdf
20221226_TITECH_lecture_ishizaki_public.pdf20221226_TITECH_lecture_ishizaki_public.pdf
20221226_TITECH_lecture_ishizaki_public.pdf
Kazuaki Ishizaki
 
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية / إعداد محمد عبدالحميد معوض
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية  / إعداد محمد عبدالحميد معوضتحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية  / إعداد محمد عبدالحميد معوض
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية / إعداد محمد عبدالحميد معوض
Muhammad Muawwad
 
قياسات المعلومات في مطلع القرن الواحد والعشرين
قياسات المعلومات في مطلع القرن الواحد والعشرينقياسات المعلومات في مطلع القرن الواحد والعشرين
قياسات المعلومات في مطلع القرن الواحد والعشرين
Abdulrahman Farrag
 
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
Joanna Voulgaridi
 
Διαφοροποιημένη διδασκαλία στην πληροφορική
Διαφοροποιημένη διδασκαλία στην πληροφορικήΔιαφοροποιημένη διδασκαλία στην πληροφορική
Διαφοροποιημένη διδασκαλία στην πληροφορική
Nikos Mpalatsoukas
 

What's hot (20)

LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
LaravelConf Taiwan 2017 單頁面應用與前後端分離開發LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
LaravelConf Taiwan 2017 單頁面應用與前後端分離開發
 
130821 owasp zed attack proxyをぶん回せ
130821 owasp zed attack  proxyをぶん回せ 130821 owasp zed attack  proxyをぶん回せ
130821 owasp zed attack proxyをぶん回せ
 
αντιδράσεις απόσπασης
αντιδράσεις απόσπασηςαντιδράσεις απόσπασης
αντιδράσεις απόσπασης
 
Διάγνωση Υγρασίας Κτιρίων
Διάγνωση Υγρασίας Κτιρίων Διάγνωση Υγρασίας Κτιρίων
Διάγνωση Υγρασίας Κτιρίων
 
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-
Διαγώνισμα Πληροφορικής Γ Γυμνασίου-1-
 
εφηβεία και χρήση
εφηβεία και χρήσηεφηβεία και χρήση
εφηβεία και χρήση
 
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
Επανάληψη οργανικής Χημείας και ασκήσεις για τεστ.
 
Rubrics φύλλα εργασίας
Rubrics φύλλα εργασίαςRubrics φύλλα εργασίας
Rubrics φύλλα εργασίας
 
Aσκήσεις Python (θεωρία)
Aσκήσεις Python (θεωρία)Aσκήσεις Python (θεωρία)
Aσκήσεις Python (θεωρία)
 
Σχέδιο μαθήματος Οξέα Teaching plan_acids
Σχέδιο μαθήματος Οξέα Teaching plan_acidsΣχέδιο μαθήματος Οξέα Teaching plan_acids
Σχέδιο μαθήματος Οξέα Teaching plan_acids
 
Εφαρμογές νέφους Παρουσίαση 01
Εφαρμογές νέφους Παρουσίαση 01Εφαρμογές νέφους Παρουσίαση 01
Εφαρμογές νέφους Παρουσίαση 01
 
オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編
 
いまさら聞けないJSONPのまとめ
いまさら聞けないJSONPのまとめいまさら聞けないJSONPのまとめ
いまさら聞けないJSONPのまとめ
 
μεταβολή ορισμένων περιοδικών ιδιοτήτων
μεταβολή ορισμένων περιοδικών ιδιοτήτωνμεταβολή ορισμένων περιοδικών ιδιοτήτων
μεταβολή ορισμένων περιοδικών ιδιοτήτων
 
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠΗ παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
Η παρουσίαση της διπλωματικής μου εργασίας στο ΕΑΠ
 
20221226_TITECH_lecture_ishizaki_public.pdf
20221226_TITECH_lecture_ishizaki_public.pdf20221226_TITECH_lecture_ishizaki_public.pdf
20221226_TITECH_lecture_ishizaki_public.pdf
 
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية / إعداد محمد عبدالحميد معوض
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية  / إعداد محمد عبدالحميد معوضتحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية  / إعداد محمد عبدالحميد معوض
تحويل عناصر دبلن كور إلى حقول مارك 21 الببليوجرافية / إعداد محمد عبدالحميد معوض
 
قياسات المعلومات في مطلع القرن الواحد والعشرين
قياسات المعلومات في مطلع القرن الواحد والعشرينقياسات المعلومات في مطلع القرن الواحد والعشرين
قياسات المعلومات في مطلع القرن الواحد والعشرين
 
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
Salmonella - Yersinia (ΩΣ ΖΩΟΝΟΣΟΙ)
 
Διαφοροποιημένη διδασκαλία στην πληροφορική
Διαφοροποιημένη διδασκαλία στην πληροφορικήΔιαφοροποιημένη διδασκαλία στην πληροφορική
Διαφοροποιημένη διδασκαλία στην πληροφορική
 

Similar to ⭐⭐⭐⭐⭐ CHARLA #PUCESE Arduino Week: Hardware de Código Abierto TSC-LAB

Functional and non-functional testing with IoT-Testware
Functional and non-functional testing with IoT-TestwareFunctional and non-functional testing with IoT-Testware
Functional and non-functional testing with IoT-Testware
Axel Rennoch
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack Neutron
Michelle Holley
 
Native Support of Prometheus Monitoring in Apache Spark 3.0
Native Support of Prometheus Monitoring in Apache Spark 3.0Native Support of Prometheus Monitoring in Apache Spark 3.0
Native Support of Prometheus Monitoring in Apache Spark 3.0
Databricks
 
Develop IoT project with AirVantage M2M Cloud
Develop IoT project with AirVantage M2M CloudDevelop IoT project with AirVantage M2M Cloud
Develop IoT project with AirVantage M2M Cloud
Crystal Lam
 
Native support of Prometheus monitoring in Apache Spark 3
Native support of Prometheus monitoring in Apache Spark 3Native support of Prometheus monitoring in Apache Spark 3
Native support of Prometheus monitoring in Apache Spark 3
Dongjoon Hyun
 
The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]
Mahmoud Hatem
 
PyOWM - my first open source project
PyOWM - my first open source projectPyOWM - my first open source project
PyOWM - my first open source project
Claudio Sparpaglione
 
HARD COPY REPORT CDAC
HARD COPY REPORT CDACHARD COPY REPORT CDAC
HARD COPY REPORT CDACSarthak Dubey
 
ACM Applicative System Methodology 2016
ACM Applicative System Methodology 2016ACM Applicative System Methodology 2016
ACM Applicative System Methodology 2016
Brendan Gregg
 
Keymetrics pm2
Keymetrics pm2Keymetrics pm2
Keymetrics pm2
Alexandre Strzelewicz
 
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
Compuware
 
Tech Talk - Konrad Gawda : P4 programming language
Tech Talk - Konrad Gawda : P4 programming languageTech Talk - Konrad Gawda : P4 programming language
Tech Talk - Konrad Gawda : P4 programming language
CodiLime
 
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
J On The Beach
 
Test Execution Infrastructure for IoT Quality analysis
Test Execution Infrastructure for IoT Quality analysisTest Execution Infrastructure for IoT Quality analysis
Test Execution Infrastructure for IoT Quality analysis
Axel Rennoch
 
Mr201304 open flow_security_eng
Mr201304 open flow_security_engMr201304 open flow_security_eng
Mr201304 open flow_security_engFFRI, Inc.
 
Meeting 3 network administrator tools
Meeting 3    network administrator toolsMeeting 3    network administrator tools
Meeting 3 network administrator tools
Syaiful Ahdan
 
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdfLaporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
IGedeArieYogantaraSu
 
Rolling upgrade OpenStack
Rolling upgrade OpenStackRolling upgrade OpenStack
Rolling upgrade OpenStack
Vietnam Open Infrastructure User Group
 
2015 bioinformatics bio_python
2015 bioinformatics bio_python2015 bioinformatics bio_python
2015 bioinformatics bio_python
Prof. Wim Van Criekinge
 
Tomcat openssl
Tomcat opensslTomcat openssl
Tomcat openssl
Jean-Frederic Clere
 

Similar to ⭐⭐⭐⭐⭐ CHARLA #PUCESE Arduino Week: Hardware de Código Abierto TSC-LAB (20)

Functional and non-functional testing with IoT-Testware
Functional and non-functional testing with IoT-TestwareFunctional and non-functional testing with IoT-Testware
Functional and non-functional testing with IoT-Testware
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack Neutron
 
Native Support of Prometheus Monitoring in Apache Spark 3.0
Native Support of Prometheus Monitoring in Apache Spark 3.0Native Support of Prometheus Monitoring in Apache Spark 3.0
Native Support of Prometheus Monitoring in Apache Spark 3.0
 
Develop IoT project with AirVantage M2M Cloud
Develop IoT project with AirVantage M2M CloudDevelop IoT project with AirVantage M2M Cloud
Develop IoT project with AirVantage M2M Cloud
 
Native support of Prometheus monitoring in Apache Spark 3
Native support of Prometheus monitoring in Apache Spark 3Native support of Prometheus monitoring in Apache Spark 3
Native support of Prometheus monitoring in Apache Spark 3
 
The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]
 
PyOWM - my first open source project
PyOWM - my first open source projectPyOWM - my first open source project
PyOWM - my first open source project
 
HARD COPY REPORT CDAC
HARD COPY REPORT CDACHARD COPY REPORT CDAC
HARD COPY REPORT CDAC
 
ACM Applicative System Methodology 2016
ACM Applicative System Methodology 2016ACM Applicative System Methodology 2016
ACM Applicative System Methodology 2016
 
Keymetrics pm2
Keymetrics pm2Keymetrics pm2
Keymetrics pm2
 
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
Using Compuware Strobe to Save CPU: 4 Real-life Cases from the Files of CPT G...
 
Tech Talk - Konrad Gawda : P4 programming language
Tech Talk - Konrad Gawda : P4 programming languageTech Talk - Konrad Gawda : P4 programming language
Tech Talk - Konrad Gawda : P4 programming language
 
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
C2MON - A highly scalable monitoring platform for Big Data scenarios @CERN by...
 
Test Execution Infrastructure for IoT Quality analysis
Test Execution Infrastructure for IoT Quality analysisTest Execution Infrastructure for IoT Quality analysis
Test Execution Infrastructure for IoT Quality analysis
 
Mr201304 open flow_security_eng
Mr201304 open flow_security_engMr201304 open flow_security_eng
Mr201304 open flow_security_eng
 
Meeting 3 network administrator tools
Meeting 3    network administrator toolsMeeting 3    network administrator tools
Meeting 3 network administrator tools
 
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdfLaporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
 
Rolling upgrade OpenStack
Rolling upgrade OpenStackRolling upgrade OpenStack
Rolling upgrade OpenStack
 
2015 bioinformatics bio_python
2015 bioinformatics bio_python2015 bioinformatics bio_python
2015 bioinformatics bio_python
 
Tomcat openssl
Tomcat opensslTomcat openssl
Tomcat openssl
 

More from Victor Asanza

⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
Victor Asanza
 
⭐⭐⭐⭐⭐ CV Victor Asanza
⭐⭐⭐⭐⭐ CV Victor Asanza⭐⭐⭐⭐⭐ CV Victor Asanza
⭐⭐⭐⭐⭐ CV Victor Asanza
Victor Asanza
 
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
Victor Asanza
 
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
Victor Asanza
 
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
Victor Asanza
 
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
Victor Asanza
 
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
Victor Asanza
 
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
Victor Asanza
 
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
Victor Asanza
 
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
Victor Asanza
 
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
Victor Asanza
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
Victor Asanza
 
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
Victor Asanza
 
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
Victor Asanza
 

More from Victor Asanza (20)

⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
 
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2022PAO2)
 
⭐⭐⭐⭐⭐ CV Victor Asanza
⭐⭐⭐⭐⭐ CV Victor Asanza⭐⭐⭐⭐⭐ CV Victor Asanza
⭐⭐⭐⭐⭐ CV Victor Asanza
 
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
⭐⭐⭐⭐⭐ Trilateration-based Indoor Location using Supervised Learning Algorithms
 
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
⭐⭐⭐⭐⭐ Learning-based Energy Consumption Prediction
 
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
⭐⭐⭐⭐⭐ Raspberry Pi-based IoT for Shrimp Farms Real-time Remote Monitoring wit...
 
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
⭐⭐⭐⭐⭐Classification of Subjects with Parkinson's Disease using Finger Tapping...
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS EMBEBIDOS, 1er Parcial (2022 PAO1)
 
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
⭐⭐⭐⭐⭐ #BCI System using a Novel Processing Technique Based on Electrodes Sele...
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2...
 
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 2, 2do Parcial (2021PAO2) C6
 
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
⭐⭐⭐⭐⭐ Performance Comparison of Database Server based on #SoC #FPGA and #ARM ...
 
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
⭐⭐⭐⭐⭐ SOLUCIÓN EXAMEN SISTEMAS DIGITALES 2, 1er Parcial (2021PAO2)
 
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
⭐⭐⭐⭐⭐ Charla FIEC: #SSVEP_EEG Signal Classification based on #Emotiv EPOC #BC...
 
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
⭐⭐⭐⭐⭐ #FPGA Based Meteorological Monitoring Station
 
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
⭐⭐⭐⭐⭐ SSVEP-EEG Signal Classification based on Emotiv EPOC BCI and Raspberry Pi
 
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
⭐⭐⭐⭐⭐ SOLUCIÓN LECCIÓN FUNDAMENTOS DE ELECTRICIDAD Y SISTEMAS DIGITALES, 2do ...
 
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
⭐⭐⭐⭐⭐ SOLUCIÓN EVALUACIÓN SISTEMAS DIGITALES 1, 1er Parcial (2021 PAO1)
 
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 2, PROYECTOS PROPUESTOS (2021 PAO1)
 
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
⭐⭐⭐⭐⭐ SISTEMAS DIGITALES 1, PROYECTOS PROPUESTOS (2021 PAE)
 

Recently uploaded

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
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
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
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
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
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
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
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
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 

Recently uploaded (20)

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
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
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
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
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
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 ...
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.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...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 

⭐⭐⭐⭐⭐ CHARLA #PUCESE Arduino Week: Hardware de Código Abierto TSC-LAB

  • 1. Hardware de Código Abierto TSC-LAB By Víctor Asanza Docente e Investigador de ESPOL
  • 2. Agenda 1- Introducción 2- Hardware de Código Abierto 3- Temperature and Speed Control Lab (TSC-LAB) 4- Códigos de ejemplo 5- Datasets 6- Publicaciones científicas 7- Proyectos 8- Cursos
  • 3. This is an initiative developed by FIEC-ESPOL professors. Temperature and Speed Control Lab (TSC-LAB) is an open-source hardware development. 1- Introducción https://tsc-lab.blogspot.com/
  • 4. 1- Introducción Adquisición, Control y Monitoreo de datos de temperatura y velocidad de motor DC en plataformas IoT. https://tsc-lab.blogspot.com/p/courses.html
  • 5. 2- Hardware de Código Abierto https://tsc-lab.blogspot.com/p/code.html
  • 6. 2- Hardware de Código Abierto •Open hardware Certification: https://certification.oshwa.org/ec000003.html •Blog: https://tsc-lab.blogspot.com/ https://tsc-lab.blogspot.com/p/code.html
  • 7. 3- Temperature and Speed Control Lab (TSC-LAB) TSC-Lab is an open-source hardware. Here are the technical specifications of how to use and connect the module, the detail of each component of the module without the need to include the schematics. https://tsc-lab.blogspot.com/p/data-sheet.html
  • 8. 3- Temperature and Speed Control Lab (TSC-LAB) Technical specifications: • Controller based on ESP32 • Peripherals and indicators for the user: Voltage test and ESP test. • 6.0 V DC motor with no-load speed: 7600RPM and current consumption of 23mA. • Motodriver L293D. • Optical encoder soldered on the PCB. • 3D printed disk coupled to the DC motor. • Two DS18B20 temperature sensors. • Two TIP31 transistors. • Power supply based on LM7805. • DC jack for external power supply (max. 9VDC). • External PCB power supply selector jumper / USB. • Double sided PCB 132.25 x 70.75cm. • 3mm thick translucent acrylic sheet. https://tsc-lab.blogspot.com/p/data-sheet.html
  • 9. 3- Temperature and Speed Control Lab (TSC-LAB) TSC-Lab modular design, based on Top - Down hardware design method: https://tsc-lab.blogspot.com/p/data-sheet.html
  • 10. 3- Temperature and Speed Control Lab (TSC-LAB) PCB (Top Layer): https://tsc-lab.blogspot.com/p/data-sheet.html
  • 11. 3- Temperature and Speed Control Lab (TSC-LAB) PCB (Bottom Layer): https://tsc-lab.blogspot.com/p/data-sheet.html
  • 12. 3- Temperature and Speed Control Lab (TSC-LAB) 3D printed parts: https://tsc-lab.blogspot.com/p/data-sheet.html
  • 13. 3- Temperature and Speed Control Lab (TSC-LAB) https://tsc-lab.blogspot.com/p/data-sheet.html
  • 14. 3- Temperature and Speed Control Lab (TSC-LAB) ● View Documentation: https://github.com/vasanza/TSC-Lab ● Download TSC-Lab design document: https://tsc-lab.blogspot.com/p/data-sheet.html
  • 15. 4- Códigos de ejemplo SOFTWARE USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab) MATLAB DATA ACQUISITION (USB) SYSTEM IDENTIFICATION (Matlab) SISO PID CONTROLLER DESIGN (Matlab) CLOSED-LOOP WITH CONTROLLER IN MATLAB (*) OTHER TYPES OF CONNECTIONS (*) MQTT DATA ACQUISITION CLOSED-LOOP WITH CONTROLLER IN ESP32 MORE POWERFUL APPLICATIONS https://tsc-lab.blogspot.com/p/summary.html
  • 16. 4- Códigos de ejemplo SOFTWARE USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab) MATLAB DATA ACQUISITION (USB) SYSTEM IDENTIFICATION (Matlab) SISO PID CONTROLLER DESIGN (Matlab) CLOSED-LOOP WITH CONTROLLER IN MATLAB (*) OTHER TYPES OF CONNECTIONS (*) MQTT DATA ACQUISITION CLOSED-LOOP WITH CONTROLLER IN ESP32 MORE POWERFUL APPLICATIONS https://tsc-lab.blogspot.com/p/summary.html
  • 17. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) 1. Initial setups and tests 2. Ambient temperature reading using sensor 1 and 2 3. Activation of Transistor 1 and Reading of temperature sensor 1 and 2 4. Activation of Transistor 2 and Reading of temperature sensor 1 and 2 5. Activation of Transistor 1 and 2, also Reading of temperature sensor 1 and 2 https://tsc-lab.blogspot.com/p/summary.html
  • 18. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) 1. Initial setups and tests 2. Ambient temperature reading using sensor 1 and 2 3. Activation of Transistor 1 and Reading of temperature sensor 1 and 2 4. Activation of Transistor 2 and Reading of temperature sensor 1 and 2 5. Activation of Transistor 1 and 2, also Reading of temperature sensor 1 and 2 https://tsc-lab.blogspot.com/p/summary.html
  • 19. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) 1. Initial setups and tests 2. Ambient temperature reading using sensor 1 and 2 3. Activation of Transistor 1 and Reading of temperature sensor 1 and 2 4. Activation of Transistor 2 and Reading of temperature sensor 1 and 2 5. Activation of Transistor 1 and 2, also Reading of temperature sensor 1 and 2 https://tsc-lab.blogspot.com/p/summary.html
  • 20. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Temperature Control Lab) 1. Initial setups and tests 2. Ambient temperature reading using sensor 1 and 2 3. Activation of Transistor 1 and Reading of temperature sensor 1 and 2 4. Activation of Transistor 2 and Reading of temperature sensor 1 and 2 5. Activation of Transistor 1 and 2, also Reading of temperature sensor 1 and 2 https://tsc-lab.blogspot.com/p/summary.html
  • 21. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab) 6. Initial setups and tests (ON/OFF) 7. Speed control using PWM 8. Motor direction control and Speed control 9. Encoder Implementation (RPM) 10. Data acquisition with square velocity input https://tsc-lab.blogspot.com/p/summary.html
  • 22. 4- Códigos de ejemplo USB DATA ACQUISITION - OPEN LOOP (Speed Control Lab) 6. Initial setups and tests (ON/OFF) 7. Speed control using PWM 8. Motor direction control and Speed control 9. Encoder Implementation (RPM) 10. Data acquisition with square velocity input https://tsc-lab.blogspot.com/p/summary.html
  • 23. 4- Códigos de ejemplo MATLAB DATA ACQUISITION (USB) 11. Temperature Control Lab 12. Speed Control Lab https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice11
  • 24. 4- Códigos de ejemplo MATLAB DATA ACQUISITION (USB) 11. Temperature Control Lab 12. Speed Control Lab https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice12
  • 25. 4- Códigos de ejemplo SYSTEM IDENTIFICATION (Matlab) 13. System 1, using temperature sensor 1 and transistor 1 or sensor 2 and transistor 2 14. System 2, using both temperature sensors and both transistors 15. System 3, using Motor https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice15
  • 26. 4- Códigos de ejemplo SYSTEM IDENTIFICATION (Matlab) 13. System 1, using temperature sensor 1 and transistor 1 or sensor 2 and transistor 2 14. System 2, using both temperature sensors and both transistors 15. System 3, using Motor https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice15
  • 27. 4- Códigos de ejemplo SISO PID CONTROLLER DESIGN (Matlab) 16. System 1, using temperature sensor 1 and transistor 1 or sensor 2 and transistor 2 17. System 2, using both temperature sensors and both transistors 18. System 3, using DC Motor https://tsc-lab.blogspot.com/p/summary.html
  • 28. 4- Códigos de ejemplo CLOSED-LOOP WITH CONTROLLER IN MATLAB 19. SISO using temperature sensor 1 and transistor 1 or sensor 2 and transistor 2 20. SISO using both temperature sensors and both transistors 21. SISO using DC Motor https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice21
  • 29. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html
  • 30. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice23
  • 31. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice24
  • 32. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice25
  • 33. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html
  • 34. 4- Códigos de ejemplo OTHER TYPES OF CONNECTIONS 22. Wifi connection 23. ThingSpeak (Http) 24. NodeRed (USB) 25. NodeRed (Wifi) 26. NodeRed (Http) + Telegram 27. NodeRed (Http) + ThingSpeak https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice27
  • 35. 4- Códigos de ejemplo MQTT DATA ACQUISITION 28. MQTT connection (MQTTLens) 29. MQTT Server (mydata-lab) 30. MQTT Server (mydata-lab) + Telegram https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice28
  • 36. 4- Códigos de ejemplo CLOSED-LOOP WITH CONTROLLER IN ESP32 31. SISO using temperature sensor 1 and transistor 1 or sensor 2 and transistor 2 32. SISO using both temperature sensors and both transistors 33. SISO using DC Motor https://tsc-lab.blogspot.com/p/summary.html
  • 37. 4- Códigos de ejemplo MORE POWERFUL APPLICATIONS 34. Using two core of ESP-32 35. Deep sleep to TSC-Lab 36. Motor Speed and Temperature Combination https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice34 https://lastminuteengineers.com/esp32-sleep-modes-power- consumption/
  • 38. 4- Códigos de ejemplo MORE POWERFUL APPLICATIONS 34. Using two core of ESP-32 35. Deep sleep to TSC-Lab 36. Motor Speed and Temperature Combination https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice35 https://lastminuteengineers.com/esp32-sleep-modes-power- consumption/
  • 39. 4- Códigos de ejemplo MORE POWERFUL APPLICATIONS 34. Using two core of ESP-32 35. Deep sleep to TSC-Lab 36. Motor Speed and Temperature Combination https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice35 https://lastminuteengineers.com/esp32-sleep-modes-power- consumption/
  • 40. 4- Códigos de ejemplo MORE POWERFUL APPLICATIONS 34. Using two core of ESP-32 35. Deep sleep to TSC-Lab 36. Motor Speed and Temperature Combination https://tsc-lab.blogspot.com/p/summary.html https://github.com/vasanza/TSC-Lab/tree/main/Practice35 https://lastminuteengineers.com/esp32-sleep-modes-power- consumption/
  • 41. 5- Datasets Víctor Asanza, Kevin Chica-Orellana, Jonathan Cagua, Douglas Plaza, César Martín, Diego Hernan Peluffo-Ordóñez, April 25, 2021, "Temperature and Speed Control Lab (TSC-Lab)", IEEE Dataport, doi: https://dx.doi.org/10.21227/8cty-6069.
  • 42. 5- Datasets Víctor Asanza, Kevin Chica-Orellana, Jonathan Cagua, Diego Hernan Peluffo-Ordóñez, July 13, 2021, "TSC-LAB", IEEE Dataport, doi: https://dx.doi.org/10.21227/pxtr-0a07.
  • 43. 6- Publicaciones científicas J. Capelo et al., "Raspberry Pi-based IoT for shrimp farms Real-time remote monitoring with automated system," 2021 International Conference on Applied Electronics (AE), 2021, pp. 1-4, doi: 10.23919/AE51540.2021.9542907.
  • 44. 6- Publicaciones científicas J. Capelo et al., "Raspberry Pi-based IoT for shrimp farms Real-time remote monitoring with automated system," 2021 International Conference on Applied Electronics (AE), 2021, pp. 1-4, doi: 10.23919/AE51540.2021.9542907.
  • 45. 6- Publicaciones científicas A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a cyber-physical system," 2021 International Conference on Applied Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
  • 46. 6- Publicaciones científicas A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a cyber-physical system," 2021 International Conference on Applied Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
  • 47. 6- Publicaciones científicas A. Maisincho-Jivaja et al., "Monitoring a turkey hatchery based on a cyber-physical system," 2021 International Conference on Applied Electronics (AE), 2021, pp. 1-6, doi: 10.23919/AE51540.2021.9542899.
  • 50. 8- Cursos ● Información: https://bit.ly/3F60qh7 ● Registro: https://lnkd.in/ebyhAfQs
  • 51. For more information Mail: vasanza@espol.edu.ec Web: www.vasanza.blogspot.com Facultad de Ingeniería en Electricidad y Computación, FIEC Escuela Superior Politécnica del Litoral, ESPOL Guayaquil, Ecuador