-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5b9e6ec
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Relé Magritte | ||
|
||
O projeto se baseia na construção de um Plotter 2D, isto é, uma máquina capaz de transladar uma caneta no plano horizontal e movimentá-la verticalmente de forma a desenhar sobre uma folha de papel. A caneta utilizada será do tipo hidrográfica, a fim de facilitar o contato com a folha sulfite A4 e evitar posteriores problemas com pressão e atrito na interface folha-caneta. Serão utilizados motores de passo para os movimentos horizontais e um servo motor para o movimento vertical da caneta. O controle será realizado por um microcontrolador ESP32. Será desenvolvido uma interface via Wi-Fi para que o usuário especifique o desenho a ser realizado em código G. | ||
|
||
**Autores**: | ||
- Gabriel Henrique de Morais Pires | ||
- Henrique Barros Oliveira | ||
- Julia Martins Frejat | ||
- Pedro Sotelo Calvo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
void setup() { | ||
|
||
} | ||
|
||
void loop() { | ||
|
||
} |