Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaldojr committed Aug 9, 2024
1 parent 4e387f3 commit fd3d2e4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 13 deletions.
26 changes: 25 additions & 1 deletion material/agenda/agenda.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

## Cronograma 2º Semestre - 2024


| Semana | Segundo Semestre - Conteúdo | 2TDSA<br>Quarta-Feira | 2TDSG<br>Sexta-feira |
| --------- | ------------------------------------------------------------------------------- | --------------------- | -------------------- |
| Semana 1 | Aula Magna<br>Apresentação do curso, dinâmica das aulas, datas importantes (CP) | 07/08/2024 | 09/08/2024 |
| Semana 2 | | 14/08/2024 | 16/08/2024 |
| Semana 3 | | 21/08/2024 | 23/08/2024 |
| Semana 4 | CP1 - Programação Arduino | 28/08/2024 | 30/08/2024 |
| Semana 5 | Entramos no mundo o IoT | 04/09/2024 | 06/09/2024 |
| Semana 6 | | 11/09/2024 | 13/09/2024 |
| Semana 7 | | 18/09/2024 | 20/09/2024 |
| Semana 8 | | 25/09/2024 | 27/09/2024 |
| Semana 9 | | 02/10/2024 | 04/10/2024 |
| Semana 10 | Integração de sistemas com node-red | 09/10/2024 | 11/10/2024 |
| Semana 11 | | 16/10/2024 | 18/10/2024 |
| Semana 12 | NEXT - sabado 26/10 | 23/10/2024 | 25/10/2024 |
| Semana 13 | | 30/10/2024 | 01/11/2024 |
| Semana 14 | | 06/11/2024 | 08/11/2024 |
| Semana 15 | Prova GS | 13/11/2024 | 15/11/2024 |

<!--
## Cronograma 1º Semestre - 2024
Expand All @@ -13,7 +37,7 @@
| Semana 8 | Avaliação Global Solution - Primeiro Semestre | 27/05/2024 | 29/05/2024 | 31/05/2024 |
<!--
| | Primeiro Semestre | 2TDSB | 2TDSA | 2TDSG |
| --------- | --------------------------------------------------------------------------------- | ------------ | ------------ | ----------- |
Expand Down
8 changes: 8 additions & 0 deletions material/aulas/checkpoint/cp4-arduino.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHECKPOINT 4

- O CP será realizado em aula, de forma individual.
- A data de aplicação está disponível no site, em agenda.

## Conteúdo do CP

- Conceitos de Programação C para arduino
25 changes: 13 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,12 @@ nav:
- Agenda: agenda/agenda.md
- CheckPoint:
- Orientações gerais: aulas/checkpoint/index.md
- CP2 - Desafio: aulas/checkpoint/cp2-desafio.md
- CP4 - Arduino: aulas/checkpoint/cp4-arduino.md
# - CheckPoint 5 - Liberado: aulas/checkpoint/cp5.md
# - CheckPoint 6: aulas/checkpoint/cp6.md


- Introdução:
- IA: aulas/IA/intro/index.md
- IoT: aulas/iot/intro/index.md
- Arduino:
- Introdução: aulas/iot/intro/introarduino.md
Expand All @@ -115,7 +114,19 @@ nav:
- Função millis: aulas/iot/ex4/index.md
- Interrupção de pino: aulas/iot/ex5/index.md
- Comunicação Serial: aulas/iot/ex6/index.md
- IA: aulas/IA/intro/index.md

- Laboratórios:
- IoT:
- Lab01 : aulas/iot/lab1/index.md
- Lab02 : aulas/iot/lab2/index.md
- Lab03 : aulas/iot/lab3/index.md
- Lab04 : aulas/iot/lab4/index.md
- Lab05 : aulas/iot/lab5/index.md
- Lab06 : aulas/iot/lab6/index.md
- Lab07 : aulas/iot/lab7/index.md
- Lab08 : aulas/iot/lab8/index.md
- Lab09 : aulas/iot/lab9/index.md
- IA:
- Lab01 - Dataframe: aulas/IA/lab01/dataframe.ipynb
- Lab02 - Aprendizado Supervisionado - Classificação: aulas/IA/lab02/classificador-knn.ipynb
Expand All @@ -129,14 +140,4 @@ nav:
- Lab08 - Redes Neurais - CNN: aulas/IA/lab08/cnn.ipynb
- Lab9 - Redes Neurais - Transfer learning: aulas/IA/lab09/transferlearning.ipynb
- Lab10 - Algumas dicas: aulas/IA/lab10/dicas.ipynb
- IoT:
- Lab01 : aulas/iot/lab1/index.md
- Lab02 : aulas/iot/lab2/index.md
- Lab03 : aulas/iot/lab3/index.md
- Lab04 : aulas/iot/lab4/index.md
- Lab05 : aulas/iot/lab5/index.md
- Lab06 : aulas/iot/lab6/index.md
- Lab07 : aulas/iot/lab7/index.md
- Lab08 : aulas/iot/lab8/index.md
- Lab09 : aulas/iot/lab9/index.md

0 comments on commit fd3d2e4

Please sign in to comment.