95 lines
1.8 KiB
Markdown

---
theme: beige
highlightTheme: css/vs2015.css
---
<div style="width:100%; transform:scale(1.1)">
```mermaid
sequenceDiagram
Prototyping ->> Order: We need to come up with a working prototype by next week
Order ->> Code: ITM - decide the scope (more or less)
Order ->> Design: Case? No case?
Design ->> Presentation: Slides
```
</div>
---
## Heads up!
we got two fucking weeks
---
## Features
| Part | Function |
| ------------------------------------------ | -------------- |
| NFC/RFID transceiver | Copying cards |
| 433 MHz transceiver | Replay attacks |
| HID (RP2040 and **ESP32-C3** support this) | Rubber ducky |
==NOTE THAT ESP32 BASIC DOESN'T==
---
### Anything else come to mind?<sup>*</sup>
<sub>* Keep in mind that we have 2 fucking weeks</sub>
---
### RP2040
- We can reuse the macro pad schematic!
- Seems like a little bit of an advanced project for it, might be slow
### ESP32
- We can do network stuff!
- Doesn't seem much more difficult than the RP2040.
---
## Design
- Screen (we got 50)
- MCU
- Antenna (used by both the NFC and 433Mhz tranceivers)
- The transceivers
Terminated by a male USB-A
### Should we include a case?
This question is mostly for Mihai as it involves him designing it.
---
<div style="width:100%;">
<img src="shitter.png" />
</div>
---
## Code
Let's discuss a potential scope for the project!
- Do we **only** provide bindings for the sensors?
- Will the attendees be building anything? If yes, **what**?
- C? Micropython?
---
## Let's distribute!
If we want to achieve *anything* given the short timeframe[^1], we're gonna need to copy the GAPC model.
**GitHub issues!**
<small> 1 (CircuitRee trademarked statement) </small>
---
# We got this!